applicationsonline / librarian

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

gitlab ref #123

Closed llonchj closed 11 years ago

llonchj commented 11 years ago

Support for ref in a github does NOT work for me:

cookbook "database",
  :github => "michaelklapper/database",
  :ref => "grant_statement"

but this works:

cookbook "database",
  :git => "https://github.com/michaelklapper/database",
  :ref => "grant_statement"
yfeldblum commented 11 years ago

With master or with v0.0.25?

llonchj commented 11 years ago

with 0.0.25, installed via gem install. Is the feature implemented in master?

yfeldblum commented 11 years ago

Correct, the feature is still in master and not yet released.

llonchj commented 11 years ago

Thanks for your prompt reply and looking forward for the feature to be released.

2012/12/30 Jay Feldblum notifications@github.com

Correct, the feature is still in master and not yet released.

— Reply to this email directly or view it on GitHubhttps://github.com/applicationsonline/librarian/issues/123#issuecomment-11759530.