copiousfreetime / stickler

a tool to organize and maintain an internal gem distribution server
MIT License
143 stars 29 forks source link

2.4.0 #34

Closed jaypackard closed 10 years ago

jaypackard commented 10 years ago

How can I install 2.4.0 of this gem by source? There is no gemspec to install it from source.

copiousfreetime commented 10 years ago

@jaypackard 2.4.0 is not released yet, it still has 1 feature to implement. I am considering pushing that feature to 2.5.0 though, I'll probably decide tomorrow or wednesday.

I generally discourage people from using unreleased versions of stickler, as it may not work. If, for some reason, you need to use an unrelesed version, you can clone the repo locally and run rake develop:using_bundler and there will be a stickler.gemspec file for you to use.

Is there some particular item from the unreleased stickler that you need urgently?

jaypackard commented 10 years ago

I was getting some sort of ruby gems compatibility error, I"m assuming that comes with rails 2.0. From the history file, I can see 2.4 is compatible with ruby 2.0. Our current application is running on rails 4 / ruby 2.0, so we have to switch to another environment to deploy our gem, which is a bit painful. So, I was trying to get it to work in our new environment. I'll keep a look out for 2.5. Thanks for writing back and your suggestion for using 2.4. You're profile picture is awesome!

Thanks, Jay

On Nov 11, 2013, at 9:41 PM, Jeremy Hinegardner wrote:

@jaypackard 2.4.0 is not released yet, it still has 1 feature to implement. I am considering pushing that feature to 2.5.0 though, I'll probably decide tomorrow or wednesday.

I generally discourage people from using unreleased versions of stickler, as it may not work. If, for some reason, you need to use an unrelesed version, you can clone the repo locally and run rake develop:using_bundler and there will be a stickler.gemspec file for you to use.

Is there some particular item from the unreleased stickler that you need urgently?

— Reply to this email directly or view it on GitHub.

copiousfreetime commented 10 years ago

I'm happy to do a release of 2.4 without the built in pass-through caching. Keep a look out for it tomorrow.

jaypackard commented 10 years ago

Awesome, thanks. Our team will be grateful.

On Nov 11, 2013, at 11:06 PM, Jeremy Hinegardner wrote:

I'm happy to do a release of 2.4 without the built in pass-through caching. Keep a look out for it tomorrow.

— Reply to this email directly or view it on GitHub.

copiousfreetime commented 10 years ago

Version 2.4 release, gem install stickler and/or update your Gemfile

jaypackard commented 10 years ago

Thank you! It seems to be working. I'll know for sure when there's a new version of our gem to release using stickler. Our large team will appreciate it.

Jay

On Tue, Nov 12, 2013 at 5:46 PM, Jeremy Hinegardner < notifications@github.com> wrote:

Version 2.4 release, gem install stickler and/or update your Gemfile

— Reply to this email directly or view it on GitHubhttps://github.com/copiousfreetime/stickler/issues/34#issuecomment-28341717 .