Update to method_source 0.8.2.

epel9
Vít Ondruch 10 years ago
parent bfaa826e97
commit 824917d11f

1
.gitignore vendored

@ -1,3 +1,4 @@
/method_source-0.7.1.gem
/method_source-0.8.gem
/method_source-0.8.1.gem
/method_source-0.8.2.gem

@ -3,20 +3,17 @@
Summary: Retrieve the source code for a method
Name: rubygem-%{gem_name}
Version: 0.8.1
Release: 3%{?dist}
Version: 0.8.2
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://banisterfiend.wordpress.com
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
Requires: ruby(release)
Requires: ruby(rubygems)
BuildRequires: ruby(release)
BuildRequires: rubygems-devel
BuildRequires: ruby
BuildRequires: %{_bindir}/bacon
BuildArch: noarch
Provides: rubygem(%{gem_name}) = %{version}
%description
Retrieve the source code for a method
@ -51,7 +48,7 @@ popd
%files
%dir %{gem_instdir}
%exclude %{gem_instdir}/.*
%doc %{gem_instdir}/LICENSE
%license %{gem_instdir}/LICENSE
%{gem_libdir}
%exclude %{gem_cache}
%{gem_spec}
@ -65,6 +62,9 @@ popd
%{gem_instdir}/test
%changelog
* Tue Feb 24 2015 Vít Ondruch <vondruch@redhat.com> - 0.8.2-1
- Update to method_source 0.8.2.
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

@ -1 +1 @@
c54237128e48a1dd716d5e0ae4892923 method_source-0.8.1.gem
106c9cae069647807ba1c795b5b9334c method_source-0.8.2.gem

Loading…
Cancel
Save