Skip to content

Commit aab4eec

Browse files
committed
Basecamp -> Rails
1 parent 077ba82 commit aab4eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solid_cache.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Gem::Specification.new do |spec|
55
spec.version = SolidCache::VERSION
66
spec.authors = [ "Donal McBreen" ]
77
spec.email = [ "donal@37signals.com" ]
8-
spec.homepage = "http://github.com/basecamp/solid_cache"
8+
spec.homepage = "http://github.com/rails/solid_cache"
99
spec.summary = "A database backed ActiveSupport::Cache::Store"
1010
spec.description = "A database backed ActiveSupport::Cache::Store"
1111
spec.license = "MIT"
1212

1313
spec.metadata["homepage_uri"] = spec.homepage
14-
spec.metadata["source_code_uri"] = "http://github.com/basecamp/solid_cache"
14+
spec.metadata["source_code_uri"] = "http://github.com/rails/solid_cache"
1515

1616
spec.files = Dir.chdir(File.expand_path(__dir__)) do
1717
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

0 commit comments

Comments
 (0)