payhyper 0.4.3 → 0.4.4
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 +4 -4
- data/lib/payhyper.rb +2 -2
- data/lib/payhyper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca9f715921c0ba19c3a9701636e92ff57ca139a2
|
4
|
+
data.tar.gz: ac5f74d09fb41db69f5bacf2b452f730121c56b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22741f16005c4367c598ab4f2a15df0ec818d58cb35dde05bfbcea90eda8f3be1085f763217bcd3691a2920f2c8995fb36c4245f74ef815d1b99139a01f01755
|
7
|
+
data.tar.gz: 41c4026ec76049080fa539e8773b826328a3ab4faf67b8656dea0b31ee59c7297d9dd802520340553376d51b0e279958644cf6158cdc6c5bfc6eab4c35c2b4b2
|
data/lib/payhyper.rb
CHANGED
@@ -22,11 +22,11 @@ module PayHyper
|
|
22
22
|
}
|
23
23
|
end
|
24
24
|
|
25
|
-
CURRENCIES = %w{JOD USD BHD GBP EGP KWD OMR QAR SAR TRY AED PKR}
|
25
|
+
CURRENCIES = %w{JOD USD BHD GBP EGP KWD OMR QAR SAR TRY AED PKR IQD}
|
26
26
|
COUNTRY_CODES = {
|
27
27
|
"JO" => "962",
|
28
28
|
"SA" => "966",
|
29
|
-
"
|
29
|
+
"IQ" => "964",
|
30
30
|
"PK" => "92",
|
31
31
|
}
|
32
32
|
COUNTRIES = COUNTRY_CODES.keys
|
data/lib/payhyper/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: payhyper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sinan Taifour
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
77
|
rubyforge_project:
|
78
|
-
rubygems_version: 2.6.
|
78
|
+
rubygems_version: 2.6.12
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: The Ruby bindings of the Hyper API
|