forked from Lainports/freebsd-ports
Note this is a big upgrade and the way gemspecs are generated changed. As a result, all patched gemspecs had to have new patches.
11 lines
607 B
Text
11 lines
607 B
Text
--- twitter.gemspec.orig 2015-01-21 20:31:06.000000000 +0000
|
|
+++ twitter.gemspec 2015-01-21 20:31:20.000000000 +0000
|
|
@@ -25,7 +25,7 @@
|
|
s.add_runtime_dependency(%q<buftok>, ["~> 0.2.0"])
|
|
s.add_runtime_dependency(%q<equalizer>, ["~> 0.0.9"])
|
|
s.add_runtime_dependency(%q<faraday>, ["~> 0.9.0"])
|
|
- s.add_runtime_dependency(%q<http>, ["~> 0.6.0"])
|
|
+ s.add_runtime_dependency(%q<http>, [">= 0.6.0"])
|
|
s.add_runtime_dependency(%q<http_parser.rb>, ["~> 0.6.0"])
|
|
s.add_runtime_dependency(%q<json>, ["~> 1.8"])
|
|
s.add_runtime_dependency(%q<memoizable>, ["~> 0.4.0"])
|