justifi 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21b36905fdfba07fef327aa757cf18c609803087b90e1531e3c5c9ab6e913c5c
4
- data.tar.gz: b1b16091a67b83ff86e35c10434776413f94ae0b2df820b247da0b1dc14c4632
3
+ metadata.gz: 2bbffd3460ad146d4a1b0956a94af4f8434c19686069707b13e7bec8de7cf9e9
4
+ data.tar.gz: f8dadb2dd0430c56df9eade673420240b6cc59b6ec14467f7ce77a30c7b661cc
5
5
  SHA512:
6
- metadata.gz: 528bad80f705b60cf46fdf1d17dcc56e214a555700e6a49551f872f0cdad6bba5f1986f948e32152063cca3391b2081643dc2077e9183494a3df2949bb9b1621
7
- data.tar.gz: e06b6cc9697a4078b016b50ca2da205467b9672e0011f355410d32e2dd38fb7253345d4621231c61eeb808c5a75b6709bc3813a08221b2604f06b8f46e9d0790
6
+ metadata.gz: bf993128d1ddd819b14ec4ad37c268441ebc0663dc7a174ec4956561a3ba8b7b09397d4dc958ca604faa027cb02fa3294467b6ce64f4d58fdcc99bcf2b50572c
7
+ data.tar.gz: 1bd42000dac09cc4c10c32b10437bfa7c50ff615ffda2f492692cdfb6077fb36bfc74c11a6ad1727064449680a0d665bb303d216783d3fc23848e5efbd0fbf42
data/.gitignore CHANGED
@@ -13,3 +13,5 @@ examples/
13
13
  .env
14
14
  .byebug_history
15
15
  .DS_STORE
16
+
17
+ Gemfile.lock
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Justifi
4
- VERSION = "0.6.2"
4
+ VERSION = "0.6.3"
5
5
  end
data/lib/justifi.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "forwardable"
3
4
  require "justifi/api_operations"
4
5
 
5
6
  require "justifi/util"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: justifi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - JustiFi
@@ -153,7 +153,6 @@ files:
153
153
  - ".rubocop.yml"
154
154
  - CODE_OF_CONDUCT.md
155
155
  - Gemfile
156
- - Gemfile.lock
157
156
  - README.md
158
157
  - Rakefile
159
158
  - bin/console
data/Gemfile.lock DELETED
@@ -1,92 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- justifi (0.6.2)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- addressable (2.8.0)
10
- public_suffix (>= 2.0.2, < 5.0)
11
- ast (2.4.2)
12
- byebug (11.1.3)
13
- crack (0.4.5)
14
- rexml
15
- diff-lcs (1.5.0)
16
- docile (1.4.0)
17
- dotenv (2.7.6)
18
- hashdiff (1.0.1)
19
- parallel (1.22.1)
20
- parser (3.1.2.0)
21
- ast (~> 2.4.1)
22
- public_suffix (4.0.7)
23
- rainbow (3.1.1)
24
- rake (13.0.6)
25
- regexp_parser (2.4.0)
26
- repo-small-badge (0.2.7)
27
- victor (~> 0.2.8)
28
- rexml (3.2.5)
29
- rspec (3.11.0)
30
- rspec-core (~> 3.11.0)
31
- rspec-expectations (~> 3.11.0)
32
- rspec-mocks (~> 3.11.0)
33
- rspec-core (3.11.0)
34
- rspec-support (~> 3.11.0)
35
- rspec-expectations (3.11.0)
36
- diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.11.0)
38
- rspec-mocks (3.11.1)
39
- diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.11.0)
41
- rspec-support (3.11.0)
42
- rubocop (1.29.1)
43
- parallel (~> 1.10)
44
- parser (>= 3.1.0.0)
45
- rainbow (>= 2.2.2, < 4.0)
46
- regexp_parser (>= 1.8, < 3.0)
47
- rexml (>= 3.2.5, < 4.0)
48
- rubocop-ast (>= 1.17.0, < 2.0)
49
- ruby-progressbar (~> 1.7)
50
- unicode-display_width (>= 1.4.0, < 3.0)
51
- rubocop-ast (1.18.0)
52
- parser (>= 3.1.1.0)
53
- rubocop-performance (1.13.3)
54
- rubocop (>= 1.7.0, < 2.0)
55
- rubocop-ast (>= 0.4.0)
56
- ruby-progressbar (1.11.0)
57
- simplecov (0.21.2)
58
- docile (~> 1.1)
59
- simplecov-html (~> 0.11)
60
- simplecov_json_formatter (~> 0.1)
61
- simplecov-html (0.12.3)
62
- simplecov-small-badge (0.2.4)
63
- repo-small-badge (~> 0.2.7)
64
- simplecov (~> 0.17)
65
- simplecov_json_formatter (0.1.4)
66
- standard (1.12.1)
67
- rubocop (= 1.29.1)
68
- rubocop-performance (= 1.13.3)
69
- unicode-display_width (2.1.0)
70
- victor (0.2.8)
71
- webmock (3.14.0)
72
- addressable (>= 2.8.0)
73
- crack (>= 0.3.2)
74
- hashdiff (>= 0.4.0, < 2.0.0)
75
-
76
- PLATFORMS
77
- ruby
78
-
79
- DEPENDENCIES
80
- byebug
81
- dotenv
82
- justifi!
83
- rake (~> 13.0)
84
- rspec (~> 3.0)
85
- rubocop
86
- simplecov
87
- simplecov-small-badge
88
- standard
89
- webmock (>= 3.8.0)
90
-
91
- BUNDLED WITH
92
- 2.4.6