juspay_checkout 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42fdaa3c18daaeb42ccedb65ebf93f9c0efa18d8c2cc1852cb2d53b403be220b
4
- data.tar.gz: 431fadfb9c0e85b308cf643b40c7bcc97012748d2208111629690c2904e3492c
3
+ metadata.gz: da4421e34174efdc95b83aa26e0730b479504d1c17027a6b07d449adc73a9695
4
+ data.tar.gz: 80d2d6f944c3c7cfcb2718ad47f252fcae0c202aebe6257f982897aeccaee9c5
5
5
  SHA512:
6
- metadata.gz: f7dd1896f63b4081d42463958edf04dc18e8d3b30b4d85c4ce3b2add00a3371af7f5afbab715e175fed87c6cc344dc290dd9460be15989476613f08d560ab814
7
- data.tar.gz: 965a807ec0f97cbced29457ba775323fe4f282b7bd62b1066746705c09bd0c5ab7ec45bc432a5b96b05dc6d931199265e6888951cebcc6ca31dc0b35f9bd0747
6
+ metadata.gz: ed9d0642074793b50de091558e774ecdb560c38a574ea33a3439ea0da04c1885f26f628a6f39dcf4dfe52fcfc4419b41703df805d0806df930892954beec20ba
7
+ data.tar.gz: 926fbb961942ee0fad36a5199e6b082c61a7c2cbd4095fbbbb9fd8a6d0fef119b6eb98e75084c4e3975c5eb2ef4f0e9b0c70b2aa9f0f0234fe60d6b44335a70e
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Juspay payment gateway library}
13
13
  spec.description = %q{Library for Express Checkout APIs Juspay.}
14
- spec.homepage = "https://github.com/sandipkaranjekar/juspay"
14
+ spec.homepage = "https://github.com/sandipkaranjekar/juspay_checkout"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
@@ -1,3 +1,3 @@
1
1
  module JuspayCheckout
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: juspay_checkout
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
  - sandipkaranjekar
@@ -82,7 +82,7 @@ files:
82
82
  - lib/juspay_checkout/signature.rb
83
83
  - lib/juspay_checkout/version.rb
84
84
  - lib/juspay_checkout/wallet.rb
85
- homepage: https://github.com/sandipkaranjekar/juspay
85
+ homepage: https://github.com/sandipkaranjekar/juspay_checkout
86
86
  licenses:
87
87
  - MIT
88
88
  metadata: {}