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