summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Fojtik <mfojtik@redhat.com>2011-01-10 15:56:22 +0100
committerMichal fojtik <mfojtik@redhat.com>2011-01-10 15:56:22 +0100
commite9cad8f15dcfada3a2b4e398d5519f17f0890e87 (patch)
tree1b76ee0b75bda006f1d308ecc16e02e7bfa01c6b
parentde2e40743ef5f16fff934f617a192fe61418d227 (diff)
downloadrubygem-typhoeus-e9cad8f15dcfada3a2b4e398d5519f17f0890e87.tar.gz
rubygem-typhoeus-e9cad8f15dcfada3a2b4e398d5519f17f0890e87.tar.xz
rubygem-typhoeus-e9cad8f15dcfada3a2b4e398d5519f17f0890e87.zip
Version bump
-rw-r--r--.gitignore1
-rw-r--r--rubygem-typhoeus.spec9
-rw-r--r--sources1
3 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index fdd0915..f160975 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/typhoeus-0.1.31.gem
/rubygem-typhoeus-gcc-flags-fix.patch
+/typhoeus-0.2.0.gem
diff --git a/rubygem-typhoeus.spec b/rubygem-typhoeus.spec
index 27a2bdc..a351d62 100644
--- a/rubygem-typhoeus.spec
+++ b/rubygem-typhoeus.spec
@@ -6,8 +6,8 @@
Summary: A library for interacting with web services at blinding speed
Name: rubygem-%{gemname}
-Version: 0.1.31
-Release: 3%{?dist}
+Version: 0.2.0
+Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://github.com/pauldix/typhoeus
@@ -124,6 +124,8 @@ rm -rf %{buildroot}
%files doc
%defattr(-, root, root, -)
%{geminstdir}/Rakefile
+%{geminstdir}/Gemfile
+%{geminstdir}/Gemfile.lock
%{geminstdir}/spec
%{geminstdir}/benchmarks
%{geminstdir}/examples
@@ -132,6 +134,9 @@ rm -rf %{buildroot}
%{gemdir}/doc/%{gemname}-%{version}
%changelog
+* Mon Jan 10 2011 Michal Fojtik <mfojtik@redhat.com> - 0.2.0-1
+- Version bump
+
* Thu Oct 14 2010 Michal Fojtik <mfojtik@redhat.com> - 0.1.31-3
- Preserved failing test files (thx. to mtasaka)
- Fixed macros usage
diff --git a/sources b/sources
index 9046ac7..c52730c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
f99f3c63d11d6779306b157ab9db3e1d typhoeus-0.1.31.gem
b5d51183aeb4b9b20f28542d37d9f148 rubygem-typhoeus-gcc-flags-fix.patch
+b4b8c00393d153caf00698f3090d4044 typhoeus-0.2.0.gem