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
Gemfile.lock
... | ... | @@ -93,7 +93,10 @@ GEM |
93 | 93 | errbit_github_plugin (0.1.0) |
94 | 94 | errbit_plugin |
95 | 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 | 100 | erubis (2.7.0) |
98 | 101 | execjs (2.0.2) |
99 | 102 | fabrication (2.9.0) |
... | ... | @@ -138,6 +141,9 @@ GEM |
138 | 141 | launchy (2.3.0) |
139 | 142 | addressable (~> 2.3) |
140 | 143 | libv8 (3.16.14.3) |
144 | + lighthouse-api (2.0) | |
145 | + activeresource (>= 3.0.0) | |
146 | + activesupport (>= 3.0.0) | |
141 | 147 | mail (2.5.4) |
142 | 148 | mime-types (~> 1.16) |
143 | 149 | treetop (~> 1.4.8) |
... | ... | @@ -345,6 +351,7 @@ DEPENDENCIES |
345 | 351 | draper |
346 | 352 | email_spec |
347 | 353 | errbit_github_plugin |
354 | + errbit_lighthouse_plugin | |
348 | 355 | errbit_plugin |
349 | 356 | execjs |
350 | 357 | fabrication | ... | ... |