Commit 1b2db4582ffdd7e2be69ab7a521f7b6ab2a317f0

Authored by Stephen Crosby
1 parent 2fae318d
Exists in master and in 1 other branch production

add jira issue tracker as a gem

Showing 2 changed files with 9 additions and 0 deletions   Show diff stats
@@ -32,6 +32,7 @@ gem 'errbit_bitbucket_plugin' @@ -32,6 +32,7 @@ gem 'errbit_bitbucket_plugin'
32 gem 'errbit_fogbugz_plugin' 32 gem 'errbit_fogbugz_plugin'
33 gem 'errbit_github_plugin' 33 gem 'errbit_github_plugin'
34 gem 'errbit_gitlab_plugin' 34 gem 'errbit_gitlab_plugin'
  35 +gem 'errbit_jira_plugin'
35 gem 'errbit_lighthouse_plugin' 36 gem 'errbit_lighthouse_plugin'
36 gem 'errbit_pivotal_plugin' 37 gem 'errbit_pivotal_plugin'
37 gem 'errbit_redmine_plugin' 38 gem 'errbit_redmine_plugin'
@@ -110,6 +110,9 @@ GEM @@ -110,6 +110,9 @@ GEM
110 errbit_gitlab_plugin (0.1.0) 110 errbit_gitlab_plugin (0.1.0)
111 errbit_plugin (~> 0.4, >= 0.4.0) 111 errbit_plugin (~> 0.4, >= 0.4.0)
112 gitlab (~> 3.0.0, >= 3.0.0) 112 gitlab (~> 3.0.0, >= 3.0.0)
  113 + errbit_jira_plugin (0.2.0)
  114 + errbit_plugin
  115 + jira-ruby
113 errbit_lighthouse_plugin (0.1.0) 116 errbit_lighthouse_plugin (0.1.0)
114 errbit_plugin (~> 0) 117 errbit_plugin (~> 0)
115 lighthouse-api (~> 2) 118 lighthouse-api (~> 2)
@@ -156,6 +159,9 @@ GEM @@ -156,6 +159,9 @@ GEM
156 multi_xml (>= 0.5.2) 159 multi_xml (>= 0.5.2)
157 httpauth (0.2.0) 160 httpauth (0.2.0)
158 i18n (0.6.11) 161 i18n (0.6.11)
  162 + jira-ruby (0.1.10)
  163 + activesupport
  164 + oauth
159 journey (1.0.4) 165 journey (1.0.4)
160 jquery-rails (2.1.4) 166 jquery-rails (2.1.4)
161 railties (>= 3.0, < 5.0) 167 railties (>= 3.0, < 5.0)
@@ -213,6 +219,7 @@ GEM @@ -213,6 +219,7 @@ GEM
213 mini_portile (= 0.6.0) 219 mini_portile (= 0.6.0)
214 nokogiri-happymapper (0.5.9) 220 nokogiri-happymapper (0.5.9)
215 nokogiri (~> 1.5) 221 nokogiri (~> 1.5)
  222 + oauth (0.4.7)
216 oauth2 (0.8.1) 223 oauth2 (0.8.1)
217 faraday (~> 0.8) 224 faraday (~> 0.8)
218 httpauth (~> 0.1) 225 httpauth (~> 0.1)
@@ -402,6 +409,7 @@ DEPENDENCIES @@ -402,6 +409,7 @@ DEPENDENCIES
402 errbit_fogbugz_plugin 409 errbit_fogbugz_plugin
403 errbit_github_plugin 410 errbit_github_plugin
404 errbit_gitlab_plugin 411 errbit_gitlab_plugin
  412 + errbit_jira_plugin
405 errbit_lighthouse_plugin 413 errbit_lighthouse_plugin
406 errbit_pivotal_plugin 414 errbit_pivotal_plugin
407 errbit_plugin 415 errbit_plugin