ruby-experian 0.0.3 → 0.0.4

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: c5c8be81acc405805cf655438f52145ce01a0a6ca131f773c90dbbd59341b9ed
4
- data.tar.gz: 42d8e8028f14d3a76cf7a27b9f7aaadc9230a4992e118649f407c1eeddca87c2
3
+ metadata.gz: 4dd77d03192044c638a48d9d516e7d61ab54f731378414487a538ef37010b3b6
4
+ data.tar.gz: 50d305fef65041c0a01c06da584de9e4f48b77cea65ba4e83aceb8e096c1bbfe
5
5
  SHA512:
6
- metadata.gz: 8ff6c64e5dea6219c7d282ca33b61d7912d6c56c82dd01373f3c1ead476caa28d49bb2ada717a97d021a73ea69ef29a16e9c6ec28eab90b453c2053171a0a029
7
- data.tar.gz: ce85e4e59e82d494b1e70cab38f4acd2959cf09a4a4c18ec069d1fbb698fbfbe784eae8fa91e6f771dabf26e8aac73a2f9c0e7161e6c30a43f0e27659643efa1
6
+ metadata.gz: 864a08d90d6b3f35d5a8229092cee21cced8fd77bc2af0a9d92bf32c9f35e8fb78a9f8e2b924b4215f8456d842c91ce2d4386538d7f51e6b234df0ff01010129
7
+ data.tar.gz: f7ff905cc8c52d026822ae9807b4f010f29f5a9b1785a6daaa6c657f4175e1d9c46e42638f0f3b96148f2eb3b377dc4c7cfc65d4b63e56665d953bfea90bb8c3
data/CONTRIBUTING.md CHANGED
@@ -1,3 +1,3 @@
1
1
  ## Contributing
2
2
 
3
- Bug reports and pull requests are welcome on GitHub at https://github.com/moraki/ruby-experian. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/alexrudall/ruby-experian/blob/main/CODE_OF_CONDUCT.md).
3
+ Bug reports and pull requests are welcome on GitHub at https://github.com/moraki-finance/ruby-experian. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/moraki-finance/ruby-experian/blob/main/CODE_OF_CONDUCT.md).
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-experian (0.0.3)
4
+ ruby-experian (0.0.4)
5
5
  faraday (>= 1)
6
6
  faraday_middleware (>= 1)
7
7
  multi_xml (>= 0.6.0)
@@ -1,3 +1,3 @@
1
1
  module Experian
2
- VERSION = "0.0.3".freeze
2
+ VERSION = "0.0.4".freeze
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
12
12
  end
13
13
  s.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
14
- s.homepage = "https://github.com/moraki/ruby-experian"
14
+ s.homepage = "https://github.com/moraki-finance/ruby-experian"
15
15
  s.license = "MIT"
16
16
  s.bindir = "bin"
17
17
  s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-experian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Mochetti
@@ -111,7 +111,7 @@ files:
111
111
  - lib/experian/version.rb
112
112
  - lib/ruby/experian.rb
113
113
  - ruby-experian.gemspec
114
- homepage: https://github.com/moraki/ruby-experian
114
+ homepage: https://github.com/moraki-finance/ruby-experian
115
115
  licenses:
116
116
  - MIT
117
117
  metadata: {}