motion_bindable.gemspec in motion_bindable-0.1.1 vs motion_bindable.gemspec in motion_bindable-0.2.0

- old
+ new

@@ -15,8 +15,6 @@ 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