opal-jquery.gemspec in opal-jquery-0.0.1 vs opal-jquery.gemspec in opal-jquery-0.0.2

- old
+ new

@@ -1,16 +1,16 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'opal-jquery' - s.version = '0.0.1' + s.version = '0.0.2' s.author = 'Adam Beynon' s.email = 'adam.beynon@gmail.com' s.homepage = 'http://opalrb.org' s.summary = 'Opal access to jquery' s.description = 'Opal DOM library for jquery' s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ['lib'] -end \ No newline at end of file +end