Commit c10e9951e5f5ea5634ab7679391ef937c03e4397

Authored by Arthur Neves
1 parent c60a8075
Exists in master and in 1 other branch production

use master plugin

Showing 2 changed files with 21 additions and 11 deletions   Show diff stats
@@ -27,8 +27,8 @@ gem 'rails_autolink' @@ -27,8 +27,8 @@ gem 'rails_autolink'
27 gem 'hoptoad_notifier', "~> 2.4" 27 gem 'hoptoad_notifier', "~> 2.4"
28 gem 'draper', :require => false 28 gem 'draper', :require => false
29 29
30 -gem 'errbit_plugin'  
31 -gem 'errbit_github_plugin' 30 +gem 'errbit_plugin', github: 'errbit/errbit_plugin'
  31 +gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin'
32 32
33 # Notification services 33 # Notification services
34 # --------------------------------------- 34 # ---------------------------------------
  1 +GIT
  2 + remote: git://github.com/errbit/errbit_github_plugin.git
  3 + revision: 5900200e6d460fe94feaea3e59824437d54f1029
  4 + specs:
  5 + errbit_github_plugin (0.1.0)
  6 + errbit_plugin
  7 + octokit
  8 +
  9 +GIT
  10 + remote: git://github.com/errbit/errbit_plugin.git
  11 + revision: 6a0b93d71a6b4545198f0c68b99b8e8f9281c17e
  12 + specs:
  13 + errbit_plugin (0.4.0)
  14 +
1 GEM 15 GEM
2 remote: https://rubygems.org/ 16 remote: https://rubygems.org/
3 specs: 17 specs:
@@ -88,10 +102,6 @@ GEM @@ -88,10 +102,6 @@ GEM
88 email_spec (1.5.0) 102 email_spec (1.5.0)
89 launchy (~> 2.1) 103 launchy (~> 2.1)
90 mail (~> 2.2) 104 mail (~> 2.2)
91 - errbit_github_plugin (0.1.0)  
92 - errbit_plugin  
93 - octokit  
94 - errbit_plugin (0.4.0)  
95 erubis (2.7.0) 105 erubis (2.7.0)
96 execjs (2.0.2) 106 execjs (2.0.2)
97 fabrication (2.9.0) 107 fabrication (2.9.0)
@@ -181,8 +191,8 @@ GEM @@ -181,8 +191,8 @@ GEM
181 jwt (~> 0.1.4) 191 jwt (~> 0.1.4)
182 multi_json (~> 1.0) 192 multi_json (~> 1.0)
183 rack (~> 1.2) 193 rack (~> 1.2)
184 - octokit (3.3.1)  
185 - sawyer (~> 0.5.3) 194 + octokit (3.7.0)
  195 + sawyer (~> 0.6.0, >= 0.5.3)
186 omniauth (1.1.4) 196 omniauth (1.1.4)
187 hashie (>= 1.2, < 3) 197 hashie (>= 1.2, < 3)
188 rack 198 rack
@@ -267,7 +277,7 @@ GEM @@ -267,7 +277,7 @@ GEM
267 json 277 json
268 rest-client 278 rest-client
269 safe_yaml (1.0.4) 279 safe_yaml (1.0.4)
270 - sawyer (0.5.5) 280 + sawyer (0.6.0)
271 addressable (~> 2.3.5) 281 addressable (~> 2.3.5)
272 faraday (~> 0.8, < 0.10) 282 faraday (~> 0.8, < 0.10)
273 simplecov (0.7.1) 283 simplecov (0.7.1)
@@ -334,8 +344,8 @@ DEPENDENCIES @@ -334,8 +344,8 @@ DEPENDENCIES
334 devise 344 devise
335 draper 345 draper
336 email_spec 346 email_spec
337 - errbit_github_plugin  
338 - errbit_plugin 347 + errbit_github_plugin!
  348 + errbit_plugin!
339 execjs 349 execjs
340 fabrication 350 fabrication
341 flowdock 351 flowdock