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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 611999a90eb76e2e38260184e44648705f496868a151479b26e723afe6c3934e
4
- data.tar.gz: 8bb363a47f476ff15efa348e7e1319b05bc80402bfce5afe62355aac8021f0fc
3
+ metadata.gz: 1497f1a94c4658c70e2902a5c8d50f12d129002b02ca7e05bcc8f1d89a601fd8
4
+ data.tar.gz: f203bc0ba92691c088ae423ed712be0a24ca6b1676baf8d0d89c3ed60b9afcb8
5
5
  SHA512:
6
- metadata.gz: 380415c5203e9a65cea4b573215868ec10c5da4d3d0a517ae4d14b5adbbbb7c7b3c96896d0241f531cb8c39aa3c24cdd4f4f1dbd00606fb945d7a6ca2789a0ad
7
- data.tar.gz: 53d601f49d7821628cdbacfa0759ddd4f74d2a9b29c15f3990da5a35c7e80bd7fd5513ad57cf7bd2c80e3dc9b19766d46d6babf268c2195f7a844facaa68ca2f
6
+ metadata.gz: f1edfa3ff3615560ff396d44314d7c4551b427da4ace19502e819ab7c4af366e1d371bdddbd73fefa33d4acaf0d0e51a784e6120cc3bab020527460426597def
7
+ data.tar.gz: '07246815b370ca22e46d055a455911d4fde32ee56b53f99997e1f0797e5f4e3b346a6ea77cf80b9da959af72570957e0615e288d60ac9992ce0c0877f57ae960'
data/.env.example CHANGED
@@ -1,2 +1,4 @@
1
1
  UNIT_API_KEY=v2.public.enter_your_api_key_here
2
- UNIT_BASE_URL=https://api.s.unit.sh
2
+ UNIT_BASE_URL=https://api.s.unit.sh
3
+ UNIT_LANGUAGE_ID=123
4
+ UNIT_THEME_ID=456
@@ -24,7 +24,7 @@ jobs:
24
24
  runs-on: ubuntu-latest
25
25
  strategy:
26
26
  matrix:
27
- ruby-version: ["3.0", "3.3"]
27
+ ruby-version: ["3.3", "3.4"]
28
28
 
29
29
  steps:
30
30
  - uses: actions/checkout@v2
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
- * 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
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
- * 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
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
- * Other conduct which could reasonably be considered inappropriate in a
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 chloe.isacke@gmail.com. All
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.12.0)
5
- activesupport
6
- faraday (>= 2.0.1, < 3)
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.2)
80
+ uri (1.0.3)
81
81
 
82
82
  PLATFORMS
83
83
  ruby
84
84
 
85
85
  DEPENDENCIES
86
- dotenv (~> 2.7.6)
87
- pry
88
- rake (~> 13.0)
89
- rspec (~> 3.0)
86
+ dotenv (~> 2)
87
+ pry (~> 0.15)
88
+ rake (~> 13)
89
+ rspec (~> 3)
90
90
  rspec-file_fixtures (~> 0.1.9)
91
- rubocop (~> 1.24.1)
91
+ rubocop (~> 1)
92
92
  unit-ruby!
93
93
 
94
94
  BUNDLED WITH
data/README.md CHANGED
@@ -1,9 +1,29 @@
1
- # Documentation
1
+ # Unit Ruby
2
2
 
3
- The documentation for the Unit API can be found [here](https://docs.unit.co/).
3
+ ![Gem Version](https://img.shields.io/gem/v/unit-ruby)
4
+ [![Ruby](https://github.com/retirable/unit-ruby/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/retirable/unit-ruby/actions/workflows/ci.yml)
5
+ ![GitHub License](https://img.shields.io/github/license/retirable/unit-ruby)
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
- $ bundle
35
+ ```bash
36
+ $ bundle install
37
+ ```
16
38
 
17
39
  Or install it yourself as:
18
40
 
19
- $ gem install unit-ruby
41
+ ```bash
42
+ $ gem install unit-ruby
43
+ ```
20
44
 
21
- ## Usage
45
+ ## Configuration
22
46
 
23
- To get started, add an initializer file for the `unit-ruby` gem e.g. in `config/initializers/unit.rb`.
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
- ```Ruby
49
+ ```ruby
26
50
  require 'unit-ruby'
27
51
 
28
52
  Unit.configure do |config|
29
- config.api_key = ENV['UNIT_API_KEY']
30
- config.base_url = ENV['UNIT_BASE_URL']
31
- config.trust_token = ENV['UNIT_TRUST_TOKEN] # optional
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, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You will also need UNIT_THEME_ID and UNIT_LANGUAGE_ID set in your environment. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
106
+ After checking out the repo, install dependencies:
39
107
 
40
- To install this gem onto your local machine, run `bundle exec rake install`.
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. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
144
+ Bug reports and pull requests are welcome on GitHub at https://github.com/retirable/unit-ruby.
57
145
 
58
- ## License
146
+ ## Code of Conduct
59
147
 
60
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
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
- ## Code of Conduct
150
+ ## License
63
151
 
64
- Everyone interacting in the Unit project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/retirable/unit-ruby/blob/master/CODE_OF_CONDUCT.md).
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
- # Do any other automated setup that you need to do here
14
+ echo "Setup complete"
data/bin/test ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env sh
2
+ bundle exec rspec "$@"
@@ -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.
@@ -1,3 +1,3 @@
1
1
  module Unit
2
- VERSION = '0.12.0'
2
+ VERSION = '1.0.0'
3
3
  end
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
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
16
- # to allow pushing to a single host or delete this section to allow pushing to any host.
17
- if spec.respond_to?(:metadata)
18
- spec.metadata['allowed_push_host'] = 'https://rubygems.org/'
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.add_dependency 'activesupport'
38
- spec.add_dependency 'faraday', '>= 2.0.1', '< 3'
39
- spec.add_dependency 'faraday-retry'
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.7.6'
42
- spec.add_development_dependency 'pry'
43
- spec.add_development_dependency 'rake', '~> 13.0'
44
- spec.add_development_dependency 'rspec', '~> 3.0'
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.24.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.12.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-02-19 00:00:00.000000000 Z
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: '0'
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: '0'
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: '3'
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: '3'
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: '0'
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: '0'
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.7.6
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.7.6
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.0'
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.0'
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.0'
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.0'
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.24.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.24.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/ruby.yml"
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: '0'
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.2.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.
data/.travis.yml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.6.3
7
- before_install: gem install bundler -v 1.17.2