penthouse.gemspec in penthouse-0.12.0 vs penthouse.gemspec in penthouse-0.12.1
- old
+ new
@@ -8,10 +8,10 @@
spec.version = Penthouse::VERSION
spec.authors = ['Ryan Townsend']
spec.email = ['ryan@ryantownsend.co.uk']
spec.summary = %q{Multi-tenancy framework. Out of the box, supports Postgres schemas and per-tenant databases}
- spec.homepage = 'https://github.com/ryantownsend/penthouse'
+ spec.homepage = 'https://github.com/shiftcommerce/penthouse'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']