assertthat-bdd 1.6.1 → 1.6.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: b5c4651bc71ff0ac382616142383c8fbaaead663300bf1bff27c978dfadd8b08
4
- data.tar.gz: 9df3b59f2726fa196806bc241f15b8875aab16efb5eecb6575ee3a8aaac191b2
3
+ metadata.gz: 60460d67c013f3bedb78f3aa6a7f08e0c9a275e88fc5d1b1ac9db5a99816a63d
4
+ data.tar.gz: 36d63dcad252b6628194a5aae2532bd2170744e5c44fe4e32dbc23892e001b62
5
5
  SHA512:
6
- metadata.gz: d008022710ba84b7caf9d9b6a9e119d61012031341d61e8ecc298a38dcb40e3fda81be87325d1c01ae910963852f60b7019d6cd178e7b0d01791d1e4961785af
7
- data.tar.gz: 9406e8bae99ea54114ca31e06aafb1382cdeff7a66776830f15d171a7942c49c5b3281cafac8243e5b5155177253ed559c6443e53899c710eca17870f254ed79
6
+ metadata.gz: fae48177c21c0d0be2f1f90ccace22cda3138a21b0ef483c01e163f8b96042e7c6dc5f32e5518ec9e85ccb856db30f987f04e33f83b6610f19674b5bde3bc48f
7
+ data.tar.gz: '01748f34574788956dd1a4e4cda654d1de02bfba8231fd146e4a7f647a2b4009a327e2cd6700984965b425b601d444983ece49bbb34e9bbd7a0f2c94eeed9588'
@@ -2,7 +2,7 @@
2
2
  require 'assertthat-bdd'
3
3
  require 'optparse'
4
4
 
5
- VERSION = '1.2.0'
5
+ VERSION = '1.6.2'
6
6
 
7
7
  options = {}
8
8
  OptionParser.new do |opt|
@@ -27,7 +27,7 @@ end.parse!
27
27
 
28
28
  raise OptionParser::MissingArgument, "'projectId' option is not specified" if options[:projectId].nil?
29
29
 
30
- AssertThatBDD::Features.download(options)
30
+ AssertThatBDD::Features.download(**options)
31
31
 
32
32
 
33
33
 
@@ -2,7 +2,7 @@
2
2
  require 'assertthat-bdd'
3
3
  require 'optparse'
4
4
 
5
- VERSION = '1.2.0'
5
+ VERSION = '1.6.2'
6
6
 
7
7
  options = {}
8
8
  OptionParser.new do |opt|
@@ -26,6 +26,6 @@ end.parse!
26
26
 
27
27
  raise OptionParser::MissingArgument, "'projectId' option is not specified" if options[:projectId].nil?
28
28
 
29
- AssertThatBDD::Report.upload(options)
29
+ AssertThatBDD::Report.upload(**options)
30
30
 
31
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assertthat-bdd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glib Briia