Getting the Rakefile configured to make this a working gem
This commit is contained in:
		
							parent
							
								
									76187c7e0b
								
							
						
					
					
						commit
						a426eb36db
					
				
							
								
								
									
										10
									
								
								Rakefile
								
								
								
								
							
							
						
						
									
										10
									
								
								Rakefile
								
								
								
								
							| 
						 | 
				
			
			@ -1,10 +1,12 @@
 | 
			
		|||
require 'rubygems'
 | 
			
		||||
require 'hoe'
 | 
			
		||||
require 'lib/jekyll'
 | 
			
		||||
 | 
			
		||||
# Hoe.new('jekyll', Jekyll::VERSION) do |p|
 | 
			
		||||
#   # p.rubyforge_name = 'jekyllx' # if different than lowercase project name
 | 
			
		||||
#   # p.developer('FIX', 'FIX@example.com')
 | 
			
		||||
# end
 | 
			
		||||
Hoe.new('jekyll', Jekyll::VERSION) do |p|
 | 
			
		||||
  p.rubyforge_name = 'jekyllx' # if different than lowercase project name
 | 
			
		||||
  p.developer('Tom Preston-Werner', 'tom@mojombo.com')
 | 
			
		||||
  p.summary = "Jekyll is a simple, blog aware, static site generator."
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
desc "Open an irb session preloaded with this library"
 | 
			
		||||
task :console do
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue