[rubygem-heroku-api] Update to heroku-api 0.3.10

Josef Stribny jstribny at fedoraproject.org
Fri May 17 15:55:46 UTC 2013


commit e61e2255f27eadfb31d612040e7d724f20ce69a5
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri May 17 17:44:31 2013 +0200

    Update to heroku-api 0.3.10

 .gitignore              |    1 +
 rubygem-heroku-api.spec |   15 +++++++++------
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2e3e7c..15fd74f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /heroku-api-0.2.6.gem
 /heroku-api-0.3.6.gem
+/heroku-api-0.3.10.gem
diff --git a/rubygem-heroku-api.spec b/rubygem-heroku-api.spec
index 334360f..81d25da 100644
--- a/rubygem-heroku-api.spec
+++ b/rubygem-heroku-api.spec
@@ -3,22 +3,22 @@
 
 Summary: Ruby Client for the Heroku API
 Name: rubygem-%{gem_name}
-Version: 0.3.6
-Release: 3%{?dist}
+Version: 0.3.10
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/heroku/heroku.rb
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
 Requires: ruby(release)
 Requires: ruby(rubygems)
-Requires: rubygem(excon) => 0.16.7
-Requires: rubygem(excon) < 0.17
+Requires: rubygem(excon) => 0.21.0
+Requires: rubygem(excon) < 0.22
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: ruby
 BuildRequires: rubygem(minitest)
-BuildRequires: rubygem(excon) => 0.16.7
-BuildRequires: rubygem(excon) < 0.17
+BuildRequires: rubygem(excon) => 0.21.0
+BuildRequires: rubygem(excon) < 0.22
 BuildArch: noarch
 Provides: rubygem(%{gem_name}) = %{version}
 # OkJson is allowed to be bundled:
@@ -72,6 +72,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Fri May 17 2013 Josef Stribny <jstribny at redhat.com> - 0.3.10-1
+- Update to heroku-api 0.3.10
+
 * Fri Mar 08 2013 Vít Ondruch <vondruch at redhat.com> - 0.3.6-3
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 
diff --git a/sources b/sources
index f36c658..0458044 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86bd07f7d180eea77288a3bc0a1273ee  heroku-api-0.3.6.gem
+72cdd272af3e469177199e9c4caf3e4c  heroku-api-0.3.10.gem


More information about the scm-commits mailing list