cucumber_json_merge 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
  SHA1:
3
- metadata.gz: 4a22fdd5b9ccdac79d95e3ab13fe9a8bf1543d61
4
- data.tar.gz: 44d404c4a3db0cb1069b6aad26bb2a2af710d965
3
+ metadata.gz: eb2c4495e69ba196aa8180c7f4a6993b88e5001a
4
+ data.tar.gz: e9a9634c244acb2aae79bff05d1fb4157a058630
5
5
  SHA512:
6
- metadata.gz: 7169a7d72b4253c1863af27b6186499567eeec097ebcb9ad2d08a0a24d026a65334f2a29d179f5f6eab9200cd8d8914600d4b0a3693eceddc4632ddd266ac699
7
- data.tar.gz: 7d383dd37a27591a93cb6ae154b682cb064dc0f63cf404155e7446be679468c73b3c2a352b0b8dc4b9ac857ba66cddb6fb549b85ad5292630e1f32d83fe0e072
6
+ metadata.gz: 6e933018dfee744f696f69839840c8ee4721bfc80345147f256c28f6dfcec1c6d13a60aad99c55a528323c829f1b40df1f1e1171b52201f7e293fb58fba5de49
7
+ data.tar.gz: 59aae5c199a0dbdff53a3d1dd6df97812f4c014ae56be7664be6b877ac08d3b78302c9c3fd94c944808e26b0dbdc76f3649e9f138de3b2e2f83678326d4ee393
data/README.md CHANGED
@@ -7,7 +7,7 @@ Merges two or more Cucumber JSON reports, such that results from the source JSON
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'json_merge'
10
+ gem 'cucumber_json_merge'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -16,7 +16,7 @@ And then execute:
16
16
 
17
17
  Or install it yourself as:
18
18
 
19
- $ gem install json_merge
19
+ $ gem install cucumber_json_merge
20
20
 
21
21
  ## Usage
22
22
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  # Cucumber Json Merge version module
3
3
  module CucumberJsonMerge
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber_json_merge
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
  - Voke Ransom Anighoro