lois 0.1.1 → 0.1.2
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/lib/lois/cli.rb +1 -1
- data/lib/lois/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c723ed91bdb0815a2647d44d14320d512b6744ad2f822d4e4ca49ee5749c4fc
|
|
4
|
+
data.tar.gz: 701199c6b460f62d9accc7320aa8e6766b7443cf8a55ae42e03c5ad5604a03e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a03a811f438d57648a1b95575a2eaf4e4f9baf3390ab87ed3f6ff173fda5e1adcdc47abd135279294eec01c019636a722181e439a2e7424194c06cd2841d324d
|
|
7
|
+
data.tar.gz: 21a73e0ba0034f338271780997f2d1303122cfc8ce73264fef64568ff328a4781d858db5e5b06e485c63eaa081a2d6dd985566a813ddc32501b30e1c4e5c2ae7
|
data/lib/lois/cli.rb
CHANGED
|
@@ -107,7 +107,7 @@ module Lois
|
|
|
107
107
|
configure(options)
|
|
108
108
|
|
|
109
109
|
actual = options[:actual].to_f
|
|
110
|
-
actual_formatted = format('%.2f
|
|
110
|
+
actual_formatted = format('%.2f%%', actual)
|
|
111
111
|
|
|
112
112
|
if actual >= options[:minimum].to_f
|
|
113
113
|
Lois.config.github.success('simplecov', "#{actual_formatted} coverage.")
|
data/lib/lois/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lois
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Hansen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: awesome_print
|
|
@@ -288,7 +288,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
288
288
|
version: '0'
|
|
289
289
|
requirements: []
|
|
290
290
|
rubyforge_project:
|
|
291
|
-
rubygems_version: 2.7.
|
|
291
|
+
rubygems_version: 2.7.4
|
|
292
292
|
signing_key:
|
|
293
293
|
specification_version: 4
|
|
294
294
|
summary: Lois reports statuses of CI results to Github Pull Request Statuses.
|