Skip to content

Commit ea6ccda

Browse files
committed
Bump plucky version and fix the build list to reflect the spec suite change
1 parent 986875c commit ea6ccda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mongo_mapper.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Gem::Specification.new do |s|
1111
s.executables = ['mmconsole']
1212
s.version = MongoMapper::Version
1313
s.platform = Gem::Platform::RUBY
14-
s.files = Dir.glob("{bin,examples,lib,rails,test}/**/*") + %w[LICENSE UPGRADES README.rdoc]
14+
s.files = Dir.glob("{bin,examples,lib,spec}/**/*") + %w[LICENSE UPGRADES README.rdoc]
1515

1616
s.add_dependency 'activemodel', ">= 3.0.0"
1717
s.add_dependency 'activesupport', '>= 3.0'
18-
s.add_dependency 'plucky', '~> 0.6.3'
18+
s.add_dependency 'plucky', '~> 0.6.4'
1919
s.add_dependency 'mongo', '~> 1.8'
2020
end

0 commit comments

Comments
 (0)