RubyGems build does match git repo
StephenGrider opened this issue · 5 comments
Steps to Reproduce
- Run
gem install exponent-server-sdk
- Navigate to your systems gem directory
- Open the
lib/exponent-server-sdk.rb
file.
Expectation
Contents should match current source file here: https://github.com/expo/exponent-server-sdk-ruby/blob/master/lib/exponent-server-sdk.rb
Actual Result
Contents matches the old v0.0.1 build.
Note that the gem's version.rb
file correctly indicates version 0.0.2
. I suspect maybe there was some git trickery at play here when someone committed changes to the exponent-server-sdk.rb
file :)
@brentvatne @jesseruder could you release in rubygems?
@brentvatne @jesseruder can your release in rubygems?
or make @pablonahuelgomez owner in ruby gems?
@ide @brentvatne @jesseruder, as @pedrocarmona is saying, I'll need ownership in rubygems to release the gem. My username there is pablonahuelgomez.
Thanks to all of you.
done! you're an owner now @pablonahuelgomez
Thanks @brentvatne. I released a new version of the gem. See: https://rubygems.org/gems/exponent-server-sdk and https://github.com/expo/exponent-server-sdk-ruby/releases.
Closing this one.