[rubygem-method_source] Update to method_source 0.8.

Vít Ondruch vondruch at fedoraproject.org
Tue Jul 31 11:58:42 UTC 2012


commit 5758cfb71954a135512bae095b9f1aad6e78a62b
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Jul 31 13:57:56 2012 +0200

    Update to method_source 0.8.

 .gitignore                 |    1 +
 rubygem-method_source.spec |   13 +++++++------
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 666a6da..8c61a6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /method_source-0.7.1.gem
+/method_source-0.8.gem
diff --git a/rubygem-method_source.spec b/rubygem-method_source.spec
index cdc14c4..a8a422b 100644
--- a/rubygem-method_source.spec
+++ b/rubygem-method_source.spec
@@ -4,8 +4,8 @@
 
 Summary: Retrieve the source code for a method
 Name: rubygem-%{gem_name}
-Version: 0.7.1
-Release: 3%{?dist}
+Version: 0.8
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://banisterfiend.wordpress.com
@@ -15,7 +15,7 @@ Requires: ruby(rubygems)
 BuildRequires: ruby(abi) = %{rubyabi}
 BuildRequires: rubygems-devel
 BuildRequires: ruby
-BuildRequires: rubygem(bacon)
+BuildRequires: %{_bindir}/bacon
 BuildArch: noarch
 Provides: rubygem(%{gem_name}) = %{version}
 
@@ -47,9 +47,7 @@ cp -a .%{gem_dir}/* \
 
 %check
 pushd .%{gem_instdir}
-# The '-I.' should not be needed in ideal case.
-# https://github.com/banister/method_source/issues/12
-bacon -I. test/test.rb
+bacon test/test.rb
 popd
 
 
@@ -70,6 +68,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Tue Jul 31 2012 Vít Ondruch <vondruch at redhat.com> - 0.8-1
+- Update to method_source 0.8.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 25a2237..24e6b13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e05106f7b9d73db27e86f340f570027b  method_source-0.7.1.gem
+eae3f9586a2985a685f99ce76c98cc4f  method_source-0.8.gem


More information about the scm-commits mailing list