Commit e89b275c337fe6163d850e4e45f53c1621a214ad

Authored by Stephen Crosby
1 parent 6cd37516
Exists in master and in 1 other branch production

add redmine issue tracker as a gem

Showing 2 changed files with 7 additions and 0 deletions   Show diff stats
@@ -30,6 +30,7 @@ gem 'draper', :require => false @@ -30,6 +30,7 @@ gem 'draper', :require => false
30 gem 'errbit_plugin' 30 gem 'errbit_plugin'
31 gem 'errbit_github_plugin' 31 gem 'errbit_github_plugin'
32 gem 'errbit_lighthouse_plugin' 32 gem 'errbit_lighthouse_plugin'
  33 +gem 'errbit_redmine_plugin'
33 34
34 # Notification services 35 # Notification services
35 # --------------------------------------- 36 # ---------------------------------------
@@ -97,6 +97,9 @@ GEM @@ -97,6 +97,9 @@ GEM
97 errbit_plugin (~> 0) 97 errbit_plugin (~> 0)
98 lighthouse-api (~> 2) 98 lighthouse-api (~> 2)
99 errbit_plugin (0.4.0) 99 errbit_plugin (0.4.0)
  100 + errbit_redmine_plugin (0.1.0)
  101 + errbit_plugin (~> 0)
  102 + oruen_redmine_client (~> 0)
100 erubis (2.7.0) 103 erubis (2.7.0)
101 execjs (2.0.2) 104 execjs (2.0.2)
102 fabrication (2.9.0) 105 fabrication (2.9.0)
@@ -200,6 +203,8 @@ GEM @@ -200,6 +203,8 @@ GEM
200 omniauth (~> 1.0) 203 omniauth (~> 1.0)
201 origin (1.1.0) 204 origin (1.1.0)
202 orm_adapter (0.4.0) 205 orm_adapter (0.4.0)
  206 + oruen_redmine_client (0.0.1)
  207 + activeresource (>= 2.3.0)
203 pjax_rails (0.3.4) 208 pjax_rails (0.3.4)
204 jquery-rails 209 jquery-rails
205 poltergeist (1.5.1) 210 poltergeist (1.5.1)
@@ -353,6 +358,7 @@ DEPENDENCIES @@ -353,6 +358,7 @@ DEPENDENCIES
353 errbit_github_plugin 358 errbit_github_plugin
354 errbit_lighthouse_plugin 359 errbit_lighthouse_plugin
355 errbit_plugin 360 errbit_plugin
  361 + errbit_redmine_plugin
356 execjs 362 execjs
357 fabrication 363 fabrication
358 flowdock 364 flowdock