-
Notifications
You must be signed in to change notification settings - Fork 501
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
Roo isn't being updated on RubyGems #172
Comments
After looking at all of Roo's opened issues, I noticed that a good portion of them are related to the RubyGems version of Roo (e.g. #143). @Empact @hmcgowan @thopre : I noticed that @simonoff is the maintainer of roo-rb/roo, but he isn't listed as an owner on RubyGems. Would it be possible to add him? |
I very much agree that roo is overdue for a rubygems update. I'm stuck behind a corporate firewall that makes updating directly from github painful when I can get it to work... And I use 1.13.2 very heavily. |
Another call for update on RubyGems |
Thanks for opening this, @stevendaniels. It would be incredibly helpful to have an updated version of Roo released on RubyGems, in addition to an initial release of |
Any news about upcoming release? |
@pmneve try configuring git to push over https instead of the git protocol. It's usually much more firewall-friendly. |
@simonoff Happy to add you to rubygems - just need your email. |
Is anyone else interested in helping maintain the library? It doesn't make sense for me to do so as I don't use spreadsheets in any of my current projects. |
I'd be interested in helping maintain the library. I've been trying to help triage different issues and submit patches over the past few months. |
Great - then I can give you the ability to release to solve this issue as well. I just made you a maintainer - can you give me your email address? I'll need it to add you to rubygems. You can send it to [email protected] if you prefer. But will be great to get a release out! You might want to start with a release candidate first to get some more testing in the wild before moving everyone over. |
Thanks! I'm going to take another look at the open issues to decide if there are any that should be solved before a release candidate. Going forward, is there a list of ideas anywhere (including inside your head) for features you think should be added? |
@Empact alex at simonov dot me |
I think we should push a 2.0.0-pre version of the gem as is and fix any issues we encounter before the 2.0.0 release. @Empact I sent you my email address. Please let me know when you've added me to rubygems. |
Sounds like a good plan |
I think things are ready to move forward. Off the top of my head, here are the changes we need to address.
My biggest concern is the documentation. Being a major release, there are a lot of things that have changed, with the extraction for roo-xls and roo-google being the biggest changes. There are also a few methods that changed significantly (like Roo::Excelx#formula?), we should find those methods and mention them in the updated Readme. @simonoff Can you think of anything else that needs to be done for the release? |
I've submitted a pull request (#189) that decreases the number of Roo's public methods. It's a minor change, but it will be useful moving forward. If those methods are public in the 2.0.0 release, they will need to stay until 3.0.0. I don't think any of those methods needed to be public. |
@stevendaniels I think in |
Adding roo-xls and roo-google as runtime dependencies is a good idea. Are we tagging the release as 2.0.0-beta? |
Updated the Readme. #190 |
Yes, I need to fix tests for roo-google. |
Any news about upcoming release? |
@fro I need to fix |
@simonoff Indeed, it is not critical. |
@fro are you used new version with new google library without password auth? oauth works fine? |
@simonoff I'm not using roo-google. |
So I released |
2.0.0 was released yesterday. Great job @simonoff ! |
The latest version of Roo on RubyGems is 1.13.2 from December 23, 2013. There's been a lot of good work put into Roo since then. Pushing these changes to RubyGems would be good for the community.
In addition, gems like roo-xls and roo-google should also be published to RubyGems.
The text was updated successfully, but these errors were encountered: