summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2014-03-03 15:10:12 +0100
committerVít Ondruch <vondruch@redhat.com>2014-03-03 15:10:12 +0100
commita0beb26fba79b5da04c98dae9dbaf16546d5f3c8 (patch)
tree388307a9ae8849d13205c9bf52affff0c2c1ea35
parent891f56afea25d5a35e1097b2b958e763a119f9bb (diff)
downloadrubygem-pry-a0beb26fba79b5da04c98dae9dbaf16546d5f3c8.tar.gz
rubygem-pry-a0beb26fba79b5da04c98dae9dbaf16546d5f3c8.tar.xz
rubygem-pry-a0beb26fba79b5da04c98dae9dbaf16546d5f3c8.zip
Update to Pry 0.9.12.6.
-rw-r--r--.gitignore1
-rw-r--r--rubygem-pry.spec17
-rw-r--r--sources2
3 files changed, 11 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 1b23632..8d098b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/pry-0.9.10.gem
/pry-0.9.12.gem
+/pry-0.9.12.6.gem
diff --git a/rubygem-pry.spec b/rubygem-pry.spec
index 0ad6b40..6f4b25b 100644
--- a/rubygem-pry.spec
+++ b/rubygem-pry.spec
@@ -3,16 +3,16 @@
Summary: An IRB alternative and runtime developer console
Name: rubygem-%{gem_name}
-Version: 0.9.12
-Release: 2%{?dist}
+Version: 0.9.12.6
+Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://pry.github.com
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
Requires: ruby(release)
Requires: ruby(rubygems)
-Requires: rubygem(coderay) => 1.0.5
-Requires: rubygem(coderay) < 1.1
+Requires: rubygem(coderay) => 1.0
+Requires: rubygem(coderay) < 2
Requires: rubygem(slop) => 3.4
Requires: rubygem(slop) < 4.0
Requires: rubygem(method_source) => 0.8
@@ -21,14 +21,13 @@ BuildRequires: ruby(release)
BuildRequires: rubygems-devel
BuildRequires: ruby
BuildRequires: rubygem(bacon)
-BuildRequires: rubygem(coderay) => 1.0.5
-BuildRequires: rubygem(coderay) < 1.1
+BuildRequires: rubygem(coderay) => 1.0
+BuildRequires: rubygem(coderay) < 2
BuildRequires: rubygem(mocha)
BuildRequires: rubygem(slop) => 3.4
BuildRequires: rubygem(slop) < 4.0
BuildRequires: rubygem(method_source) => 0.8
BuildRequires: rubygem(method_source) < 1
-BuildRequires: rubygem(open4)
# editor specs fail if no editor is available (soft requirement)
BuildRequires: vi
BuildArch: noarch
@@ -90,7 +89,6 @@ popd
%doc %{gem_instdir}/CHANGELOG
%doc %{gem_instdir}/CONTRIBUTORS
%{gem_instdir}/Gemfile
-%{gem_instdir}/Guardfile
%{gem_instdir}/man
%doc %{gem_instdir}/README.markdown
%{gem_instdir}/%{gem_name}.gemspec
@@ -100,6 +98,9 @@ popd
%doc %{gem_instdir}/wiki
%changelog
+* Mon Mar 03 2014 Vít Ondruch <vondruch@redhat.com> - 0.9.12.6-1
+- Update to Pry 0.9.12.6.
+
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
diff --git a/sources b/sources
index ec0e082..af155bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b763952b281eeedb38743ee8ba1aaa64 pry-0.9.12.gem
+e35e4f7692add5643d02c515815e0a75 pry-0.9.12.6.gem