twss.gemspec in twss-0.0.3 vs twss.gemspec in twss-0.0.4
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "twss"
- s.version = "0.0.3"
+ s.version = "0.0.4"
s.platform = Gem::Platform::RUBY
s.authors = ["Ben VandenBos"]
s.email = "bvandenbos@gmail.com"
s.homepage = "http://github.com/bvandenbos/twss"
s.summary = "Pre-trained That's What She Said classifier"
@@ -15,10 +15,9 @@
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
s.require_path = 'lib'
- s.add_runtime_dependency("classifier", [">= 1.3.1"])
+ s.add_runtime_dependency("classifier", ["1.3.1"])
s.add_development_dependency("twitter", [">= 0"])
end
-