commenting out the rubyforge project line for now
This commit is contained in:
parent
857832ae73
commit
a30cbebf14
2
Rakefile
2
Rakefile
|
@ -3,7 +3,7 @@ require 'hoe'
|
||||||
require 'lib/jekyll'
|
require 'lib/jekyll'
|
||||||
|
|
||||||
Hoe.new('jekyll', Jekyll::VERSION) do |p|
|
Hoe.new('jekyll', Jekyll::VERSION) do |p|
|
||||||
p.rubyforge_name = 'jekyllx' # if different than lowercase project name
|
# p.rubyforge_name = 'jekyllx' # if different than lowercase project name
|
||||||
p.developer('Tom Preston-Werner', 'tom@mojombo.com')
|
p.developer('Tom Preston-Werner', 'tom@mojombo.com')
|
||||||
p.summary = "Jekyll is a simple, blog aware, static site generator."
|
p.summary = "Jekyll is a simple, blog aware, static site generator."
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue