Commit 2fae318d424231b04acd26f1895aaae4f4141198
1 parent
26d1c48b
Exists in
master
and in
1 other branch
add fogbugz issue tracker as a gem
Showing
2 changed files
with
10 additions
and
3 deletions
Show diff stats
Gemfile
| ... | ... | @@ -28,12 +28,13 @@ gem 'hoptoad_notifier', "~> 2.4" |
| 28 | 28 | gem 'draper', :require => false |
| 29 | 29 | |
| 30 | 30 | gem 'errbit_plugin' |
| 31 | +gem 'errbit_bitbucket_plugin' | |
| 32 | +gem 'errbit_fogbugz_plugin' | |
| 31 | 33 | gem 'errbit_github_plugin' |
| 34 | +gem 'errbit_gitlab_plugin' | |
| 32 | 35 | gem 'errbit_lighthouse_plugin' |
| 33 | -gem 'errbit_redmine_plugin' | |
| 34 | -gem 'errbit_bitbucket_plugin' | |
| 35 | 36 | gem 'errbit_pivotal_plugin' |
| 36 | -gem 'errbit_gitlab_plugin' | |
| 37 | +gem 'errbit_redmine_plugin' | |
| 37 | 38 | |
| 38 | 39 | # Notification services |
| 39 | 40 | # --------------------------------------- | ... | ... |
Gemfile.lock
| ... | ... | @@ -101,6 +101,9 @@ GEM |
| 101 | 101 | bitbucket_rest_api |
| 102 | 102 | errbit_plugin |
| 103 | 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 | 107 | errbit_github_plugin (0.1.0) |
| 105 | 108 | errbit_plugin |
| 106 | 109 | octokit |
| ... | ... | @@ -314,6 +317,8 @@ GEM |
| 314 | 317 | rspec-core (~> 2.14.0) |
| 315 | 318 | rspec-expectations (~> 2.14.0) |
| 316 | 319 | rspec-mocks (~> 2.14.0) |
| 320 | + ruby-fogbugz (0.1.1) | |
| 321 | + crack | |
| 317 | 322 | rushover (0.3.0) |
| 318 | 323 | json |
| 319 | 324 | rest-client |
| ... | ... | @@ -394,6 +399,7 @@ DEPENDENCIES |
| 394 | 399 | draper |
| 395 | 400 | email_spec |
| 396 | 401 | errbit_bitbucket_plugin |
| 402 | + errbit_fogbugz_plugin | |
| 397 | 403 | errbit_github_plugin |
| 398 | 404 | errbit_gitlab_plugin |
| 399 | 405 | errbit_lighthouse_plugin | ... | ... |