summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--rubygem-activesupport.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index ba33994..7cbb6a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,5 +23,5 @@ activesupport-2.3.8.gem
/activesupport-3.2.10.gem
/activesupport-3.2.11-tests.tgz
/activesupport-3.2.11.gem
-/activesupport-2.3.16-tests.tgz
-/activesupport-2.3.16.gem
+/activesupport-2.3.17-tests.tgz
+/activesupport-2.3.17.gem
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec
index 5dc8317..35b8f2f 100644
--- a/rubygem-activesupport.spec
+++ b/rubygem-activesupport.spec
@@ -9,7 +9,7 @@
Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 2.3.16
+Version: 2.3.17
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -21,8 +21,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 v2.3.16
-# tar czvf activesupport-2.3.16-tests.tgz test/
+# git checkout v2.3.17
+# tar czvf activesupport-2.3.17-tests.tgz test/
Source2: activesupport-%{version}-tests.tgz
# JSON tests fail without a3eaaf6b50b76a51080ec9ae6b217095868f3054
@@ -116,6 +116,9 @@ popd
%changelog
+* Tue Feb 12 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 1:2.3.17-1
+- Upgrade to ActiveSupport 2.3.17.
+
* Thu Feb 07 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 1:2.3.16-1
- Downgrade to ActiveSupport 2.3.16.
- RHEL 6 compatibility.
diff --git a/sources b/sources
index 4ee021b..0992833 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d704f24d6dbd23963c22fa6cbf837dd1 activesupport-2.3.16-tests.tgz
-e8110faabd5f937191585fb1b2986b17 activesupport-2.3.16.gem
+61be202e8dad8963dc68ff95df87a5f4 activesupport-2.3.17.gem
+54ccf53992ec52e113a345de7b6a8957 activesupport-2.3.17-tests.tgz