iwoca 1.1.1 → 1.1.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: 68021cd07077c3fc000c9a81f8f6016847a9f7e57df374df12648470d86f4e5a
4
- data.tar.gz: 4a27fec8ceba11a0a424dd4543aeeabaf67c4f604bb44f90e6957da199def42e
3
+ metadata.gz: 10e7e70e4bc86bf5cbe397ce2ebd5418bd8dfbc7655c2e15dbd18037ad75467c
4
+ data.tar.gz: e03e669cceee0cd7a6f5246250c3cbea119f5e7d1e0ba40ed0490f16ac5e0b57
5
5
  SHA512:
6
- metadata.gz: 38da9126aef94769799ad02fd8ea79f102a36d9185907d1028b0aec11380f18b109456d4ee471ef27e3618cb536b5f50cceb2ff3c2d34ac46550ae4e011131a8
7
- data.tar.gz: c36ab903f2341614df679c4e6e2d1851624a15a17d981699b75c08918a2a5a0e5e6dafff3e9ea90245e96b8da9d93f189ec7a7b573c65779af85e73337890d25
6
+ metadata.gz: 7080ed4cd71220278cea6f700d029a45813dade65e47dd6bc7a54fb8e2231d3eb00edbcadeb4c87e8af45a5c5c1cd08aed853af393949ded48d112884b930e06
7
+ data.tar.gz: 99278443edb7c5f13c8c2f9f4d5e5f53c068157c70f0900a7927046d009272c06206ff0848d77e0ffb9089b7dc9d7c308769798c3924bd9cc937067992a7d8cf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iwoca (1.1.1)
4
+ iwoca (1.1.2)
5
5
  addressable
6
6
  faraday (~> 2.7)
7
7
  json-schema
data/lib/iwoca/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Iwoca
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
5
5
  end
data/lib/iwoca.rb CHANGED
@@ -12,6 +12,10 @@ require 'rainbow'
12
12
  module Iwoca
13
13
  module_function
14
14
 
15
+ def root
16
+ File.dirname(__dir__)
17
+ end
18
+
15
19
  def configuration
16
20
  @configuration ||= Configuration.new
17
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iwoca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - rikas