diff --git a/Gemfile b/Gemfile index 8f2ac282f9..c30e2a907d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,13 +8,15 @@ gem 'net-ftp-list', '~> 3.2.8' # FtpsiteAgent gem 'wunderground', '~> 1.2.0' # WeatherAgent gem 'forecast_io', '~> 2.0.0' # WeatherAgent gem 'rturk', '~> 2.12.1' # HumanTaskAgent -gem 'weibo_2', '~> 0.1' # Weibo Agents gem 'hipchat', '~> 1.2.0' # HipchatAgent gem 'xmpp4r', '~> 0.5.6' # JabberAgent gem 'mqtt' # MQTTAgent gem 'slack-notifier', '~> 1.0.0' # SlackAgent gem 'hypdf', '~> 1.0.7' # PDFInfoAgent +# Weibo Agents +gem 'weibo_2', github: 'cantino/weibo_2', branch: 'master' + # GoogleCalendarPublishAgent gem "google-api-client", require: 'google/api_client' diff --git a/Gemfile.lock b/Gemfile.lock index 434f489aa0..129787ed1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,14 @@ +GIT + remote: git://github.com/cantino/weibo_2.git + revision: 00e57d29d8252126014b038cd738b02e05e4cfc5 + branch: master + specs: + weibo_2 (0.1.7) + hashie (~> 2.0.4) + multi_json (~> 1) + oauth2 (~> 0.9.1) + rest-client (~> 1.8) + GIT remote: git://github.com/dsander/twitter-stream.git revision: 1713b4fe5b387580364b39716bb5c26d6601c50f @@ -111,6 +122,8 @@ GEM warden (~> 1.2.3) diff-lcs (1.2.5) docile (1.1.5) + domain_name (0.5.24) + unf (>= 0.0.5, < 1.0.0) dotenv (0.11.1) dotenv-deployment (~> 0.0.2) dotenv-deployment (0.0.2) @@ -201,6 +214,8 @@ GEM multipart-post http (0.5.1) http_parser.rb + http-cookie (1.0.2) + domain_name (~> 0.5) http_parser.rb (0.6.0) httparty (0.13.1) json (~> 1.8) @@ -214,7 +229,7 @@ GEM json (1.8.2) jsonpath (0.5.6) multi_json - jwt (1.3.0) + jwt (1.4.1) kaminari (0.16.1) actionpack (>= 3.0.0) activesupport (>= 3.0.0) @@ -238,7 +253,7 @@ GEM memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) method_source (0.8.2) - mime-types (2.4.3) + mime-types (2.5) mini_portile (0.6.2) minitest (5.5.1) mqtt (0.3.1) @@ -290,7 +305,7 @@ GEM slop (~> 3.4) quiet_assets (1.1.0) railties (>= 3.1, < 5.0) - rack (1.6.0) + rack (1.6.1) rack-test (0.6.3) rack (>= 1.0) rails (4.2.1) @@ -327,12 +342,11 @@ GEM rb-fsevent (0.9.4) rb-inotify (0.9.5) ffi (>= 0.5.0) - rdoc (4.2.0) - json (~> 1.4) ref (1.0.5) responders (2.1.0) railties (>= 4.2.0, < 5) - rest-client (1.7.3) + rest-client (1.8.0) + http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) retriable (2.0.2) @@ -455,6 +469,9 @@ GEM uglifier (2.7.0) execjs (>= 0.3.0) json (>= 1.8.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.1) unicorn (4.8.3) kgio (~> 2.6) rack @@ -468,11 +485,6 @@ GEM webmock (1.17.4) addressable (>= 2.2.7) crack (>= 0.3.2) - weibo_2 (0.1.7) - hashie (~> 2.0.4) - multi_json (~> 1) - oauth2 (~> 0.9.1) - rest-client (~> 1.7.3) wunderground (1.2.0) addressable httparty (> 0.6.0) @@ -568,6 +580,6 @@ DEPENDENCIES unicorn vcr webmock (~> 1.17.4) - weibo_2 (~> 0.1) + weibo_2! wunderground (~> 1.2.0) xmpp4r (~> 0.5.6)