Skip to content

Commit

Permalink
Rubyforge naming fix. Appearantly we can't take a capitalized name an…
Browse files Browse the repository at this point in the history
…ywhere, nowadays )-:
  • Loading branch information
ELLIOTTCABLE committed Nov 2, 2008
1 parent 2a1fbec commit 3f22c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile.rb
Expand Up @@ -13,7 +13,7 @@
task :install => :'package:install'
task :manifest => :'package:manifest'
namespace :package do
Echoe.new('jello', Jello::Version) do |g|;g.name = 'Jello'
Echoe.new('jello', Jello::Version) do |g|
g.project = 'jello'
g.author = ['elliottcable']
g.email = ['Jello@elliottcable.com']
Expand Down
2 changes: 1 addition & 1 deletion jello.gemspec
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{Jello}
s.name = %q{jello}
s.version = "5"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
Expand Down

0 comments on commit 3f22c9f

Please sign in to comment.