Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chamnap committed Nov 2, 2013
1 parent 9cf503c commit 07de890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tenancy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["chamnapchhorn@gmail.com"]
spec.description = %q{A simple multi-tenancy with activerecord through scoping}
spec.summary = %q{A simple multi-tenancy with activerecord through scoping}
spec.homepage = ""
spec.homepage = "https://github.com/yoolk/tenancy"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
Expand All @@ -25,4 +25,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"

spec.add_dependency "activerecord", "~> 3.2.13"
end
end

0 comments on commit 07de890

Please sign in to comment.