freebsd-ports/net/rubygem-twitter-stream/files/patch-gemspec
Steve Wills fed7471248 Update ruby-gems to 2.4.5
Note this is a big upgrade and the way gemspecs are generated changed. As a
result, all patched gemspecs had to have new patches.
2015-03-30 02:47:07 +00:00

11 lines
554 B
Text

--- twitter-stream.gemspec.orig 2014-12-01 16:17:01.000000000 +0000
+++ twitter-stream.gemspec 2014-12-01 16:17:31.000000000 +0000
@@ -24,7 +24,7 @@
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<eventmachine>, [">= 0.12.8"])
- s.add_runtime_dependency(%q<simple_oauth>, ["~> 0.1.4"])
+ s.add_runtime_dependency(%q<simple_oauth>, ["~> 0.2.0"])
s.add_runtime_dependency(%q<http_parser.rb>, ["~> 0.5.1"])
s.add_development_dependency(%q<rspec>, ["~> 2.5.0"])
else