Rakefile in attribute_predicates-0.1.2 vs Rakefile in attribute_predicates-0.2.0
- 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.2'
+ s.version = '0.2.0'
s.platform = Gem::Platform::RUBY
s.summary = 'Adds automatic generation of predicate methods for attributes.'
s.files = FileList['{lib,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc)
s.require_path = 'lib'