ldclient-rb.gemspec in ldclient-rb-0.8.0 vs ldclient-rb.gemspec in ldclient-rb-2.0.1
- old
+ new
@@ -15,10 +15,11 @@
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
+ spec.extensions = 'ext/mkrf_conf.rb'
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.2"
spec.add_development_dependency "codeclimate-test-reporter", "~> 0"
@@ -28,7 +29,8 @@
spec.add_runtime_dependency "faraday-http-cache", "~> 1.3.0"
spec.add_runtime_dependency "thread_safe", "~> 0.3"
spec.add_runtime_dependency "net-http-persistent", "~> 2.9"
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0.0"
spec.add_runtime_dependency "hashdiff", "~> 0.2"
- spec.add_runtime_dependency "ld-em-eventsource", "~> 0.2" #https://github.com/launchdarkly/em-eventsource
+ spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.5"
+ spec.add_runtime_dependency "waitutil", "0.2"
end