ibancom 0.0.1 → 0.0.2
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/Gemfile.lock +1 -1
- data/ibancom.gemspec +2 -2
- data/lib/ibancom/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a16277ff7bc581360155656f23865139df42635cca22685ea16db12c74ef5db
|
4
|
+
data.tar.gz: 4a4060f80f225f687f89c2af508dc4fb2e09fbd4764567f70f60f6668ad7e407
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61721e04ff9136d866426e5cd02cecfd6c6cdc326177b68731654489c51bf2d50028baf620254e4c3c431b38acf73e9a3b819f0a6bdd92d2863b67a05701d7a1
|
7
|
+
data.tar.gz: f7b7f981e02b09552ea11ccd37981618e1f2a5a6aadacdc8d8df4564f1bbc28ac77f428d6b91818492b0a1dbe903880e0bfdb12cc5687f1c2b68a355eb2a5f78
|
data/Gemfile.lock
CHANGED
data/ibancom.gemspec
CHANGED
@@ -10,11 +10,11 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "Ruby client for iban.com APIs"
|
12
12
|
spec.description = "Ruby client for iban.com APIs"
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/devengoapp/ibancom-ruby"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.metadata["homepage_uri"] = spec.homepage
|
17
|
-
spec.metadata["source_code_uri"] = "https://github.com/
|
17
|
+
spec.metadata["source_code_uri"] = "https://github.com/devengoapp/ibancom-ruby"
|
18
18
|
spec.metadata["rubygems_mfa_required"] = "true"
|
19
19
|
|
20
20
|
# Specify which files should be added to the gem when it is released.
|
data/lib/ibancom/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ibancom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aitor García Rey
|
@@ -199,12 +199,12 @@ files:
|
|
199
199
|
- lib/ibancom/resources/iban/validation.rb
|
200
200
|
- lib/ibancom/version.rb
|
201
201
|
- sig/ibancom.rbs
|
202
|
-
homepage: https://github.com/
|
202
|
+
homepage: https://github.com/devengoapp/ibancom-ruby
|
203
203
|
licenses:
|
204
204
|
- MIT
|
205
205
|
metadata:
|
206
|
-
homepage_uri: https://github.com/
|
207
|
-
source_code_uri: https://github.com/
|
206
|
+
homepage_uri: https://github.com/devengoapp/ibancom-ruby
|
207
|
+
source_code_uri: https://github.com/devengoapp/ibancom-ruby
|
208
208
|
rubygems_mfa_required: 'true'
|
209
209
|
post_install_message:
|
210
210
|
rdoc_options: []
|