sisow 2.0 → 2.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 +5 -5
- data/.ruby-version +1 -1
- data/lib/sisow/api/request.rb +1 -1
- data/lib/sisow/version.rb +1 -1
- data/spec/models/request_spec.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 358f59df3fa296a9dc216a4581968079fa734e35f1c69bbf4da60f73a7858db2
|
|
4
|
+
data.tar.gz: 5bdd565e49e7c436114e6939df4b05c5583ee2c8afaca80dea1c8ba6e965cf33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c737bc3e92c8022fecb49744711fafb5dbde04b738aaa1645f64c452ff30dd51b39c71f042dc6873ba1cba44cacd085029bdc338eb9ec9739ea33af937b8ed2c
|
|
7
|
+
data.tar.gz: 0e87ae935f5911414180f138eb0162767e9b2a1c2e767b58145cc0be197b3fb82cdbd29706fe86ecf2ca6cc154c2da42e44b72927935f8a81296c08d7db7e571
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.5.0
|
data/lib/sisow/api/request.rb
CHANGED
data/lib/sisow/version.rb
CHANGED
data/spec/models/request_spec.rb
CHANGED
|
@@ -13,7 +13,7 @@ describe Sisow::Api::Request do
|
|
|
13
13
|
|
|
14
14
|
it "should point to the base URI of the Sisow API" do
|
|
15
15
|
request = Sisow::Api::Request.new
|
|
16
|
-
request.send(:base_uri).should == "
|
|
16
|
+
request.send(:base_uri).should == "https://www.sisow.nl/Sisow/iDeal/RestHandler.ashx"
|
|
17
17
|
end
|
|
18
18
|
|
|
19
19
|
it "should perform properly" do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sisow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '2.
|
|
4
|
+
version: '2.1'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcel de Graaf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpi
|
|
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
208
208
|
version: '0'
|
|
209
209
|
requirements: []
|
|
210
210
|
rubyforge_project: sisow
|
|
211
|
-
rubygems_version: 2.
|
|
211
|
+
rubygems_version: 2.7.3
|
|
212
212
|
signing_key:
|
|
213
213
|
specification_version: 4
|
|
214
214
|
summary: Rails gem for payments through Sisow.
|