slimpay_client 0.1.2 → 0.1.3

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: c8316eb60c9f69b7f933f1049f5c5940e1203b6186ebe7a9157e7e52b889dc9b
4
+ data.tar.gz: 93622bc255b1d4f4ee6a572008696bdb788c2ca11d9ec0b63846d606e59acf49
5
5
  SHA512:
6
- metadata.gz: 0a24e9b84018c599475c04b530bcf6c983d5924713b5cf32a97932af9589eda874f1f4b65916bc0780ba3f00f32b307df471e65025d5bc0240fda0877476fff3
7
- data.tar.gz: c5f729be6d7e1169eb630a9478bab386e2af32600e917af9ed0b8243f58686010c557f01f9645b0e3d51a894109f00833fe8b4f9218a01de06908cd4ec2cecdf
6
+ metadata.gz: a09cefcb2415c1d2fc8a1aed8287e8b5d552b4bbd99be68372138021b03b9c2d8ad2640806f98c29ce579880e5a83f1dcaa8602ebbe1057637c298ac74a0c917
7
+ data.tar.gz: 8034ec448decfb9c1fdbb0febe158d8de3c6785aa927b413bc685283bb80a8c6246afacfb19c27d37ff99a7cc815f5c1704ed55bb03d2f4f0cf0af84f27d2dd0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [unrelease]
2
+
3
+ * Specs
4
+
5
+ ## [0.1.3] - 2024-08-07
6
+
7
+ * README
8
+
9
+ ## [0.1.2] - 2024-08-07
10
+
11
+ * README
12
+
1
13
  ## [0.1.1] - 2024-08-07
2
14
 
3
15
  * 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 = "0.1.3"
5
5
  end
@@ -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,7 +1,7 @@
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: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Idrissa Bara
@@ -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: []