bayarcash 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bayarcash/version.rb +1 -1
  3. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32732f286c3d5b6b7ad274070f23e57ce920a402cf87cc31a92d03aca732b485
4
- data.tar.gz: 4acc4a3c0f1ad14d4c4dd44f639d58180362391d50333c0cabf19ee9e60be943
3
+ metadata.gz: 59a8f1a131850cc8e63f1e73095477d270adbf6ce7bdab5df2f33ca0a838771e
4
+ data.tar.gz: 71135bac4a3e3d4aac25003bc5e3f518de00f8ca05e725738904ea3801339ee1
5
5
  SHA512:
6
- metadata.gz: 8c446510e6a77b961c38de5b25f27ae82606c56710a6e379e5efdba567bc4aa2d35fd27e8ad32404bf801b93128b3b2b3f95b83f9f9d6044cc1383a53c8f30c6
7
- data.tar.gz: af2cb351ec18187b7629c84c9325bb42fbb0b432f50635bf2a5b88ac6b83a86c6fdac2dd1d268cb3c6db06382066b74c4439807576abf80f34dd30bf7ed1c319
6
+ metadata.gz: 7440d3950c8e7f65793e22b89c45addc8aa580eb67f7949bddd024625fd7bb1fa92c2eae0e66623abe8884fb1a2834e18e3152fc8bf4514de94e91c8c6b1d809
7
+ data.tar.gz: 16061b738585b7893d3bdb929316bea1f729ed00070c5baa272827ca7cfa91a33e4d1fca5e7dbcd1bc811751a019e14ef13028987d48b67e368f9ac9b1fb321b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bayarcash
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bayarcash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Web Impian
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-07-21 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: faraday
@@ -132,6 +133,7 @@ metadata:
132
133
  homepage_uri: https://bayarcash.com/
133
134
  source_code_uri: https://github.com/bayarcash/ruby-sdk
134
135
  changelog_uri: https://github.com/bayarcash/ruby-sdk/blob/main/CHANGELOG.md
136
+ post_install_message:
135
137
  rdoc_options: []
136
138
  require_paths:
137
139
  - lib
@@ -146,7 +148,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
148
  - !ruby/object:Gem::Version
147
149
  version: '0'
148
150
  requirements: []
149
- rubygems_version: 4.0.11
151
+ rubygems_version: 3.5.22
152
+ signing_key:
150
153
  specification_version: 4
151
154
  summary: Ruby SDK for the Bayarcash payment gateway.
152
155
  test_files: []