<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/ruby, branch juno</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=juno</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=juno'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-09-26T13:09:21+00:00</updated>
<entry>
<title>chef: resolve mismatch between branch name and SRCREV</title>
<updated>2014-09-26T13:09:21+00:00</updated>
<author>
<name>Mustapha Lansana</name>
<email>Mustapha.Lansana@windriver.com</email>
</author>
<published>2014-09-19T23:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ea4560f65862a7c94d15cfe6006f8059ab62ea74'/>
<id>urn:sha1:ea4560f65862a7c94d15cfe6006f8059ab62ea74</id>
<content type='text'>
Maintainer's of the upstream git trees for these packages have branched
the repos from which these packages were fetched.
This creates a mismatch between the SRCREV and branch name in the recipe
files.
Specify the branch name to resolve the error or update
the SRCREV to match a commit id found on master.

Signed-off-by: Mustapha Lansana &lt;Mustapha.Lansana@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: fixes</title>
<updated>2014-05-24T04:27:14+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-21T13:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9643550aa09597778fbbfc30d93987a247f5a63b'/>
<id>urn:sha1:9643550aa09597778fbbfc30d93987a247f5a63b</id>
<content type='text'>
Make ruby binaries more accessible by creating symlinks from
${libdir}/ruby/gems/${ruby version}/bin/ to /usr/bin

RDEPENDS needs to be package specific

coderay needs to depends on yard

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: Add recipes-devtools/ruby/yard_git.bb</title>
<updated>2014-05-24T04:27:14+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-20T19:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3197668c9c940295e7c824f8cd2b1f69949bf213'/>
<id>urn:sha1:3197668c9c940295e7c824f8cd2b1f69949bf213</id>
<content type='text'>
YARD is a documentation generation tool for the Ruby
programming language. It enables the user to generate consistent,
usable documentation that can be exported to a number of formats very
easily, and also supports extending for custom Ruby constructs such as
custom class level definitions.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: Add recipes-devtools/ruby/yajl-ruby_git.bb</title>
<updated>2014-05-24T04:27:14+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-20T19:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=00e6f337dee55167a550066e69346045fc7dfb7a'/>
<id>urn:sha1:00e6f337dee55167a550066e69346045fc7dfb7a</id>
<content type='text'>
This gem is a C binding to the excellent YAJL JSON
parsing and generation library.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: Add recipes-devtools/ruby/systemu_git.bb</title>
<updated>2014-05-24T04:27:14+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-20T19:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3f1297027482476c792a58abbcb3934a37c86803'/>
<id>urn:sha1:3f1297027482476c792a58abbcb3934a37c86803</id>
<content type='text'>
Universal capture of stdout and stderr and handling of
child process pid for windows, *nix, etc.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: Add recipes-devtools/ruby/slop_git.bb</title>
<updated>2014-05-24T04:27:14+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-20T19:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2cffe3418bc2ca116bfe8d05864a81f99ec100c1'/>
<id>urn:sha1:2cffe3418bc2ca116bfe8d05864a81f99ec100c1</id>
<content type='text'>
A simple option parser with an simple syntax and API.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: Add recipes-devtools/ruby/rest-client_git.bb</title>
<updated>2014-05-24T04:27:14+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-20T19:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=7fbe5a11b481504522da1fd4c8a17008dcd8365e'/>
<id>urn:sha1:7fbe5a11b481504522da1fd4c8a17008dcd8365e</id>
<content type='text'>
A simple HTTP and REST client for Ruby, inspired by the
Sinatra's microframework style of specifying actions: get, put, post,
delete.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: Add recipes-devtools/ruby/rack_git.bb</title>
<updated>2014-05-24T04:27:14+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-20T19:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=961b8f54f74c3956694df67d2d296bfcf93e2b8a'/>
<id>urn:sha1:961b8f54f74c3956694df67d2d296bfcf93e2b8a</id>
<content type='text'>
Provides a minimal, modular and adaptable interface for
developing web applications in Ruby. By wrapping HTTP requests and
responses in the simplest way possible, it unifies and distills the
API for web servers, web frameworks, and software in between (the
so-called middleware) into a single method call.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: Add recipes-devtools/ruby/pry_git.bb</title>
<updated>2014-05-24T04:27:14+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-20T19:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=76a0fd8f546fc0a5407e154331f5ba7be331cefe'/>
<id>urn:sha1:76a0fd8f546fc0a5407e154331f5ba7be331cefe</id>
<content type='text'>
Pry is a powerful alternative to the standard IRB shell
for Ruby. It is written from scratch to provide a number of advanced
features.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: Add recipes-devtools/ruby/ohai_git.bb</title>
<updated>2014-05-24T04:27:14+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-20T19:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=614b4a5196ab7cecef46616805a77ab09702e569'/>
<id>urn:sha1:614b4a5196ab7cecef46616805a77ab09702e569</id>
<content type='text'>
Ohai detects data about your operating system. It can
be used standalone, but it's primary purpose is to provide node data
to Chef. Ohai will print out a JSON data blob for all the known data
about your system. When used with Chef, that data is reported back via
node attributes.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
</feed>
