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

[RIS-1259] Fix errors raised by gem builder #53

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

trooney-himama
Copy link
Contributor

On preparing v0.7.0 for release to Rubygems, I was prompted to fix the package requirements.

Pinning versions to satisfy bundler, and updating some details in gemspec so our authorship is referenced.

Screenshots

Before
image

After
image

Comment on lines +9 to +10
spec.authors = ['HiMama']
spec.email = ['tech@himama.com']
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removing former employee from Ruby gems page:

image

(If someone feels like automating all the contributors, that's something we can look into.)

Comment on lines +43 to +44
spec.add_dependency 'faraday-excon', '~> 2.1.0'
spec.add_dependency 'faraday-multipart', '~> 1.0.0'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

gem build bambora-client.gemspec asks us to avoid unbounded requirements.

@trooney-himama trooney-himama marked this pull request as ready for review February 6, 2024 14:41
Copy link
Member

@harrylewis harrylewis left a comment

Choose a reason for hiding this comment

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

"Explicit is better than implicit" - Zen of Python

@trooney-himama trooney-himama merged commit c62fa42 into main Feb 6, 2024
5 checks passed
@trooney-himama trooney-himama deleted the RIS-1259/update-bambora-client-gemspec branch February 6, 2024 15:56
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

Successfully merging this pull request may close these issues.

2 participants