Closed agarie closed 10 years ago
I was trying to install plotrb today and discovered that it isn't available via rubygems:
https://rubygems.org/search?utf8=%E2%9C%93&query=plotrb
Is this expected?
In any case, it's pretty easy to submit a new gem: simply use gem build plotrb.gemspec && gem push plotrb-0.0.x.gem as can be seen in this post.
gem build plotrb.gemspec && gem push plotrb-0.0.x.gem
Wow. I'm kind of shocked we never did that. @Zuhao?
Okay, I just went ahead and submitted it. I think that's easier.
I was trying to install plotrb today and discovered that it isn't available via rubygems:
https://rubygems.org/search?utf8=%E2%9C%93&query=plotrb
Is this expected?
In any case, it's pretty easy to submit a new gem: simply use
gem build plotrb.gemspec && gem push plotrb-0.0.x.gem
as can be seen in this post.