judopay 2.1.3 → 2.1.4

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: c4322bcef8c0b210b38579fe124137e8b92e9ff150f2b76449e9d91b4b5c4174
4
- data.tar.gz: 29e03ee4dba7843a6417842348f77dc02eae10f1fbe25ddbc70800a5cbb1a2b3
3
+ metadata.gz: 599dd32e235d8b82578fe73285342334dedd5b5bb421bd378c718617970d53bc
4
+ data.tar.gz: db74b212fc33b3aaf3a15b947bf0c9205858e3556b1667e130ce1b20098df8d3
5
5
  SHA512:
6
- metadata.gz: d2d9f55bd0cb4b04ad493ebd46a18ab5749e42c15302a44967679a93dc33399505fa1855bc17d81bdcc6b4136f310dd6959a7a9a408df5d4c7a1bbabafbbffa6
7
- data.tar.gz: 377e8961642271df5917446752e9d09f85a27228d81c2e117fd1a8d87ae2a973493f595effa402e79a9c4fac84d82595635d8d0c004b9f23e88b2933dbbe2aae
6
+ metadata.gz: ba6bd5664f7087895ca2539bde0938ca5a7e42fb2788c892aca097b464b079493c6399adaeae3d6b26fb922bf290e7aab8a66f06a425bf3d42eb914a6e4f7644
7
+ data.tar.gz: fd25949cf14bb8b60df579600e46b9efcd5cc3a72bc5211634942f4209d3dd732222b72de53ef52fef4f7d1b30ea144450301a405ec77cb0ba22f1c6ef1a8ce9
@@ -1,5 +1,5 @@
1
- require File.expand_path('../connection', __FILE__)
2
- require File.expand_path('../request', __FILE__)
1
+ require File.expand_path('connection', __dir__)
2
+ require File.expand_path('request', __dir__)
3
3
 
4
4
  module Judopay
5
5
  # @private
@@ -1,4 +1,4 @@
1
1
  module Judopay
2
- SDK_VERSION = '2.1.3'.freeze
2
+ SDK_VERSION = '2.1.4'.freeze
3
3
  API_VERSION = '5.2.0'.freeze
4
4
  end
@@ -33,7 +33,7 @@ def stub_post(path)
33
33
  end
34
34
 
35
35
  def fixture_path
36
- File.expand_path('../fixtures', __FILE__)
36
+ File.expand_path('fixtures', __dir__)
37
37
  end
38
38
 
39
39
  def fixture(file)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: judopay
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Judopay