thera.gemspec in thera-0.0.1 vs thera.gemspec in thera-0.0.2

- old
+ new

@@ -7,10 +7,10 @@ s.license = "Public Domain" s.summary = "Ruby Data Mining Library" s.description = "C++ Data Mining Library for Ruby" s.email = "me@willcannings.com" s.authors = ["Will Cannings"] - s.version = '0.0.1' + s.version = '0.0.2' s.extensions = ["ext/extconf.rb"] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }