Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gem will not build Ruby 3.0.2 #24

Open
FLWallace105 opened this issue Mar 14, 2023 · 1 comment
Open

Gem will not build Ruby 3.0.2 #24

FLWallace105 opened this issue Mar 14, 2023 · 1 comment

Comments

@FLWallace105
Copy link

For a variety of reasons the base Ruby I need to run this code in is 3.0.2, tried but could not on Mac OSX 11.6 Big Sur build the Gem. Even specifying this specific github repo I was unable to download the gem and build it on my local machine.

I also noted the last commit was Aug 11, 2021. Is this code no longer maintained?

I was able to get what I needed quickly using HTTParty and simple JSON requests, is there any advantage for using the library over just HTTParty?

thanks all.

@daBee
Copy link

daBee commented Mar 29, 2023

Documentation shows shipengine_sdk but the only gem I found was shipengine_ruby.

require 'shipengine'
api_key = 'TEST_stuffstuffstuff'
se = ShipEngine.new(api_key)     => undefined method `new' for ShipEngine:Module

Seems it's not maintained. I'm on Ruby 3.1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants