bunq-client 0.1.0 → 0.1.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 +4 -4
- data/bunq-client.gemspec +2 -2
- data/lib/bunq/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86efef959814c2a9cffd67b0f7be584824f3a9c2
|
|
4
|
+
data.tar.gz: ab09a13ff2ea0c56c06b6c97ca654ef81603df69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48c4c7a30ad2597e9248c26a6acf2db12935464611c104e0a91831580d4c9c902aba7b20fd24d11691bdee2de89e3b920fd8bdafc86080ce0ad35ad108b13162
|
|
7
|
+
data.tar.gz: 6e4bc14013bdaebaa01c4fc0c1db459ad09ed598ae63ecb1e4b4d667f6532a7d0311af0e83015f7c8eff4d7720f16287632481c38f1e98595582fbb14a956570
|
data/bunq-client.gemspec
CHANGED
|
@@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
spec.summary = %q{Ruby client for the bunq public API.}
|
|
21
|
-
spec.description = %q{www.jortt.nl}
|
|
22
|
-
spec.homepage = "https://
|
|
21
|
+
spec.description = %q{Ruby client for the bunq public API. Extracted from www.jortt.nl}
|
|
22
|
+
spec.homepage = "https://github.com/jorttbv/bunq-client"
|
|
23
23
|
spec.license = "MIT"
|
|
24
24
|
|
|
25
25
|
|
data/lib/bunq/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bunq-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lars Vonk
|
|
@@ -110,7 +110,7 @@ dependencies:
|
|
|
110
110
|
- - "~>"
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
112
|
version: 0.1.10
|
|
113
|
-
description: www.jortt.nl
|
|
113
|
+
description: Ruby client for the bunq public API. Extracted from www.jortt.nl
|
|
114
114
|
email:
|
|
115
115
|
- lars.vonk@gmail.com
|
|
116
116
|
- bforma@zilverline.com
|
|
@@ -149,7 +149,7 @@ files:
|
|
|
149
149
|
- lib/bunq/user.rb
|
|
150
150
|
- lib/bunq/user_company.rb
|
|
151
151
|
- lib/bunq/version.rb
|
|
152
|
-
homepage: https://
|
|
152
|
+
homepage: https://github.com/jorttbv/bunq-client
|
|
153
153
|
licenses:
|
|
154
154
|
- MIT
|
|
155
155
|
metadata: {}
|