Update to ActiveSupport 3.0.15.

f38
Vít Ondruch 13 years ago
parent 112f5ae998
commit 7e51ad431b

2
.gitignore vendored

@ -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

@ -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

@ -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.

@ -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

Loading…
Cancel
Save