aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2014-01-22 18:37:21 +0900
committerRhenium <rhenium@rhe.jp>2014-01-22 18:37:21 +0900
commit95d4133bc8c5bbd4ab914245e3315d5f4a3b3695 (patch)
tree50c8f02036d7e3ab246f9db157a3f816fef947b5
parentc779f43b1d534fdc86854c6ef0a2f7a63be77f15 (diff)
downloadaclog-95d4133bc8c5bbd4ab914245e3315d5f4a3b3695.tar.gz
collector: change em-twitter's repository to original: tweetstream/em-twitter
-rw-r--r--collector/Gemfile2
-rw-r--r--collector/Gemfile.lock7
2 files changed, 5 insertions, 4 deletions
diff --git a/collector/Gemfile b/collector/Gemfile
index eb580b2..85a6011 100644
--- a/collector/Gemfile
+++ b/collector/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "settingslogic"
-gem "em-twitter", github: "rhenium/em-twitter", branch: "fix_stalling"
+gem "em-twitter", github: "tweetstream/em-twitter"
gem "msgpack"
gem "yajl-ruby", require: "yajl"
diff --git a/collector/Gemfile.lock b/collector/Gemfile.lock
index 7f77b95..2636adb 100644
--- a/collector/Gemfile.lock
+++ b/collector/Gemfile.lock
@@ -1,9 +1,9 @@
GIT
- remote: git://github.com/rhenium/em-twitter.git
- revision: 27f4fa61b801cdcff93e476b14a948670461c088
- branch: fix_stalling
+ remote: git://github.com/tweetstream/em-twitter.git
+ revision: f3edace100a67e80342e544193285902d82ba56f
specs:
em-twitter (0.3.2)
+ buftok (~> 0.2)
eventmachine (~> 1.0)
http_parser.rb (~> 0.6)
simple_oauth (~> 0.2)
@@ -11,6 +11,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
+ buftok (0.2.0)
eventmachine (1.0.3)
http_parser.rb (0.6.0)
msgpack (0.5.8)