Skip to content

Commit

Permalink
Merge pull request #16 from onfleet/INT-1310-ruby-onfleet-update-ruby…
Browse files Browse the repository at this point in the history
…gems

Prepare for v1.0.5
  • Loading branch information
lisandrobigi-onfleet authored Jun 26, 2024
2 parents 3865b6d + 02248a7 commit 999b728
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ Added

## [1.0.4](https://github.com/onfleet/ruby-onfleet/releases/tag/v1.0.4) - 2024-05-29
Added
* Added support for Worker's Route Delivery Manifest
* Added support for Worker's Route Delivery Manifest

## [1.0.5](https://github.com/onfleet/ruby-onfleet/releases/tag/v1.0.5) - 2024-06-26
Added
* Update to RubyGems release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onfleet/ruby-onfleet",
"version": "1.0.4",
"version": "1.0.5",
"description": "Onfleet's Ruby API wrapper package",
"main": "onfleet.rb",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ruby-onfleet.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ruby-onfleet'
s.version = '1.0.4'
s.version = '1.0.5'
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.'
Expand Down

0 comments on commit 999b728

Please sign in to comment.