diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-20 15:19:50 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:27:57 -0400 |
| commit | ff6703a94839b6c8f1ccd8fea38725f8d359e984 (patch) | |
| tree | 122bc86d260ea154cc165315d87c2114371fb1dc /meta-openstack/recipes-devtools/ruby/method-source | |
| parent | 5a98bf6bbfee6084b4c744b4be9041b5268e9727 (diff) | |
| download | meta-cloud-services-ff6703a94839b6c8f1ccd8fea38725f8d359e984.tar.gz | |
Ruby/chef solo: Add recipes-devtools/ruby/method-source_git.bb
A utility to return a method's sourcecode as a Ruby string.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/method-source')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/method-source/gemspec-bump-version.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/method-source/gemspec-bump-version.patch b/meta-openstack/recipes-devtools/ruby/method-source/gemspec-bump-version.patch new file mode 100644 index 0000000..fbb625c --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/method-source/gemspec-bump-version.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | From e98b5737a61b676cba5f8935d56839e1f36faddf Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Mark Asselstine <mark.asselstine@windriver.com> | ||
| 3 | Date: Wed, 14 May 2014 09:05:35 -0400 | ||
| 4 | Subject: [PATCH] gemspec: bump version | ||
| 5 | |||
| 6 | When the release was tagged the version bump was missed in the | ||
| 7 | gemspec file. | ||
| 8 | |||
| 9 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | ||
| 10 | --- | ||
| 11 | method_source.gemspec | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/method_source.gemspec b/method_source.gemspec | ||
| 15 | index d24b3d9..75e3b5b 100644 | ||
| 16 | --- a/method_source.gemspec | ||
| 17 | +++ b/method_source.gemspec | ||
| 18 | @@ -2,7 +2,7 @@ | ||
| 19 | |||
| 20 | Gem::Specification.new do |s| | ||
| 21 | s.name = "method_source" | ||
| 22 | - s.version = "0.8.1" | ||
| 23 | + s.version = "0.8.2" | ||
| 24 | |||
| 25 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
| 26 | s.authors = ["John Mair (banisterfiend)"] | ||
| 27 | -- | ||
| 28 | 1.8.3.2 | ||
| 29 | |||
