pheme 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ba47b903f807d38bc0ab2bcc26c84b5cdf80ae14b8b63408927c8fe72156266
4
- data.tar.gz: 07e8426d2cb5fdeb04f34849e6f555964194f10bf95b32a5661ff8e2d7e97475
3
+ metadata.gz: 00c644d86dd28023ad4f19c881f9e62e4c3fc37db5145d1c74ad45ee6172febd
4
+ data.tar.gz: fe23557df0047f7747f18fef98c36d758f2349cb5dd19b3aaa4c75c14f161109
5
5
  SHA512:
6
- metadata.gz: 60912eecc579e300d5ad97d0aed5979456763d4bc4f5743ca93190fd698e19fe183ce64b67a9c522f4224a56797f9e402b03fd6607c1f195b8aa2cd0614ec59c
7
- data.tar.gz: '0184c0f070240253fb74520be53e2b16fb2f0b1c8541c6dcfbdf882165f8645182c07970f0c35e698fab7e903ab092479ca8a675c0ca08055ae441e743e119e1'
6
+ metadata.gz: 220fb2de76fbe6782849a23cb104128681bbd0b6510de4fc47a67d806d9752a83c4e4fa69c8e720c4630371132027fce624e381708b21be3aa0ffb99ae1faff3
7
+ data.tar.gz: 7492c1a2d0550b1cdf922222afd291bd14c515d18bd680365a69a974a56380fb3f721d38a004428b963b1c34e7fcb50b1cf5173bbed777f5b5479a0508f9ffe2
@@ -39,20 +39,22 @@ references:
39
39
  run:
40
40
  name: Run rspec
41
41
  command: |
42
- COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} \
43
- bundle exec rspec --require spec_helper \
44
- --format RspecJunitFormatter \
45
- --out test_results/rspec.xml \
46
- --format documentation
42
+ bundle exec rspec \
43
+ --require spec_helper \
44
+ --format RspecJunitFormatter \
45
+ --out test_results/rspec.xml \
46
+ --format documentation
47
47
 
48
48
  jobs:
49
49
  checkout_and_bundle_2_4_5:
50
50
  <<: *defaults_2_4_5
51
+ environment:
52
+ COVERALLS_REPO_TOKEN: ''
51
53
  steps:
52
54
  - checkout
53
55
  - *which_bundler
54
56
  - *bundle_install
55
- - run: bundle exec rspec
57
+ - *run_rspec
56
58
  - store_test_results:
57
59
  path: test_results
58
60
 
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 3.1.2 - 2019-02-14
8
+ ### Fixed
9
+ - Trying to recover code coverage, it only worked for first few builds.
10
+
7
11
  ## 3.1.1 - 2019-02-14
8
12
  ### Fixed
9
13
  - Code coverage not reporting as expected, only report coverage on Ruby 2.5 build.
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '3.1.1'.freeze
2
+ VERSION = '3.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pheme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham