Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Fixed home page url
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotaljoe committed Nov 24, 2010
1 parent 3dee3b7 commit 073866f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -31,7 +31,7 @@ Below is a sample Gemfile used to create and test this gem.
## MIT License

Copyright (c) 2010 Pivotal Labs (www.pivotallabs.com)
Contact email: amilligan@pivotallabs.com
Contact email: info@pivotallabs.com

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion in_memory_enumeration.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
"lib/in_memory_enumeration.rb",
"lib/in_memory_enumeration/in_memory_enumeration.rb"
]
s.homepage = %q{http://github.com/pivotal/in_memory_enumeration}
s.homepage = %q{http://github.com/pivotal/in-memory-enumeration}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{Provide a similar API to acts_as_enumerable but in memory instead of database tables.}
Expand Down

0 comments on commit 073866f

Please sign in to comment.