applicationsonline / librarian

Librarian - A Framework for Bundlers. Librarian-Chef is at: https://github.com/applicationsonline/librarian-chef.
http://applicationsonline.com/
MIT License
655 stars 71 forks source link

Extract librarian-chef into its own project #136

Closed patcon closed 11 years ago

patcon commented 11 years ago

I know it's not a novel idea, but just wanted to create this stub to discuss a timeline or goals we want to hit before that happens. Thanks!

Related: garethr/librarian-puppet-vagrant#1

patcon commented 11 years ago

I hope this was helpful and not too forward of me, but I extract it out to see if I could get it to work: https://github.com/patcon/librarian-chef

Also created a gem namespace and made you the owner: https://rubygems.org/gems/librarian-chef

Obviously, feel free to do anything you wish with that access, even delete the gem if you dislike the idea of it being present on rubygems.org :)

patcon commented 11 years ago

I was going to work at submitting a PR to librarian-puppet so that they can actually depend on the librarian framework. This is mostly out of being curious whether its workable for that project.

yfeldblum commented 11 years ago

@patcon Thanks for the PR.

I'm doing this separately in a branch because there are some cleanup-type things I'd like to do alongside the extraction.

I also want to alert others who do Chef-related projects that could break before releasing with librarian-chef extracted.

patcon commented 11 years ago

:+1:

In regards to keeping people updated, would it make sense to create a PR on the branch and cc all concerned parties into the developing thread? I know it wouldn't necessarily be much to code review, but might give people time to comment inline and in one place before you do the official presto-change-o

patcon commented 11 years ago

PS, came across your old podcast last week, and interesting to hear the backstory. For the record, you don't sound nearly as unix-beardy as I'd expected

yfeldblum commented 11 years ago

Extracted.

Librarian-v0.1.0.beta.1 released, sans Librarian-Chef.

patcon commented 11 years ago

Awesome! I think you tagged this as the wrong version, so it's showing as "yanked" on rubygems.org (since 0.0.26 is after 0.0.1): https://rubygems.org/gems/librarian-chef

yfeldblum commented 11 years ago

AFAICT, there's a pre-release uploaded, but no release uploaded, so it's not showing any released versions.

You can still run:

gem install librarian-chef --pre
gregkare commented 11 years ago

You can close this one now that librarian-chef has been extracted and released.

yfeldblum commented 11 years ago

Indeed, thanks!