Skip to content

Commit

Permalink
add jira issue tracker as a gem
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecrozz committed Oct 23, 2014
1 parent 2fae318 commit 1b2db45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -32,6 +32,7 @@ gem 'errbit_bitbucket_plugin'
gem 'errbit_fogbugz_plugin'
gem 'errbit_github_plugin'
gem 'errbit_gitlab_plugin'
gem 'errbit_jira_plugin'
gem 'errbit_lighthouse_plugin'
gem 'errbit_pivotal_plugin'
gem 'errbit_redmine_plugin'
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Expand Up @@ -110,6 +110,9 @@ GEM
errbit_gitlab_plugin (0.1.0)
errbit_plugin (~> 0.4, >= 0.4.0)
gitlab (~> 3.0.0, >= 3.0.0)
errbit_jira_plugin (0.2.0)
errbit_plugin
jira-ruby
errbit_lighthouse_plugin (0.1.0)
errbit_plugin (~> 0)
lighthouse-api (~> 2)
Expand Down Expand Up @@ -156,6 +159,9 @@ GEM
multi_xml (>= 0.5.2)
httpauth (0.2.0)
i18n (0.6.11)
jira-ruby (0.1.10)
activesupport
oauth
journey (1.0.4)
jquery-rails (2.1.4)
railties (>= 3.0, < 5.0)
Expand Down Expand Up @@ -213,6 +219,7 @@ GEM
mini_portile (= 0.6.0)
nokogiri-happymapper (0.5.9)
nokogiri (~> 1.5)
oauth (0.4.7)
oauth2 (0.8.1)
faraday (~> 0.8)
httpauth (~> 0.1)
Expand Down Expand Up @@ -402,6 +409,7 @@ DEPENDENCIES
errbit_fogbugz_plugin
errbit_github_plugin
errbit_gitlab_plugin
errbit_jira_plugin
errbit_lighthouse_plugin
errbit_pivotal_plugin
errbit_plugin
Expand Down

0 comments on commit 1b2db45

Please sign in to comment.