cantango.gemspec in cantango-0.9.4.3 vs cantango.gemspec in cantango-0.9.4.5

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cantango} - s.version = "0.9.4.3" + s.version = "0.9.4.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = [%q{Kristian Mandrup}, %q{Stanislaw Pankevich}] - s.date = %q{2011-11-05} + s.date = %q{2011-11-21} s.description = %q{Define your permission rules as role- or role group specific permits. Integrates well with multiple Devise user acounts. Includes rules caching. Store permissions in yaml file or key-value store} s.email = %q{kmandrup@gmail.com, s.pankevich@gmail.com} @@ -330,9 +330,10 @@ "spec/cantango/api/user_account/ability_api_spec.rb", "spec/cantango/api/user_account/can_api_spec.rb", "spec/cantango/api/user_account/scope_api_spec.rb", "spec/cantango/api/user_account_api_spec.rb", "spec/cantango/api/user_api_spec.rb", + "spec/cantango/api_spec.rb", "spec/cantango/cached_ability_spec.rb", "spec/cantango/configuration/ability_spec.rb", "spec/cantango/configuration/adapter_spec.rb", "spec/cantango/configuration/autoload_spec.rb", "spec/cantango/configuration/categories_spec.rb",