Commit 6cd3751669cdfd90921c0f76466e8c98b3923726
1 parent
ded6ff9c
Exists in
master
and in
1 other branch
add lighthouse issue tracker as a gem
Showing
2 changed files
with
9 additions
and
1 deletions
Show diff stats
Gemfile
| @@ -29,6 +29,7 @@ gem 'draper', :require => false | @@ -29,6 +29,7 @@ gem 'draper', :require => false | ||
| 29 | 29 | ||
| 30 | gem 'errbit_plugin' | 30 | gem 'errbit_plugin' |
| 31 | gem 'errbit_github_plugin' | 31 | gem 'errbit_github_plugin' |
| 32 | +gem 'errbit_lighthouse_plugin' | ||
| 32 | 33 | ||
| 33 | # Notification services | 34 | # Notification services |
| 34 | # --------------------------------------- | 35 | # --------------------------------------- |
Gemfile.lock
| @@ -93,7 +93,10 @@ GEM | @@ -93,7 +93,10 @@ GEM | ||
| 93 | errbit_github_plugin (0.1.0) | 93 | errbit_github_plugin (0.1.0) |
| 94 | errbit_plugin | 94 | errbit_plugin |
| 95 | octokit | 95 | octokit |
| 96 | - errbit_plugin (0.3.0) | 96 | + errbit_lighthouse_plugin (0.1.0) |
| 97 | + errbit_plugin (~> 0) | ||
| 98 | + lighthouse-api (~> 2) | ||
| 99 | + errbit_plugin (0.4.0) | ||
| 97 | erubis (2.7.0) | 100 | erubis (2.7.0) |
| 98 | execjs (2.0.2) | 101 | execjs (2.0.2) |
| 99 | fabrication (2.9.0) | 102 | fabrication (2.9.0) |
| @@ -138,6 +141,9 @@ GEM | @@ -138,6 +141,9 @@ GEM | ||
| 138 | launchy (2.3.0) | 141 | launchy (2.3.0) |
| 139 | addressable (~> 2.3) | 142 | addressable (~> 2.3) |
| 140 | libv8 (3.16.14.3) | 143 | libv8 (3.16.14.3) |
| 144 | + lighthouse-api (2.0) | ||
| 145 | + activeresource (>= 3.0.0) | ||
| 146 | + activesupport (>= 3.0.0) | ||
| 141 | mail (2.5.4) | 147 | mail (2.5.4) |
| 142 | mime-types (~> 1.16) | 148 | mime-types (~> 1.16) |
| 143 | treetop (~> 1.4.8) | 149 | treetop (~> 1.4.8) |
| @@ -345,6 +351,7 @@ DEPENDENCIES | @@ -345,6 +351,7 @@ DEPENDENCIES | ||
| 345 | draper | 351 | draper |
| 346 | email_spec | 352 | email_spec |
| 347 | errbit_github_plugin | 353 | errbit_github_plugin |
| 354 | + errbit_lighthouse_plugin | ||
| 348 | errbit_plugin | 355 | errbit_plugin |
| 349 | execjs | 356 | execjs |
| 350 | fabrication | 357 | fabrication |