Skip to content

Commit

Permalink
rename github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Rothstein committed Nov 1, 2009
1 parent 00d12df commit fac26a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -8,7 +8,7 @@ begin
gem.summary = %Q{[1,2,3].map.to_s == %w(1 2 3)}
gem.description = %Q{EnumerableProxy is a pattern for simple block-free ruby enumeration}
gem.email = "github@jacobrothstein.com"
gem.homepage = "http://github.com/jbr/enumerable--proxy"
gem.homepage = "http://github.com/jbr/enumerable-proxy"
gem.authors = ["Jacob Rothstein"]
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down
2 changes: 1 addition & 1 deletion enumerable-proxy.gemspec
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
"lib/enumerable_proxy/array_extensions.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/jbr/enumerable--proxy}
s.homepage = %q{http://github.com/jbr/enumerable-proxy}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
Expand Down

0 comments on commit fac26a1

Please sign in to comment.