summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-06-15 13:48:40 +0200
committerVít Ondruch <vondruch@redhat.com>2012-06-15 13:48:40 +0200
commit7e51ad431bcd04ef6756ff062ba683e3b1201c59 (patch)
tree78b9ea36474dbfb0ba9c2667aec58acf6d315072
parent112f5ae9980fc9add4e58b156af6f5d01294c682 (diff)
downloadrubygem-activesupport-7e51ad431bcd04ef6756ff062ba683e3b1201c59.tar.gz
rubygem-activesupport-7e51ad431bcd04ef6756ff062ba683e3b1201c59.tar.xz
rubygem-activesupport-7e51ad431bcd04ef6756ff062ba683e3b1201c59.zip
Update to ActiveSupport 3.0.15.
-rw-r--r--.gitignore2
-rw-r--r--activesupport-add-bigdecimal-dependency.patch6
-rw-r--r--rubygem-activesupport.spec9
-rw-r--r--sources4
4 files changed, 13 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 7bed4f4..bec48ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ activesupport-2.3.8.gem
/activesupport-3.0.11.gem
/activesupport-3.0.13-tests.tgz
/activesupport-3.0.13.gem
+/activesupport-3.0.15-tests.tgz
+/activesupport-3.0.15.gem
diff --git a/activesupport-add-bigdecimal-dependency.patch b/activesupport-add-bigdecimal-dependency.patch
index b3d24db..d778349 100644
--- a/activesupport-add-bigdecimal-dependency.patch
+++ b/activesupport-add-bigdecimal-dependency.patch
@@ -1,7 +1,7 @@
-diff --git a/specifications/activesupport-3.0.13.gemspec.orig b/specifications/activesupport-3.0.13.gemspec
+diff --git a/specifications/activesupport-3.0.15.gemspec.orig b/specifications/activesupport-3.0.15.gemspec
index 0277593..ef9b71d 100644
---- a/specifications/activesupport-3.0.13.gemspec.orig
-+++ b/specifications/activesupport-3.0.13.gemspec
+--- a/specifications/activesupport-3.0.15.gemspec.orig
++++ b/specifications/activesupport-3.0.15.gemspec
@@ -20,8 +20,11 @@ Gem::Specification.new do |s|
s.specification_version = 3
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec
index 6b0b446..ea16356 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.0.13
+Version: 3.0.15
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.0.13
-# tar czvf activesupport-3.0.13-tests.tgz test/
+# git checkout v3.0.15
+# tar czvf activesupport-3.0.15-tests.tgz test/
Source2: activesupport-%{version}-tests.tgz
# Removes code which breaks the test suite due to a
@@ -103,6 +103,9 @@ popd
%changelog
+* Fri Jun 15 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.15-1
+- Update to ActiveSupport 3.0.15.
+
* Fri Jun 01 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.13-1
- Update to ActiveSupport 3.0.13.
diff --git a/sources b/sources
index 5e7b2cf..bb7c4c9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-851a9bccf9699e1a5a60888b2851f362 activesupport-3.0.13-tests.tgz
-9f84d4c31709f79fd6e12aa89e8b8162 activesupport-3.0.13.gem
+41a6183b39b1a04013ca690f759d704e activesupport-3.0.15-tests.tgz
+71a4c80bc0a267e558dd6d217a993d3a activesupport-3.0.15.gem