rspec_starter 1.8.0 → 1.8.1

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: 45b3cd5ff9475dad8be41daa7d272ba22b92981c34ec1b6bb9fe561eaff4aca0
4
- data.tar.gz: 89d1303fc78d434d10ef1ffc61abf3b155fb79fa995e11ca2d6e158f67e2d56c
3
+ metadata.gz: 6597aafc25792e36fc578f93398a26bb612efb5e7442649304b2982b3813e774
4
+ data.tar.gz: f17536b570c8a4d3b025f5474d4ba74c390c54f4c541418e9f0cdecd90d3a8a1
5
5
  SHA512:
6
- metadata.gz: 163f37cb7408c324fff66f52bfda700c3abd90915202203482f43b1877bfe560209fb234ca933d6edf04249898728fcd0ed35bc709f0aa29647000f95d32241f
7
- data.tar.gz: afaf5ca3e0fd57cb9a7f80c63bc57c7aae3bf429e5d3daabb44ba6a5fc32140a6d73aeb497e6bbbd57e560fa85fba2014aefb1581c69d23025a20ef0c2974be8
6
+ metadata.gz: 74709b8e15901856ac1049acb9d20339eb8079303c8441368fc9d5b4563175a24b19be769ef3eb37b86ba49d4bb9aa19fee34a9909d7aa191a3ddbf984a3f60e
7
+ data.tar.gz: 79f4c909f76783c9f252d249deecc2dbff1330cb3b3dddc7c2d7d501681018dc7349ed3dcb49796af1d5eb42a742421759dee17a1a23715528ac0f09acefb167
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Issues marked as **(Internal)** mark internal development work. Issues are tracked at https://github.com/roberts1000/rspec_starter/issues.
4
4
 
5
+ ## 1.8.1 (Apr 14, 2020)
6
+
7
+ 1. [#97](../../issues/97) Fix "Using the last argument as keyword" deprecation warning.
8
+
5
9
  ## 1.8.0 (Apr 03, 2020)
6
10
 
7
11
  1. [#88](../../issues/88) Use `os ~> 1.1.0`.
data/README.md CHANGED
@@ -12,7 +12,7 @@ Releases are versioned using [semver 2.0.0](https://semver.org/spec/v2.0.0.html)
12
12
 
13
13
  ## Supported Ruby Versions
14
14
 
15
- 2.3.0+
15
+ 2.4.0+
16
16
 
17
17
  ## Installation
18
18
 
@@ -11,7 +11,7 @@
11
11
  # that determines whether a problem should cause the entire start-up process to stop when the task encounters a problem.
12
12
  class RspecStarterTask < RspecStarterStep
13
13
  def self.register_option(hash)
14
- @options_registrar.register_task_option(self, hash)
14
+ @options_registrar.register_task_option(self, **hash)
15
15
  end
16
16
 
17
17
  def self.description
@@ -1,3 +1,3 @@
1
1
  module RspecStarter
2
- VERSION = "1.8.0".freeze
2
+ VERSION = "1.8.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_starter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberts
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-03 00:00:00.000000000 Z
11
+ date: 2020-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler