[rubygem-method_source/f17] Update to method_source 0.8.

Vít Ondruch vondruch at fedoraproject.org
Tue Jul 31 12:04:19 UTC 2012


commit e64f922e360668180d86a8339ad7776398765624
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 e4ed33b..d8744e9 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: 2%{?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.
+
 * Wed May 02 2012 Vít Ondruch <vondruch at redhat.com> - 0.7.1-2
 - Mark LICENSE as a %%doc.
 
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