summaryrefslogtreecommitdiffstats
path: root/rubygem-typhoeus.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rubygem-typhoeus.spec')
-rw-r--r--rubygem-typhoeus.spec9
1 files changed, 7 insertions, 2 deletions
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