@@ -19,8 +19,8 @@ gem 'hypdf', '~> 1.0.7' # PDFInfoAgent |
||
| 19 | 19 |
gem "google-api-client", require: 'google/api_client' |
| 20 | 20 |
|
| 21 | 21 |
# Twitter Agents |
| 22 |
-gem 'twitter', '~> 5.8.0' # Must to be loaded before cantino-twitter-stream. |
|
| 23 |
-gem 'twitter-stream', github: 'dsander/twitter-stream', branch: 'huginn' |
|
| 22 |
+gem 'twitter', '~> 5.14.0' # Must to be loaded before cantino-twitter-stream. |
|
| 23 |
+gem 'twitter-stream', github: 'cantino/twitter-stream', branch: 'huginn' |
|
| 24 | 24 |
gem 'omniauth-twitter' |
| 25 | 25 |
|
| 26 | 26 |
# Tumblr Agents |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 |
GIT |
| 2 |
- remote: git://github.com/dsander/twitter-stream.git |
|
| 3 |
- revision: 1713b4fe5b387580364b39716bb5c26d6601c50f |
|
| 2 |
+ remote: git://github.com/cantino/twitter-stream.git |
|
| 3 |
+ revision: f7e7edb0bae013bffabf3598e7147773d9fd370f |
|
| 4 | 4 |
branch: huginn |
| 5 | 5 |
specs: |
| 6 | 6 |
twitter-stream (0.1.15) |
| 7 | 7 |
eventmachine (~> 1.0.7) |
| 8 | 8 |
http_parser.rb (~> 0.6.0) |
| 9 |
- simple_oauth (~> 0.2.0) |
|
| 9 |
+ simple_oauth (~> 0.3.0) |
|
| 10 | 10 |
|
| 11 | 11 |
GIT |
| 12 | 12 |
remote: git://github.com/wunderlist/omniauth-wunderlist.git |
@@ -56,7 +56,7 @@ GEM |
||
| 56 | 56 |
minitest (~> 5.1) |
| 57 | 57 |
thread_safe (~> 0.3, >= 0.3.4) |
| 58 | 58 |
tzinfo (~> 1.1) |
| 59 |
- addressable (2.3.7) |
|
| 59 |
+ addressable (2.3.8) |
|
| 60 | 60 |
arel (6.0.0) |
| 61 | 61 |
autoparse (0.3.3) |
| 62 | 62 |
addressable (>= 2.3.1) |
@@ -131,7 +131,7 @@ GEM |
||
| 131 | 131 |
em-websocket (0.5.1) |
| 132 | 132 |
eventmachine (>= 0.12.9) |
| 133 | 133 |
http_parser.rb (~> 0.6.0) |
| 134 |
- equalizer (0.0.9) |
|
| 134 |
+ equalizer (0.0.11) |
|
| 135 | 135 |
erector (0.10.0) |
| 136 | 136 |
treetop (>= 1.2.3) |
| 137 | 137 |
erubis (2.7.0) |
@@ -199,8 +199,8 @@ GEM |
||
| 199 | 199 |
httmultiparty (0.3.10) |
| 200 | 200 |
httparty (>= 0.7.3) |
| 201 | 201 |
multipart-post |
| 202 |
- http (0.5.1) |
|
| 203 |
- http_parser.rb |
|
| 202 |
+ http (0.6.4) |
|
| 203 |
+ http_parser.rb (~> 0.6.0) |
|
| 204 | 204 |
http_parser.rb (0.6.0) |
| 205 | 205 |
httparty (0.13.1) |
| 206 | 206 |
json (~> 1.8) |
@@ -238,7 +238,7 @@ GEM |
||
| 238 | 238 |
memoizable (0.4.2) |
| 239 | 239 |
thread_safe (~> 0.3, >= 0.3.1) |
| 240 | 240 |
method_source (0.8.2) |
| 241 |
- mime-types (2.4.3) |
|
| 241 |
+ mime-types (2.5) |
|
| 242 | 242 |
mini_portile (0.6.2) |
| 243 | 243 |
minitest (5.5.1) |
| 244 | 244 |
mqtt (0.3.1) |
@@ -327,8 +327,6 @@ GEM |
||
| 327 | 327 |
rb-fsevent (0.9.4) |
| 328 | 328 |
rb-inotify (0.9.5) |
| 329 | 329 |
ffi (>= 0.5.0) |
| 330 |
- rdoc (4.2.0) |
|
| 331 |
- json (~> 1.4) |
|
| 332 | 330 |
ref (1.0.5) |
| 333 | 331 |
responders (2.1.0) |
| 334 | 332 |
railties (>= 4.2.0, < 5) |
@@ -389,7 +387,7 @@ GEM |
||
| 389 | 387 |
jwt (>= 0.1.5) |
| 390 | 388 |
multi_json (>= 1.0.0) |
| 391 | 389 |
simple-rss (1.3.1) |
| 392 |
- simple_oauth (0.2.0) |
|
| 390 |
+ simple_oauth (0.3.1) |
|
| 393 | 391 |
simplecov (0.9.2) |
| 394 | 392 |
docile (~> 1.1.0) |
| 395 | 393 |
multi_json (~> 1.0) |
@@ -437,17 +435,17 @@ GEM |
||
| 437 | 435 |
builder (>= 2.1.2) |
| 438 | 436 |
jwt (>= 0.1.2) |
| 439 | 437 |
multi_json (>= 1.3.0) |
| 440 |
- twitter (5.8.0) |
|
| 438 |
+ twitter (5.14.0) |
|
| 441 | 439 |
addressable (~> 2.3) |
| 442 | 440 |
buftok (~> 0.2.0) |
| 443 | 441 |
equalizer (~> 0.0.9) |
| 444 | 442 |
faraday (~> 0.9.0) |
| 445 |
- http (~> 0.5.0) |
|
| 443 |
+ http (~> 0.6.0) |
|
| 446 | 444 |
http_parser.rb (~> 0.6.0) |
| 447 | 445 |
json (~> 1.8) |
| 448 | 446 |
memoizable (~> 0.4.0) |
| 449 | 447 |
naught (~> 1.0) |
| 450 |
- simple_oauth (~> 0.2.0) |
|
| 448 |
+ simple_oauth (~> 0.3.0) |
|
| 451 | 449 |
typhoeus (0.6.9) |
| 452 | 450 |
ethon (>= 0.7.1) |
| 453 | 451 |
tzinfo (1.2.2) |
@@ -559,7 +557,7 @@ DEPENDENCIES |
||
| 559 | 557 |
therubyracer (~> 0.12.1) |
| 560 | 558 |
tumblr_client |
| 561 | 559 |
twilio-ruby (~> 3.11.5) |
| 562 |
- twitter (~> 5.8.0) |
|
| 560 |
+ twitter (~> 5.14.0) |
|
| 563 | 561 |
twitter-stream! |
| 564 | 562 |
typhoeus (~> 0.6.3) |
| 565 | 563 |
tzinfo (>= 1.2.0) |