botaku.gemspec in botaku-0.1.0 vs botaku.gemspec in botaku-0.9.0
- old
+ new
@@ -14,11 +14,11 @@
#s.rubyforge_project = 'rufus'
s.license = 'MIT'
s.summary = 'a Slack bot abstraction'
s.description = %{
-A Slack bot abstraction, built on top of the slack-ruby-client gem.
+A Slack bot abstraction, built on top of faye-websocket and httpclient.
}.strip
#s.files = `git ls-files`.split("\n")
s.files = Dir[
'README.{md,txt}',
@@ -26,10 +26,11 @@
'Makefile',
'lib/**/*.rb', #'spec/**/*.rb', 'test/**/*.rb',
"#{s.name}.gemspec",
]
- s.add_runtime_dependency 'slack-ruby-client', '~> 0.8'
+ s.add_runtime_dependency 'faye-websocket', '~> 0.10'
+ s.add_runtime_dependency 'httpclient', '~> 2.8'
#s.add_development_dependency 'rspec', '>= 2.13.0'
s.require_path = 'lib'
end