concerned.gemspec in concerned-0.1.3 vs concerned.gemspec in concerned-0.1.4

- 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 = "concerned" - s.version = "0.1.3" + s.version = "0.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Kristian Mandrup"] - s.date = "2012-05-31" + s.date = "2012-09-18" s.description = "Makes it easy to apply the concerns pattern in any Ruby context" s.email = "kmandrup@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" @@ -27,9 +27,10 @@ "VERSION", "concerned.gemspec", "lib/concerned.rb", "lib/concerned/module_ext.rb", "spec/concerned_spec.rb", + "spec/fixture_user/foo.rb", "spec/fixture_user/scopes.rb", "spec/fixture_user/validations.rb", "spec/fixture_user_no_meta/scopes.rb", "spec/fixture_user_no_meta/validations.rb", "spec/shared/associations.rb",