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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cc758020a3aa89a345dd2ba7b21d6a26530ff14058ad51e310bcf70de1533ec
4
- data.tar.gz: 8a5ae29ab6a566360fd7e2f53716d208e633db8eca8dcfa7f33955d3fdab8c93
3
+ metadata.gz: 8a16277ff7bc581360155656f23865139df42635cca22685ea16db12c74ef5db
4
+ data.tar.gz: 4a4060f80f225f687f89c2af508dc4fb2e09fbd4764567f70f60f6668ad7e407
5
5
  SHA512:
6
- metadata.gz: 84bb5bc23940f65440a0a828629c1d1449988fe76235ffd96a70e88a20b632a754fcc6f14ab383b17466b8ce1689a0bfe65bfafd6714f89ab648864f183c0e41
7
- data.tar.gz: 1f91a905e3fcbe74ddcaa88592280132596413cf367c0fa12b224c232da6683afb8901f17a6c43ab322e61f34b1bf190ac67d0b194f562f1aff3e394cf454615
6
+ metadata.gz: 61721e04ff9136d866426e5cd02cecfd6c6cdc326177b68731654489c51bf2d50028baf620254e4c3c431b38acf73e9a3b819f0a6bdd92d2863b67a05701d7a1
7
+ data.tar.gz: f7b7f981e02b09552ea11ccd37981618e1f2a5a6aadacdc8d8df4564f1bbc28ac77f428d6b91818492b0a1dbe903880e0bfdb12cc5687f1c2b68a355eb2a5f78
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ibancom (0.0.1)
4
+ ibancom (0.0.2)
5
5
  faraday (>= 0.15)
6
6
 
7
7
  GEM
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/devengo/ibancom-ruby"
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/devengo/ibancom-ruby"
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ibancom
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
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.1
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/devengo/ibancom-ruby
202
+ homepage: https://github.com/devengoapp/ibancom-ruby
203
203
  licenses:
204
204
  - MIT
205
205
  metadata:
206
- homepage_uri: https://github.com/devengo/ibancom-ruby
207
- source_code_uri: https://github.com/devengo/ibancom-ruby
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: []