twss.gemspec in twss-0.0.4 vs twss.gemspec in twss-0.0.5
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "twss"
- s.version = "0.0.4"
+ s.version = "0.0.5"
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,9 +15,8 @@
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_development_dependency("twitter", [">= 0"])
+ s.add_runtime_dependency("classifier", ["= 1.3.1"])
end