unit-ruby 0.12.0 → 1.0.0
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/.env.example +3 -1
- data/.github/workflows/{ruby.yml → ci.yml} +1 -1
- data/CODE_OF_CONDUCT.md +12 -12
- data/Gemfile.lock +10 -10
- data/README.md +105 -17
- data/bin/setup +7 -1
- data/bin/test +2 -0
- data/lib/unit-ruby/ach_counterparty.rb +1 -0
- data/lib/unit-ruby/version.rb +1 -1
- data/unit-ruby.gemspec +17 -22
- metadata +32 -37
- data/.travis.yml +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1497f1a94c4658c70e2902a5c8d50f12d129002b02ca7e05bcc8f1d89a601fd8
|
4
|
+
data.tar.gz: f203bc0ba92691c088ae423ed712be0a24ca6b1676baf8d0d89c3ed60b9afcb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1edfa3ff3615560ff396d44314d7c4551b427da4ace19502e819ab7c4af366e1d371bdddbd73fefa33d4acaf0d0e51a784e6120cc3bab020527460426597def
|
7
|
+
data.tar.gz: '07246815b370ca22e46d055a455911d4fde32ee56b53f99997e1f0797e5f4e3b346a6ea77cf80b9da959af72570957e0615e288d60ac9992ce0c0877f57ae960'
|
data/.env.example
CHANGED
data/CODE_OF_CONDUCT.md
CHANGED
@@ -14,21 +14,21 @@ orientation.
|
|
14
14
|
Examples of behavior that contributes to creating a positive environment
|
15
15
|
include:
|
16
16
|
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
17
|
+
- Using welcoming and inclusive language
|
18
|
+
- Being respectful of differing viewpoints and experiences
|
19
|
+
- Gracefully accepting constructive criticism
|
20
|
+
- Focusing on what is best for the community
|
21
|
+
- Showing empathy towards other community members
|
22
22
|
|
23
23
|
Examples of unacceptable behavior by participants include:
|
24
24
|
|
25
|
-
|
26
|
-
advances
|
27
|
-
|
28
|
-
|
29
|
-
|
25
|
+
- The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
- Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
- Public or private harassment
|
29
|
+
- Publishing others' private information, such as a physical or electronic
|
30
30
|
address, without explicit permission
|
31
|
-
|
31
|
+
- Other conduct which could reasonably be considered inappropriate in a
|
32
32
|
professional setting
|
33
33
|
|
34
34
|
## Our Responsibilities
|
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
55
55
|
## Enforcement
|
56
56
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
-
reported by contacting the project team at
|
58
|
+
reported by contacting the project team at cto@retirable.com. All
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
data/Gemfile.lock
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
unit-ruby (0.
|
5
|
-
activesupport
|
6
|
-
faraday (
|
7
|
-
faraday-retry
|
4
|
+
unit-ruby (1.0.0)
|
5
|
+
activesupport (~> 7)
|
6
|
+
faraday (~> 2)
|
7
|
+
faraday-retry (~> 2)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
@@ -77,18 +77,18 @@ GEM
|
|
77
77
|
tzinfo (2.0.6)
|
78
78
|
concurrent-ruby (~> 1.0)
|
79
79
|
unicode-display_width (2.6.0)
|
80
|
-
uri (1.0.
|
80
|
+
uri (1.0.3)
|
81
81
|
|
82
82
|
PLATFORMS
|
83
83
|
ruby
|
84
84
|
|
85
85
|
DEPENDENCIES
|
86
|
-
dotenv (~> 2
|
87
|
-
pry
|
88
|
-
rake (~> 13
|
89
|
-
rspec (~> 3
|
86
|
+
dotenv (~> 2)
|
87
|
+
pry (~> 0.15)
|
88
|
+
rake (~> 13)
|
89
|
+
rspec (~> 3)
|
90
90
|
rspec-file_fixtures (~> 0.1.9)
|
91
|
-
rubocop (~> 1
|
91
|
+
rubocop (~> 1)
|
92
92
|
unit-ruby!
|
93
93
|
|
94
94
|
BUNDLED WITH
|
data/README.md
CHANGED
@@ -1,9 +1,29 @@
|
|
1
|
-
#
|
1
|
+
# Unit Ruby
|
2
2
|
|
3
|
-
|
3
|
+

|
4
|
+
[](https://github.com/retirable/unit-ruby/actions/workflows/ci.yml)
|
5
|
+

|
6
|
+
|
7
|
+
A Ruby SDK for the [Unit's Banking-as-a-Service API](https://docs.unit.co/).
|
8
|
+
|
9
|
+
> [!IMPORTANT]
|
10
|
+
>
|
11
|
+
> The development of the `unit-ruby` gem is sponsored and used in production by [Retirable](https://retirable).
|
12
|
+
>
|
13
|
+
> If you are starting a new project, you might want to consider Unit's officially supported gem, [`unit-ruby-sdk`](https://github.com/unit-finance/unit-ruby-sdk)
|
14
|
+
|
15
|
+
## Features
|
16
|
+
|
17
|
+
- Ruby SDK for Unit's Banking-as-a-Service API
|
18
|
+
- Support for all major Unit API endpoints
|
19
|
+
- Built-in error handling and response parsing
|
20
|
+
- Production-ready and battle-tested by Retirable
|
21
|
+
- Ruby 3.3+ compatibility
|
4
22
|
|
5
23
|
## Installation
|
6
24
|
|
25
|
+
> **Requirements:** Ruby 3.3+
|
26
|
+
|
7
27
|
Add this line to your application's Gemfile:
|
8
28
|
|
9
29
|
```ruby
|
@@ -12,32 +32,100 @@ gem 'unit-ruby'
|
|
12
32
|
|
13
33
|
And then execute:
|
14
34
|
|
15
|
-
|
35
|
+
```bash
|
36
|
+
$ bundle install
|
37
|
+
```
|
16
38
|
|
17
39
|
Or install it yourself as:
|
18
40
|
|
19
|
-
|
41
|
+
```bash
|
42
|
+
$ gem install unit-ruby
|
43
|
+
```
|
20
44
|
|
21
|
-
##
|
45
|
+
## Configuration
|
22
46
|
|
23
|
-
|
47
|
+
Configure the library with your credentials from Unit, (e.g., in `config/initializers/unit.rb` if you are using Ruby on Rails):
|
24
48
|
|
25
|
-
```
|
49
|
+
```ruby
|
26
50
|
require 'unit-ruby'
|
27
51
|
|
28
52
|
Unit.configure do |config|
|
29
|
-
|
30
|
-
|
31
|
-
|
53
|
+
config.api_key = ENV['UNIT_API_KEY'] # Your Unit API key (required)
|
54
|
+
config.base_url = ENV['UNIT_BASE_URL'] # Unit API base URL (required)
|
55
|
+
config.trust_token = ENV['UNIT_TRUST_TOKEN'] # Trust token for enhanced security (optional, requires additional configuration from Unit's support team)
|
32
56
|
end
|
57
|
+
```
|
58
|
+
|
59
|
+
## Usage
|
33
60
|
|
61
|
+
```Ruby
|
62
|
+
my_user_id = 'some-user-id-from-your-app'
|
63
|
+
|
64
|
+
# Create an Individual Application
|
65
|
+
application = Unit::IndividualApplication.create(
|
66
|
+
full_name: Unit::Types::FullName.new(first: 'John', last: 'Doe'),
|
67
|
+
email: 'individual@example.com',
|
68
|
+
ssn: rand(10**9).to_s.rjust(9, '0'),
|
69
|
+
phone: Unit::Types::Phone.new(country_code: '1', number: '5555555555'),
|
70
|
+
occupation: 'ArchitectOrEngineer',
|
71
|
+
address: Unit::Types::Address.new(
|
72
|
+
street: '123 Main St.',
|
73
|
+
city: 'Brooklyn',
|
74
|
+
state: 'NY',
|
75
|
+
postal_code: '11211',
|
76
|
+
country: 'US'
|
77
|
+
),
|
78
|
+
date_of_birth: '2000-01-01',
|
79
|
+
tags: {
|
80
|
+
externalUserId: my_user_id
|
81
|
+
}
|
82
|
+
)
|
83
|
+
|
84
|
+
customer = application.customer
|
85
|
+
|
86
|
+
deposit_account = Unit::DepositAccount.create(
|
87
|
+
deposit_product: 'checking',
|
88
|
+
customer: customer
|
89
|
+
)
|
90
|
+
|
91
|
+
debit_card = Unit::IndividualDebitCard.create(
|
92
|
+
idempotency_key: "debit-card-for-#{my_user_id}",
|
93
|
+
customer: customer,
|
94
|
+
account: deposit_account,
|
95
|
+
shipping_address: customer.address,
|
96
|
+
tags: { externalUserId: my_user_id }
|
97
|
+
)
|
34
98
|
```
|
35
99
|
|
100
|
+
> [!TIP]
|
101
|
+
>
|
102
|
+
> Refer to the examples in `./spec/**` for further examples
|
103
|
+
|
36
104
|
## Development
|
37
105
|
|
38
|
-
After checking out the repo,
|
106
|
+
After checking out the repo, install dependencies:
|
39
107
|
|
40
|
-
|
108
|
+
```bash
|
109
|
+
$ bin/setup
|
110
|
+
```
|
111
|
+
|
112
|
+
Run the tests:
|
113
|
+
|
114
|
+
```bash
|
115
|
+
$ bin/test
|
116
|
+
```
|
117
|
+
|
118
|
+
For an interactive prompt to experiment with the gem:
|
119
|
+
|
120
|
+
```bash
|
121
|
+
$ bin/console
|
122
|
+
```
|
123
|
+
|
124
|
+
To install this gem onto your local machine:
|
125
|
+
|
126
|
+
```bash
|
127
|
+
$ bundle exec rake install
|
128
|
+
```
|
41
129
|
|
42
130
|
## Releasing
|
43
131
|
|
@@ -53,12 +141,12 @@ Once your account is set up, the following operations will facilitate publishing
|
|
53
141
|
|
54
142
|
## Contributing
|
55
143
|
|
56
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/retirable/unit-ruby.
|
144
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/retirable/unit-ruby.
|
57
145
|
|
58
|
-
##
|
146
|
+
## Code of Conduct
|
59
147
|
|
60
|
-
|
148
|
+
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/retirable/unit-ruby/blob/main/CODE_OF_CONDUCT.md).
|
61
149
|
|
62
|
-
##
|
150
|
+
## License
|
63
151
|
|
64
|
-
|
152
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/bin/setup
CHANGED
@@ -3,6 +3,12 @@ set -euo pipefail
|
|
3
3
|
IFS=$'\n\t'
|
4
4
|
set -vx
|
5
5
|
|
6
|
+
# Copy .env.example to .env if .env doesn't exist
|
7
|
+
if [ ! -f .env ] && [ -f .env.example ]; then
|
8
|
+
cp .env.example .env
|
9
|
+
echo "Created .env from .env.example"
|
10
|
+
fi
|
11
|
+
|
6
12
|
bundle install
|
7
13
|
|
8
|
-
|
14
|
+
echo "Setup complete"
|
data/bin/test
ADDED
@@ -6,6 +6,7 @@ module Unit
|
|
6
6
|
attribute :tags, Types::Hash # Optional
|
7
7
|
|
8
8
|
attribute :name, Types::String # Name of the account holder
|
9
|
+
attribute :bank, Types::String # Bank name
|
9
10
|
attribute :created_at, Types::DateTime
|
10
11
|
attribute :routing_number, Types::String # Routing number of account.
|
11
12
|
attribute :account_number, Types::String # Account number, together with the routingNumber forms the identifier of the account on the ACH network.
|
data/lib/unit-ruby/version.rb
CHANGED
data/unit-ruby.gemspec
CHANGED
@@ -5,25 +5,18 @@ require 'unit-ruby/version'
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'unit-ruby'
|
7
7
|
spec.version = Unit::VERSION
|
8
|
-
spec.authors = ['Chloe Isacke', 'Ian Yamey']
|
9
|
-
spec.email = ['chloe@retirable.com', 'ian@retirable.com']
|
8
|
+
spec.authors = ['Chloe Isacke', 'Ian Yamey', 'Trevor Nelson']
|
9
|
+
spec.email = ['chloe@retirable.com', 'ian@retirable.com', 'trevor@retirable.com']
|
10
10
|
|
11
11
|
spec.summary = 'A Ruby gem for communicating with the Unit API.'
|
12
12
|
spec.homepage = 'https://github.com/retirable/unit-ruby'
|
13
13
|
spec.license = 'MIT'
|
14
14
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
spec.metadata['homepage_uri'] = spec.homepage
|
21
|
-
spec.metadata['source_code_uri'] = 'https://github.com/retirable/unit-ruby'
|
22
|
-
spec.metadata['changelog_uri'] = 'https://github.com/retirable/unit-ruby/blob/main/CHANGELOG.md'
|
23
|
-
else
|
24
|
-
raise 'RubyGems 2.0 or newer is required to protect against ' \
|
25
|
-
'public gem pushes.'
|
26
|
-
end
|
15
|
+
spec.metadata = {
|
16
|
+
'allowed_push_host' => 'https://rubygems.org/',
|
17
|
+
'source_code_uri' => 'https://github.com/retirable/unit-ruby',
|
18
|
+
'changelog_uri' => 'https://github.com/retirable/unit-ruby/blob/main/CHANGELOG.md'
|
19
|
+
}
|
27
20
|
|
28
21
|
# Specify which files should be added to the gem when it is released.
|
29
22
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
@@ -34,15 +27,17 @@ Gem::Specification.new do |spec|
|
|
34
27
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
35
28
|
spec.require_paths = ['lib']
|
36
29
|
|
37
|
-
spec.
|
38
|
-
|
39
|
-
spec.add_dependency '
|
30
|
+
spec.required_ruby_version = '>= 3.3'
|
31
|
+
|
32
|
+
spec.add_dependency 'activesupport', '~> 7'
|
33
|
+
spec.add_dependency 'faraday', '~> 2'
|
34
|
+
spec.add_dependency 'faraday-retry', '~> 2'
|
40
35
|
|
41
|
-
spec.add_development_dependency 'dotenv', '~> 2
|
42
|
-
spec.add_development_dependency 'pry'
|
43
|
-
spec.add_development_dependency 'rake', '~> 13
|
44
|
-
spec.add_development_dependency 'rspec', '~> 3
|
36
|
+
spec.add_development_dependency 'dotenv', '~> 2'
|
37
|
+
spec.add_development_dependency 'pry', '~> 0.15'
|
38
|
+
spec.add_development_dependency 'rake', '~> 13'
|
39
|
+
spec.add_development_dependency 'rspec', '~> 3'
|
45
40
|
spec.add_development_dependency 'rspec-file_fixtures', '~> 0.1.9'
|
46
|
-
spec.add_development_dependency 'rubocop', '~> 1
|
41
|
+
spec.add_development_dependency 'rubocop', '~> 1'
|
47
42
|
spec.metadata['rubygems_mfa_required'] = 'true'
|
48
43
|
end
|
metadata
CHANGED
@@ -1,120 +1,115 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unit-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chloe Isacke
|
8
8
|
- Ian Yamey
|
9
|
+
- Trevor Nelson
|
9
10
|
autorequire:
|
10
11
|
bindir: exe
|
11
12
|
cert_chain: []
|
12
|
-
date: 2025-
|
13
|
+
date: 2025-06-05 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: activesupport
|
16
17
|
requirement: !ruby/object:Gem::Requirement
|
17
18
|
requirements:
|
18
|
-
- - "
|
19
|
+
- - "~>"
|
19
20
|
- !ruby/object:Gem::Version
|
20
|
-
version: '
|
21
|
+
version: '7'
|
21
22
|
type: :runtime
|
22
23
|
prerelease: false
|
23
24
|
version_requirements: !ruby/object:Gem::Requirement
|
24
25
|
requirements:
|
25
|
-
- - "
|
26
|
+
- - "~>"
|
26
27
|
- !ruby/object:Gem::Version
|
27
|
-
version: '
|
28
|
+
version: '7'
|
28
29
|
- !ruby/object:Gem::Dependency
|
29
30
|
name: faraday
|
30
31
|
requirement: !ruby/object:Gem::Requirement
|
31
32
|
requirements:
|
32
|
-
- - "
|
33
|
-
- !ruby/object:Gem::Version
|
34
|
-
version: 2.0.1
|
35
|
-
- - "<"
|
33
|
+
- - "~>"
|
36
34
|
- !ruby/object:Gem::Version
|
37
|
-
version: '
|
35
|
+
version: '2'
|
38
36
|
type: :runtime
|
39
37
|
prerelease: false
|
40
38
|
version_requirements: !ruby/object:Gem::Requirement
|
41
39
|
requirements:
|
42
|
-
- - "
|
43
|
-
- !ruby/object:Gem::Version
|
44
|
-
version: 2.0.1
|
45
|
-
- - "<"
|
40
|
+
- - "~>"
|
46
41
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
42
|
+
version: '2'
|
48
43
|
- !ruby/object:Gem::Dependency
|
49
44
|
name: faraday-retry
|
50
45
|
requirement: !ruby/object:Gem::Requirement
|
51
46
|
requirements:
|
52
|
-
- - "
|
47
|
+
- - "~>"
|
53
48
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
49
|
+
version: '2'
|
55
50
|
type: :runtime
|
56
51
|
prerelease: false
|
57
52
|
version_requirements: !ruby/object:Gem::Requirement
|
58
53
|
requirements:
|
59
|
-
- - "
|
54
|
+
- - "~>"
|
60
55
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
56
|
+
version: '2'
|
62
57
|
- !ruby/object:Gem::Dependency
|
63
58
|
name: dotenv
|
64
59
|
requirement: !ruby/object:Gem::Requirement
|
65
60
|
requirements:
|
66
61
|
- - "~>"
|
67
62
|
- !ruby/object:Gem::Version
|
68
|
-
version: 2
|
63
|
+
version: '2'
|
69
64
|
type: :development
|
70
65
|
prerelease: false
|
71
66
|
version_requirements: !ruby/object:Gem::Requirement
|
72
67
|
requirements:
|
73
68
|
- - "~>"
|
74
69
|
- !ruby/object:Gem::Version
|
75
|
-
version: 2
|
70
|
+
version: '2'
|
76
71
|
- !ruby/object:Gem::Dependency
|
77
72
|
name: pry
|
78
73
|
requirement: !ruby/object:Gem::Requirement
|
79
74
|
requirements:
|
80
|
-
- - "
|
75
|
+
- - "~>"
|
81
76
|
- !ruby/object:Gem::Version
|
82
|
-
version: '0'
|
77
|
+
version: '0.15'
|
83
78
|
type: :development
|
84
79
|
prerelease: false
|
85
80
|
version_requirements: !ruby/object:Gem::Requirement
|
86
81
|
requirements:
|
87
|
-
- - "
|
82
|
+
- - "~>"
|
88
83
|
- !ruby/object:Gem::Version
|
89
|
-
version: '0'
|
84
|
+
version: '0.15'
|
90
85
|
- !ruby/object:Gem::Dependency
|
91
86
|
name: rake
|
92
87
|
requirement: !ruby/object:Gem::Requirement
|
93
88
|
requirements:
|
94
89
|
- - "~>"
|
95
90
|
- !ruby/object:Gem::Version
|
96
|
-
version: '13
|
91
|
+
version: '13'
|
97
92
|
type: :development
|
98
93
|
prerelease: false
|
99
94
|
version_requirements: !ruby/object:Gem::Requirement
|
100
95
|
requirements:
|
101
96
|
- - "~>"
|
102
97
|
- !ruby/object:Gem::Version
|
103
|
-
version: '13
|
98
|
+
version: '13'
|
104
99
|
- !ruby/object:Gem::Dependency
|
105
100
|
name: rspec
|
106
101
|
requirement: !ruby/object:Gem::Requirement
|
107
102
|
requirements:
|
108
103
|
- - "~>"
|
109
104
|
- !ruby/object:Gem::Version
|
110
|
-
version: '3
|
105
|
+
version: '3'
|
111
106
|
type: :development
|
112
107
|
prerelease: false
|
113
108
|
version_requirements: !ruby/object:Gem::Requirement
|
114
109
|
requirements:
|
115
110
|
- - "~>"
|
116
111
|
- !ruby/object:Gem::Version
|
117
|
-
version: '3
|
112
|
+
version: '3'
|
118
113
|
- !ruby/object:Gem::Dependency
|
119
114
|
name: rspec-file_fixtures
|
120
115
|
requirement: !ruby/object:Gem::Requirement
|
@@ -135,28 +130,28 @@ dependencies:
|
|
135
130
|
requirements:
|
136
131
|
- - "~>"
|
137
132
|
- !ruby/object:Gem::Version
|
138
|
-
version: 1
|
133
|
+
version: '1'
|
139
134
|
type: :development
|
140
135
|
prerelease: false
|
141
136
|
version_requirements: !ruby/object:Gem::Requirement
|
142
137
|
requirements:
|
143
138
|
- - "~>"
|
144
139
|
- !ruby/object:Gem::Version
|
145
|
-
version: 1
|
140
|
+
version: '1'
|
146
141
|
description:
|
147
142
|
email:
|
148
143
|
- chloe@retirable.com
|
149
144
|
- ian@retirable.com
|
145
|
+
- trevor@retirable.com
|
150
146
|
executables: []
|
151
147
|
extensions: []
|
152
148
|
extra_rdoc_files: []
|
153
149
|
files:
|
154
150
|
- ".env.example"
|
155
|
-
- ".github/workflows/
|
151
|
+
- ".github/workflows/ci.yml"
|
156
152
|
- ".gitignore"
|
157
153
|
- ".rspec"
|
158
154
|
- ".rubocop.yml"
|
159
|
-
- ".travis.yml"
|
160
155
|
- CHANGELOG.md
|
161
156
|
- CODE_OF_CONDUCT.md
|
162
157
|
- Gemfile
|
@@ -166,6 +161,7 @@ files:
|
|
166
161
|
- Rakefile
|
167
162
|
- bin/console
|
168
163
|
- bin/setup
|
164
|
+
- bin/test
|
169
165
|
- lib/unit-ruby.rb
|
170
166
|
- lib/unit-ruby/ach_counterparty.rb
|
171
167
|
- lib/unit-ruby/ach_payment.rb
|
@@ -221,7 +217,6 @@ licenses:
|
|
221
217
|
- MIT
|
222
218
|
metadata:
|
223
219
|
allowed_push_host: https://rubygems.org/
|
224
|
-
homepage_uri: https://github.com/retirable/unit-ruby
|
225
220
|
source_code_uri: https://github.com/retirable/unit-ruby
|
226
221
|
changelog_uri: https://github.com/retirable/unit-ruby/blob/main/CHANGELOG.md
|
227
222
|
rubygems_mfa_required: 'true'
|
@@ -233,14 +228,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
233
228
|
requirements:
|
234
229
|
- - ">="
|
235
230
|
- !ruby/object:Gem::Version
|
236
|
-
version: '
|
231
|
+
version: '3.3'
|
237
232
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
238
233
|
requirements:
|
239
234
|
- - ">="
|
240
235
|
- !ruby/object:Gem::Version
|
241
236
|
version: '0'
|
242
237
|
requirements: []
|
243
|
-
rubygems_version: 3.
|
238
|
+
rubygems_version: 3.5.22
|
244
239
|
signing_key:
|
245
240
|
specification_version: 4
|
246
241
|
summary: A Ruby gem for communicating with the Unit API.
|