Update to ActiveSupport 3.2.11.

f38
Vít Ondruch 12 years ago
parent ecfe63bec5
commit d7750c1c48

2
.gitignore vendored

@ -21,3 +21,5 @@ activesupport-2.3.8.gem
/activesupport-3.2.8.gem
/activesupport-3.2.10-tests.tgz
/activesupport-3.2.10.gem
/activesupport-3.2.11-tests.tgz
/activesupport-3.2.11.gem

@ -1,5 +1,5 @@
--- a/specifications/activesupport-3.2.10.gemspec.orig 2012-07-18 14:52:50.000000000 +0200
+++ b/specifications/activesupport-3.2.10.gemspec 2012-07-18 14:56:49.367668024 +0200
--- a/specifications/activesupport-3.2.11.gemspec.orig 2012-07-18 14:52:50.000000000 +0200
+++ b/specifications/activesupport-3.2.11.gemspec 2012-07-18 14:56:49.367668024 +0200
@@ -20,13 +20,16 @@
s.specification_version = 4

@ -6,7 +6,7 @@
Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gem_name}
Epoch: 1
Version: 3.2.10
Version: 3.2.11
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.8
# tar czvf activesupport-3.2.8-tests.tgz test/
# git checkout v3.2.11
# tar czvf activesupport-3.2.11-tests.tgz test/
Source2: activesupport-%{version}-tests.tgz
# Removes code which breaks the test suite due to a
@ -111,6 +111,9 @@ popd
%changelog
* Wed Jan 09 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.11-1
- Update to ActiveSupport 3.2.11.
* Thu Jan 03 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.10-1
- Update to ActiveSupport 3.2.10.

@ -1,2 +1,2 @@
2043d7fa906c38e1ddbfab0df3d2a8cb activesupport-3.2.10-tests.tgz
740abd41291f2ca850ee3f578f1f65cc activesupport-3.2.10.gem
6c183693788f23559a36007169b3045e activesupport-3.2.11-tests.tgz
0111d422d20221093990bac0a0d3b447 activesupport-3.2.11.gem

Loading…
Cancel
Save