Skip to content

884: Ruby upgrade for tokyo_api#15

Open
ehimen-io wants to merge 1 commit intomainfrom
owens/884/ruby-upgrade
Open

884: Ruby upgrade for tokyo_api#15
ehimen-io wants to merge 1 commit intomainfrom
owens/884/ruby-upgrade

Conversation

@ehimen-io
Copy link

No description provided.

@@ -1 +1 @@
tokyo_api
-global No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't seem right?

- Added `require 'faraday/mashify'` to main library file

### Updates
- Upgraded from Ruby 3.4.5 to Ruby 4.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the gemspec it says the required ruby version is '>= 3.0.0'. If that's true, then I believe the change is "add support for ruby 4"

Gem::Specification.new do |spec|
spec.name = 'tokyo_api'
spec.version = File.read(File.expand_path('VERSION', __dir__)).strip
spec.authors = ['Nathan Woodhull']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go ahead and add yourself here!

spec.name = 'tokyo_api'
spec.version = File.read(File.expand_path('VERSION', __dir__)).strip
spec.authors = ['Nathan Woodhull']
spec.email = ['nathan@controlshiftlabs.com']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can point this at talk@

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments