slimpay_client 0.1.2 → 1.0.0

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: a29900b90a47455f706a973c8e25f0a43ebda81a909255d2e4d1eaced09abc54
4
- data.tar.gz: 1bb76b4d68a94679ee463beeec99e8b1088b998c99f3043c0afe0e0d42e8b974
3
+ metadata.gz: b752da4b46be4a0a1dca80c4dfa9d62a17aa9226e2ff3e0c4aba049573bfcf96
4
+ data.tar.gz: 002e045b03a050dd13f9d07576611759205184730602e30b40cd84b6cbbb1b0e
5
5
  SHA512:
6
- metadata.gz: 0a24e9b84018c599475c04b530bcf6c983d5924713b5cf32a97932af9589eda874f1f4b65916bc0780ba3f00f32b307df471e65025d5bc0240fda0877476fff3
7
- data.tar.gz: c5f729be6d7e1169eb630a9478bab386e2af32600e917af9ed0b8243f58686010c557f01f9645b0e3d51a894109f00833fe8b4f9218a01de06908cd4ec2cecdf
6
+ metadata.gz: cd6fcf2c7ebff4c1533c9cad6f75a1cc57122d09077f324778872a8f341b7653ef9775e2718705f5020677dd11743d4c16f7b7a5e47338657bd14eb2b37db6d0
7
+ data.tar.gz: d8c960bd3468396aa13ca0951a61612799a2777fd27f72c3e0f57881ad1b3369321fed77c5f3927bcfd5e644e183c336505fac544e01a562fd432b5e4a619df4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [unrelease]
2
+
3
+
4
+ ## [1.0.0] - 2024-08-27
5
+
6
+ * Specs
7
+
8
+ ## [0.1.3] - 2024-08-07
9
+
10
+ * README
11
+
12
+ ## [0.1.2] - 2024-08-07
13
+
14
+ * README
15
+
1
16
  ## [0.1.1] - 2024-08-07
2
17
 
3
18
  * Changelog file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SlimpayClient
4
- VERSION = "0.1.2"
4
+ VERSION = "1.0.0"
5
5
  end
@@ -5,6 +5,8 @@ require 'oauth2'
5
5
  require 'httparty'
6
6
 
7
7
  require 'active_support/core_ext/string/inflections'
8
+ require 'active_support/core_ext/object/blank'
9
+
8
10
 
9
11
  require 'slimpay_client/configuration'
10
12
  require 'slimpay_client/error'
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
18
  spec.metadata["source_code_uri"] = "https://github.com/baraidrissa/slimpay_client"
19
- spec.metadata["changelog_uri"] = "https://github.com/baraidrissa/slimpay_client/CHANGELOG.md"
19
+ spec.metadata["changelog_uri"] = "https://github.com/baraidrissa/slimpay_client/blob/main/CHANGELOG.md"
20
20
 
21
21
  spec.post_install_message = %(Please refer to Slimpay's API https://dev.slimpay.com for more informations.)
22
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slimpay_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Idrissa Bara
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-07 00:00:00.000000000 Z
11
+ date: 2024-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -205,7 +205,7 @@ licenses:
205
205
  metadata:
206
206
  homepage_uri: https://github.com/baraidrissa/slimpay_client
207
207
  source_code_uri: https://github.com/baraidrissa/slimpay_client
208
- changelog_uri: https://github.com/baraidrissa/slimpay_client/CHANGELOG.md
208
+ changelog_uri: https://github.com/baraidrissa/slimpay_client/blob/main/CHANGELOG.md
209
209
  post_install_message: Please refer to Slimpay's API https://dev.slimpay.com for more
210
210
  informations.
211
211
  rdoc_options: []