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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3134b8217e71480db050cc301726a341ea8abcf8dc8038e08693a83a76fa7e75
4
- data.tar.gz: '0699f32fc7bb43c5bc1eb476f45da98be8015be2c5345cf3c45fe1b155185c1a'
3
+ metadata.gz: 7c723ed91bdb0815a2647d44d14320d512b6744ad2f822d4e4ca49ee5749c4fc
4
+ data.tar.gz: 701199c6b460f62d9accc7320aa8e6766b7443cf8a55ae42e03c5ad5604a03e3
5
5
  SHA512:
6
- metadata.gz: b69ffa3896bdb1c901e8caf3ecbdd241d19272a8eb6a2f6fac09dde4adf55fade76b23e03ae7af343151006952c88ac6c3be4ef84b400b5c58782b6025c4c151
7
- data.tar.gz: ebcb8eb7594da5f78bcccb4a32555f3e98d84e1f4fa0110e8f0fa13192d5f7a664485afc10ec252660e3d015aa3ee273a77f148a207bd3d0b284399455493169
6
+ metadata.gz: a03a811f438d57648a1b95575a2eaf4e4f9baf3390ab87ed3f6ff173fda5e1adcdc47abd135279294eec01c019636a722181e439a2e7424194c06cd2841d324d
7
+ data.tar.gz: 21a73e0ba0034f338271780997f2d1303122cfc8ce73264fef64568ff328a4781d858db5e5b06e485c63eaa081a2d6dd985566a813ddc32501b30e1c4e5c2ae7
@@ -107,7 +107,7 @@ module Lois
107
107
  configure(options)
108
108
 
109
109
  actual = options[:actual].to_f
110
- actual_formatted = format('%.2f%', actual)
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.")
@@ -1,3 +1,3 @@
1
1
  module Lois
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
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.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: 2017-11-16 00:00:00.000000000 Z
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.2
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.