canard.gemspec in canard-0.2.1 vs canard.gemspec in canard-0.2.2
- old
+ new
@@ -6,11 +6,11 @@
s.name = "canard"
s.version = Canard::VERSION
s.authors = ["James McCarthy"]
s.email = ["james2mccarthy@gmail.com"]
s.homepage = "https://github.com/james2m/canard"
- s.summary = %q{Adds RoleModel roles to CanCan.}
- s.description = %q{Wraps CanCan and RoleModel up with a generator and makes role based authorisation really easy in Rails 3.x.}
+ s.summary = %q{Adds role based authorisation to Rails by combining RoleModel and CanCan.}
+ s.description = %q{Wraps CanCan and RoleModel up to make role based authorisation really easy in Rails 3.x.}
s.rubyforge_project = "canard"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")