Ran
|
Jobs
2
|
Files
6
|
Run time
23s
|
Badge
Embed ▾
README BADGES
|
travis-ci
<a href="https://github.com/steelThread/redmon/commit/<a class=hub.com/steelThread/redmon/commit/ea6d07da7ef9f3636fc6b8a425c831752e3877f2">ea6d07da7<a href="https://github.com/steelThread/redmon/commit/ea6d07da7ef9f3636fc6b8a425c831752e3877f2">">Move runtime gem dependencies from Gemfile back to gemspec file. This undoes partially PR https://github.com/steelThread/redmon/pull/75/commits/</a><a class="double-link" href="https://github.com/steelThread/redmon/commit/<a class="double-link" href="https://github.com/steelThread/redmon/commit/5cec1c412f3ee9775430cd0ef09e016a50866459">5cec1c412</a>">5cec1c412</a><a href="https://github.com/steelThread/redmon/commit/ea6d07da7ef9f3636fc6b8a425c831752e3877f2"> The reason is that dependencies declared in the Gemfile but not in the gemspec are not visible when including this gem in an app bundle. This means that app startup can fail because a necessary gem for redmon (e.g. haml) is not present in the bundle. The fix is to declare all necessary runtime dependencies in the gemspec, so that any bundle that includes this gem will include its dependencies as well. Fixes https://github.com/steelThread/redmon/issues/86
126 of 151 relevant lines covered (83.44%)
5.17 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
3 | 170.3 (2.0.0) | 6 |
83.44 |
Travis Job 170.3 | |
5 | 170.5 (ruby-head) | 6 |
80.79 |
Travis Job 170.5 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|