mirror of
				https://github.com/redmine/redmine.git
				synced 2025-11-03 20:06:24 +01:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			199 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			199 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								require 'redmine'
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Redmine::Plugin.register :<%= plugin_name %> do
							 | 
						||
| 
								 | 
							
								  name '<%= plugin_pretty_name %> plugin'
							 | 
						||
| 
								 | 
							
								  author 'Author name'
							 | 
						||
| 
								 | 
							
								  description 'This is a plugin for Redmine'
							 | 
						||
| 
								 | 
							
								  version '0.0.1'
							 | 
						||
| 
								 | 
							
								end
							 |