summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-08-13 11:52:37 +0200
committerVít Ondruch <vondruch@redhat.com>2012-08-13 11:52:37 +0200
commitc2fe0adacd1da6a8bb0930e5eaf62219bb3058d3 (patch)
tree3a0be41a15a5fd4075dabdf8f52a49cd3a5db252
parent209ab143985bea3c62bbc05a0935f1cd10cd533e (diff)
downloadrubygem-activesupport-c2fe0adacd1da6a8bb0930e5eaf62219bb3058d3.tar.gz
rubygem-activesupport-c2fe0adacd1da6a8bb0930e5eaf62219bb3058d3.tar.xz
rubygem-activesupport-c2fe0adacd1da6a8bb0930e5eaf62219bb3058d3.zip
Update to ActiveSupport 3.2.8.
-rw-r--r--.gitignore2
-rw-r--r--activesupport-add-bigdecimal-dependency.patch4
-rw-r--r--rubygem-activesupport.spec9
-rw-r--r--sources4
4 files changed, 12 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index e43225a..545d14d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,5 @@ activesupport-2.3.8.gem
/activesupport-3.2.6.gem
/activesupport-3.2.7-tests.tgz
/activesupport-3.2.7.gem
+/activesupport-3.2.8-tests.tgz
+/activesupport-3.2.8.gem
diff --git a/activesupport-add-bigdecimal-dependency.patch b/activesupport-add-bigdecimal-dependency.patch
index 84b65e1..dd7a77e 100644
--- a/activesupport-add-bigdecimal-dependency.patch
+++ b/activesupport-add-bigdecimal-dependency.patch
@@ -1,5 +1,5 @@
---- a/specifications/activesupport-3.2.7.gemspec.orig 2012-07-18 14:52:50.000000000 +0200
-+++ b/specifications/activesupport-3.2.7.gemspec 2012-07-18 14:56:49.367668024 +0200
+--- a/specifications/activesupport-3.2.8.gemspec.orig 2012-07-18 14:52:50.000000000 +0200
++++ b/specifications/activesupport-3.2.8.gemspec 2012-07-18 14:56:49.367668024 +0200
@@ -20,13 +20,16 @@
s.specification_version = 3
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec
index 0d7a166..196bd85 100644
--- a/rubygem-activesupport.spec
+++ b/rubygem-activesupport.spec
@@ -6,7 +6,7 @@
Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 3.2.7
+Version: 3.2.8
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -18,8 +18,8 @@ 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.2.7
-# tar czvf activesupport-3.2.7-tests.tgz test/
+# git checkout v3.2.8
+# tar czvf activesupport-3.2.8-tests.tgz test/
Source2: activesupport-%{version}-tests.tgz
# Removes code which breaks the test suite due to a
@@ -106,6 +106,9 @@ popd
%changelog
+* Mon Aug 13 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.8-1
+- Update to ActiveSupport 3.2.8.
+
* Mon Jul 30 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.7-1
- Update to ActiveSupport 3.2.7.
diff --git a/sources b/sources
index 3044bf1..52deae7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5a106dae352061e5156da2073b0e0732 activesupport-3.2.7-tests.tgz
-4263954d6f93b44fadfe2c2718ab4e87 activesupport-3.2.7.gem
+3843e42e1b1e345a1767afac640c961c activesupport-3.2.8-tests.tgz
+65c4dc238e26ee7b92b705135452615e activesupport-3.2.8.gem