[
https://issues.apache.org/jira/browse/THRIFT-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17182911#comment-17182911
]
Zezeng Wang commented on THRIFT-5266:
-------------------------------------
You need to switch to the 0.13.0 branch and register a RubyGems account at
first.
and then
cd/thrift/lib/rb
gem build thrift.gemspec
gem gem install ./thrift-0.13.0.gem (it for testing)
curl -u username https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials
chmod 600 ~/.gem/credentials
gem push thrift.0.13.0.gem
It's better if you release it. We can also release it for you if necessary.
> Please release ruby library thrift 0.14.0
> -----------------------------------------
>
> Key: THRIFT-5266
> URL: https://issues.apache.org/jira/browse/THRIFT-5266
> Project: Thrift
> Issue Type: Request
> Components: Ruby - Library
> Affects Versions: 0.14.0
> Reporter: Zezeng Wang
> Priority: Major
>
> Currently, the latest version of thrift that Ruby can install through the
> "gem install thrift" command is v11.0
> The tag 0.14.0 is already created in GitHub. I hope the ruby library could be
> released soon.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)