Rakefile in bubble-wrap-1.1.3 vs Rakefile in bubble-wrap-1.1.4

- old
+ new

@@ -9,9 +9,10 @@ Motion::Project::App.setup do |app| app.name = 'testSuite' app.identifier = 'io.bubblewrap.testSuite' app.specs_dir = './spec/motion' + app.version = '1.2.3' end namespace :spec do task :lib do sh "bacon #{Dir.glob("spec/lib/**/*_spec.rb").join(' ')}"