aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2014-01-07 18:10:18 +0900
committerRhenium <rhenium@rhe.jp>2014-01-07 18:10:18 +0900
commit355f85b7a054a15cc228d448a84e9ee934e45070 (patch)
tree856388f4a2507f3d90f25641e611bd88890a3d75
parentd4979ca47eedd700f1f90efd043cbb27433f694a (diff)
downloadaclog-355f85b7a054a15cc228d448a84e9ee934e45070.tar.gz
update collector's Gemfile: use github:rhenium/em-twitter (forked from tweetstream/em-twitter)
-rw-r--r--collector/Gemfile2
-rw-r--r--collector/Gemfile.lock12
2 files changed, 10 insertions, 4 deletions
diff --git a/collector/Gemfile b/collector/Gemfile
index aedac68..eb580b2 100644
--- a/collector/Gemfile
+++ b/collector/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "settingslogic"
-gem "em-twitter"
+gem "em-twitter", github: "rhenium/em-twitter", branch: "fix_stalling"
gem "msgpack"
gem "yajl-ruby", require: "yajl"
diff --git a/collector/Gemfile.lock b/collector/Gemfile.lock
index a6eb046..7f77b95 100644
--- a/collector/Gemfile.lock
+++ b/collector/Gemfile.lock
@@ -1,10 +1,16 @@
-GEM
- remote: https://rubygems.org/
+GIT
+ remote: git://github.com/rhenium/em-twitter.git
+ revision: 27f4fa61b801cdcff93e476b14a948670461c088
+ branch: fix_stalling
specs:
em-twitter (0.3.2)
eventmachine (~> 1.0)
http_parser.rb (~> 0.6)
simple_oauth (~> 0.2)
+
+GEM
+ remote: https://rubygems.org/
+ specs:
eventmachine (1.0.3)
http_parser.rb (0.6.0)
msgpack (0.5.8)
@@ -16,7 +22,7 @@ PLATFORMS
ruby
DEPENDENCIES
- em-twitter
+ em-twitter!
msgpack
settingslogic
yajl-ruby