Skip to content

Commit

Permalink
Merge pull request #14 from onfleet/1.0.4-date
Browse files Browse the repository at this point in the history
Updated date of new version deployment to 2024-06-10
  • Loading branch information
danmenza authored Jun 10, 2024
2 parents 940c1d7 + 0f276fb commit 6257836
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

gem 'faraday'
gem 'faraday-net_http'
gem 'faraday-rate_limiter'
gem 'json'
gem 'rspec'
Expand Down
5 changes: 3 additions & 2 deletions ruby-onfleet.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'ruby-onfleet'
s.version = '1.0.4'
s.date = '2023-06-05'
s.date = '2024-06-10'
s.summary = 'Onfleet Ruby API wrapper package'
s.description = 'The Onfleet Ruby library provides convenient access to the Onfleet API.'
s.authors = ['Dan Menza']
Expand All @@ -10,7 +10,8 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.metadata = { 'source_code_uri' => 'https://github.com/onfleet/ruby-onfleet' }

s.add_dependency('faraday', '~> 1.10.0')
s.add_dependency('faraday', '~> 2.9.0')
s.add_dependency('faraday-net_http', '~> 3.1.0')
s.add_dependency('faraday-rate_limiter', '~> 0.0.4')
s.add_dependency('json', '~> 2.6.3')
s.add_dependency('uri', '~> 0.12.1')
Expand Down

0 comments on commit 6257836

Please sign in to comment.