summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2011-08-22 14:36:30 +0200
committerVít Ondruch <vondruch@redhat.com>2011-08-22 14:36:30 +0200
commita701282e589024bebe824b033750c681328bfbb0 (patch)
tree8f3bc599e376d8bba7e95f1c434b6ff26eb4e22f
parent3787de8460896621a84151561d0cfc7116788431 (diff)
downloadrubygem-activesupport-a701282e589024bebe824b033750c681328bfbb0.tar.gz
rubygem-activesupport-a701282e589024bebe824b033750c681328bfbb0.tar.xz
rubygem-activesupport-a701282e589024bebe824b033750c681328bfbb0.zip
Update to ActiveSupport 3.0.10
-rw-r--r--.gitignore2
-rw-r--r--rubygem-activesupport.spec11
-rw-r--r--sources4
3 files changed, 11 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 8cd85d6..a4b1739 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ activesupport-2.3.8.gem
/activesupport-tests.tgz
/activesupport-3.0.9-tests.tgz
/activesupport-3.0.9.gem
+/activesupport-3.0.10-tests.tgz
+/activesupport-3.0.10.gem
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec
index e959d8c..7a2b31b 100644
--- a/rubygem-activesupport.spec
+++ b/rubygem-activesupport.spec
@@ -8,7 +8,7 @@
Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gemname}
Epoch: 1
-Version: 3.0.9
+Version: 3.0.10
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -20,9 +20,9 @@ Source0: http://rubygems.org/downloads/activesupport-%{version}.gem
# Rails rpms, you may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/activesupport/
-# git checkout v3.0.9
-# tar czvf activesupport-3.0.9-tests.tgz test/
-Source2: activesupport-3.0.9-tests.tgz
+# git checkout v3.0.10
+# tar czvf activesupport-3.0.10-tests.tgz test/
+Source2: activesupport-%{version}-tests.tgz
# Removes code which breaks the test suite due to a
# dependency on a file in the greater rails proj
@@ -89,6 +89,9 @@ popd
%changelog
+* Mon Aug 22 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.10-1
+- Update to ActiveSupport 3.0.10
+
* Fri Jul 01 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.9-1
- Update to ActiveSupport 3.0.9
- Changed %%define into %%global
diff --git a/sources b/sources
index 5d4b3bc..dc9ad9e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-85326238e675f127f22482144d85acdc activesupport-3.0.9-tests.tgz
-d24508b3985d4226d4ca1c88156aced9 activesupport-3.0.9.gem
+ab6e573a8424eda7ef4989d72881ad26 activesupport-3.0.10-tests.tgz
+a79c965ef7c6f40cc95011af8778ff0a activesupport-3.0.10.gem