Commit 2fae318d424231b04acd26f1895aaae4f4141198

Authored by Stephen Crosby
1 parent 26d1c48b
Exists in master and in 1 other branch production

add fogbugz issue tracker as a gem

Showing 2 changed files with 10 additions and 3 deletions   Show diff stats
@@ -28,12 +28,13 @@ gem 'hoptoad_notifier', "~> 2.4" @@ -28,12 +28,13 @@ gem 'hoptoad_notifier', "~> 2.4"
28 gem 'draper', :require => false 28 gem 'draper', :require => false
29 29
30 gem 'errbit_plugin' 30 gem 'errbit_plugin'
  31 +gem 'errbit_bitbucket_plugin'
  32 +gem 'errbit_fogbugz_plugin'
31 gem 'errbit_github_plugin' 33 gem 'errbit_github_plugin'
  34 +gem 'errbit_gitlab_plugin'
32 gem 'errbit_lighthouse_plugin' 35 gem 'errbit_lighthouse_plugin'
33 -gem 'errbit_redmine_plugin'  
34 -gem 'errbit_bitbucket_plugin'  
35 gem 'errbit_pivotal_plugin' 36 gem 'errbit_pivotal_plugin'
36 -gem 'errbit_gitlab_plugin' 37 +gem 'errbit_redmine_plugin'
37 38
38 # Notification services 39 # Notification services
39 # --------------------------------------- 40 # ---------------------------------------
@@ -101,6 +101,9 @@ GEM @@ -101,6 +101,9 @@ GEM
101 bitbucket_rest_api 101 bitbucket_rest_api
102 errbit_plugin 102 errbit_plugin
103 faraday (~> 0.8.1) 103 faraday (~> 0.8.1)
  104 + errbit_fogbugz_plugin (0.1.0)
  105 + errbit_plugin (~> 0.4, >= 0.4.0)
  106 + ruby-fogbugz (~> 0.1, >= 0.1)
104 errbit_github_plugin (0.1.0) 107 errbit_github_plugin (0.1.0)
105 errbit_plugin 108 errbit_plugin
106 octokit 109 octokit
@@ -314,6 +317,8 @@ GEM @@ -314,6 +317,8 @@ GEM
314 rspec-core (~> 2.14.0) 317 rspec-core (~> 2.14.0)
315 rspec-expectations (~> 2.14.0) 318 rspec-expectations (~> 2.14.0)
316 rspec-mocks (~> 2.14.0) 319 rspec-mocks (~> 2.14.0)
  320 + ruby-fogbugz (0.1.1)
  321 + crack
317 rushover (0.3.0) 322 rushover (0.3.0)
318 json 323 json
319 rest-client 324 rest-client
@@ -394,6 +399,7 @@ DEPENDENCIES @@ -394,6 +399,7 @@ DEPENDENCIES
394 draper 399 draper
395 email_spec 400 email_spec
396 errbit_bitbucket_plugin 401 errbit_bitbucket_plugin
  402 + errbit_fogbugz_plugin
397 errbit_github_plugin 403 errbit_github_plugin
398 errbit_gitlab_plugin 404 errbit_gitlab_plugin
399 errbit_lighthouse_plugin 405 errbit_lighthouse_plugin