motion_bindable.gemspec in motion_bindable-0.0.6 vs motion_bindable.gemspec in motion_bindable-0.1.0

- old
+ new

@@ -15,6 +15,8 @@ spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] + + spec.add_dependency 'bubble-wrap', '~> 1.4.0' end