motion_bindable.gemspec in motion_bindable-0.0.2 vs motion_bindable.gemspec in motion_bindable-0.0.3

- old
+ new

@@ -8,10 +8,10 @@ spec.version = MotionBindable::VERSION spec.authors = ["Nathan Kot"] spec.email = ["nk@nathankot.com"] spec.description = 'A simple data binding library for RubyMotion.' spec.summary = 'Inspired by RivetsJS' - spec.homepage = "" + spec.homepage = "https://github.com/nathankot/motion-bindable" spec.license = "MIT" 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)/})