agilibox 1.9.13 → 1.9.14

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: 577884f829d930ff72448f21529d3f05b836ff3a72414ca020a52a9d39fe7adf
4
- data.tar.gz: 54ab04e77e1b7982dfa861731c568b07a81ac8885d9dddbb5ed7251ab3806cff
3
+ metadata.gz: 39ba603c31035133392e8960223805f62875d2c073bab3c92c740ee64587cc6f
4
+ data.tar.gz: 9f029239b10af613e1cb62c0f11a2c1e17037bb4f2178a81a9c3c7f4afebad1c
5
5
  SHA512:
6
- metadata.gz: df3afc115ae89d1ac41ab0913ddc89e9ff53836625b864f8fe3a81516074113e8bae9154926676d4a2db60e8d362d3ecd88d273065e0931fe519787779e714d1
7
- data.tar.gz: 0ab62749bbfbbcbdb5b8e0f05c05225d6d4aa0c880a19841a4c5de5c4930d708ef344f1f3723589e3f36275e8232191e9ce85ff75de454dd5db446710f26d37f
6
+ metadata.gz: aafbd06be7c481159a1f86060f7712b6f0d82dd9f3e4d28dc66b7fa5c08200649c9ff3029c8975c76f1bd40159988b92186e01e10b67429a11687e8e796e4874
7
+ data.tar.gz: c3f1221380f43921074b6b4ba2eb4c4f70681636c0fbba4784f3553f3f0a3b595286f38db1cf6ba3161c03f14b814eecf2e86bf61e29dca3c4bd62abfc8cf131
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v1.9.14
6
+ - Fix syntax error on Ruby < 2.7
7
+
5
8
  ## v1.9.13
6
9
  - Add apparition capybara driver
7
10
 
@@ -2,8 +2,8 @@ class Agilibox::Service
2
2
  include Agilibox::InitializeWith
3
3
 
4
4
  if RUBY_VERSION >= "2.7.0"
5
- def self.call(...)
6
- new(...).call
5
+ def self.call(*args, **kwargs)
6
+ new(*args, **kwargs).call
7
7
  end
8
8
  else
9
9
  def self.call(*args)
@@ -1,3 +1,3 @@
1
1
  module Agilibox
2
- VERSION = "1.9.13"
2
+ VERSION = "1.9.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agilibox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.13
4
+ version: 1.9.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - agilidée