Rakefile in attribute_predicates-0.1.1 vs Rakefile in attribute_predicates-0.1.2
- old
+ new
@@ -3,14 +3,14 @@
require 'rake/gempackagetask'
require 'rake/contrib/sshpublisher'
spec = Gem::Specification.new do |s|
s.name = 'attribute_predicates'
- s.version = '0.1.1'
+ s.version = '0.1.2'
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.files = FileList['{lib,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc)
s.require_path = 'lib'
s.has_rdoc = true
s.test_files = Dir['test/**/*_test.rb']
s.author = 'Aaron Pfeifer'