Rakefile in attribute_predicates-0.1.0 vs Rakefile in attribute_predicates-0.1.1

- old
+ new

@@ -3,10 +3,10 @@ require 'rake/gempackagetask' require 'rake/contrib/sshpublisher' spec = Gem::Specification.new do |s| s.name = 'attribute_predicates' - s.version = '0.1.0' + s.version = '0.1.1' s.platform = Gem::Platform::RUBY s.summary = 'Adds automatic generation of predicate methods for attributes.' s.files = FileList['{lib,test}/**/*'].to_a + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc) s.require_path = 'lib'