jumpup 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -0
- data/README.mkdn +8 -3
- data/lib/jumpup/test_case.rb +7 -0
- data/lib/jumpup/version.rb +1 -1
- data/lib/tasks/integrate.rake +0 -1
- data/test/coverage_test.rb +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb0354246bd7cbf1ed0d5e456df6f69978327bf2
|
|
4
|
+
data.tar.gz: 42ee0da3af45702cdb57fca2d5a23636d47cdff7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3c2b76cb72e3076ca57fb037c1d824ac72b9a7615adfad4e1e0858b454cbe756f81a516b04c9a4b9ee9a32664964031b1775281943facf211a37477551e76da
|
|
7
|
+
data.tar.gz: 2548f339f950d911785a9ba5614bd0050947b023b046692300f6b0e8288667a1a8f7ba97a5384c9b78ca6205542fddd89be6f240dfd945d03dbe09a741843d0f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.0.6 (unreleased)
|
|
4
|
+
|
|
5
|
+
### features
|
|
6
|
+
|
|
7
|
+
### improvements
|
|
8
|
+
|
|
9
|
+
### bug fixes
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## 0.0.5 (May 15, 2014)
|
|
13
|
+
|
|
14
|
+
### features
|
|
15
|
+
|
|
16
|
+
### improvements
|
|
17
|
+
|
|
18
|
+
### bug fixes
|
|
19
|
+
- Fix warning message about `RAILS_ENV` on rails `>= 4.1`
|
|
20
|
+
- Fix the coverage verify to works on Rails `>= 4.1`
|
|
21
|
+
|
|
3
22
|
## 0.0.4 (February 21, 2014)
|
|
4
23
|
|
|
5
24
|
### features
|
data/README.mkdn
CHANGED
|
@@ -148,6 +148,10 @@ This code is free to be used under the terms of the [MIT license][mit].
|
|
|
148
148
|
|
|
149
149
|
Comments are welcome.
|
|
150
150
|
|
|
151
|
+
## Maintainers
|
|
152
|
+
|
|
153
|
+
- [Thiago Borges](https://github.com/thiagogabriel)
|
|
154
|
+
|
|
151
155
|
## Authors
|
|
152
156
|
|
|
153
157
|
Jumpup came from the idea of [integration](https://github.com/tapajos/integration). Thanks to [Improve It][ii] and the original authors:
|
|
@@ -156,10 +160,11 @@ Jumpup came from the idea of [integration](https://github.com/tapajos/integratio
|
|
|
156
160
|
* [Sylvestre Mergulhão][sm]
|
|
157
161
|
* [Vinícius Teles][vt]
|
|
158
162
|
|
|
159
|
-
##
|
|
163
|
+
## Made with love by HE:labs
|
|
164
|
+
|
|
165
|
+

|
|
160
166
|
|
|
161
|
-
|
|
162
|
-
Thank you to all the [contributors](https://github.com/Helabs/jumpup/graphs/contributors).
|
|
167
|
+
This gem was created and is maintained by [HE:labs](https://github.com/Helabs).
|
|
163
168
|
|
|
164
169
|
|
|
165
170
|
[gem_version_badge]: https://badge.fury.io/rb/jumpup.png
|
data/lib/jumpup/version.rb
CHANGED
data/lib/tasks/integrate.rake
CHANGED
data/test/coverage_test.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
%w(
|
|
1
|
+
%w(minitest/autorun jumpup/test_case rubygems json).each { |lib| require lib }
|
|
2
2
|
|
|
3
|
-
class CoverageTest <
|
|
3
|
+
class CoverageTest < Jumpup::TestCase
|
|
4
4
|
COVERAGE_FILE = "coverage/.last_run.json"
|
|
5
5
|
def test_if_application_is_fully_covered
|
|
6
6
|
last_run = JSON.parse(File.read(COVERAGE_FILE))
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jumpup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HE:labs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -54,6 +54,7 @@ files:
|
|
|
54
54
|
- Rakefile
|
|
55
55
|
- jumpup.gemspec
|
|
56
56
|
- lib/jumpup.rb
|
|
57
|
+
- lib/jumpup/test_case.rb
|
|
57
58
|
- lib/jumpup/version.rb
|
|
58
59
|
- lib/tasks/integrate.rake
|
|
59
60
|
- test/coverage_test.rb
|
|
@@ -77,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
78
|
version: '0'
|
|
78
79
|
requirements: []
|
|
79
80
|
rubyforge_project:
|
|
80
|
-
rubygems_version: 2.2.
|
|
81
|
+
rubygems_version: 2.2.2
|
|
81
82
|
signing_key:
|
|
82
83
|
specification_version: 4
|
|
83
84
|
summary: Jumpup gem help people that want to do synchronous continuous integration
|