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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f110f1762a5cc428ece7acf12916702bd66dab0
4
- data.tar.gz: 7c8c3561c1e98239994a8893e77c5394eade034f
3
+ metadata.gz: 86efef959814c2a9cffd67b0f7be584824f3a9c2
4
+ data.tar.gz: ab09a13ff2ea0c56c06b6c97ca654ef81603df69
5
5
  SHA512:
6
- metadata.gz: 135f496f291fbd1796cf2fd404d9d998a06bc0a5a5fd8f1ad64c14a3f92b7be8182e3a02dea4fc93e92dafc5daee5d3ae8971461df3d595924d13789e1aa2c98
7
- data.tar.gz: a5fb8ba159402143011cedbc90e3b64e1c85669e6d7f61949435051b65979f08d9804bc9f90ba7cbb72906525d23bd1b3ca74041cf6efb5eaba220e6d21f1ef2
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://www.jortt.nl"
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
@@ -1,3 +1,3 @@
1
1
  module Bunq
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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://www.jortt.nl
152
+ homepage: https://github.com/jorttbv/bunq-client
153
153
  licenses:
154
154
  - MIT
155
155
  metadata: {}