Skip to content

Commit

Permalink
updated gemspec, package.json, and CHANGELOG with new release to reso…
Browse files Browse the repository at this point in the history
…lve 2 opened bugs.
  • Loading branch information
danmenza committed Jun 5, 2023
1 parent 57dad30 commit 59562af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ Added
Added
* Added README support for spanish
* Included throttling constraints for 20 API requests per second using faraday-rate_limiter
* Updated headers on initialization to allow for custom headers
* Updated headers on initialization to allow for custom headers

## [1.0.3](https://github.com/onfleet/ruby-onfleet/releases/tag/v1.0.3) - 2023-06-05
Added
* Updated package.json to reference relative path
* Updated utils.rb to require error classes
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.2",
"version": "1.0.3",
"description": "Onfleet's Ruby API wrapper package",
"main": "onfleet.rb",
"scripts": {
Expand Down
4 changes: 2 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.2'
s.date = '2023-05-19'
s.version = '1.0.3'
s.date = '2023-06-05'
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 Down

0 comments on commit 59562af

Please sign in to comment.