Update to 4.0.1

f38
Josef Stribny 11 years ago
parent 26b515ea82
commit dcbb475997

2
.gitignore vendored

@ -29,3 +29,5 @@ activesupport-2.3.8.gem
/activesupport-3.2.13.gem /activesupport-3.2.13.gem
/activesupport-4.0.0-tests.tgz /activesupport-4.0.0-tests.tgz
/activesupport-4.0.0.gem /activesupport-4.0.0.gem
/activesupport-4.0.1-tests.tgz
/activesupport-4.0.1.gem

@ -3,8 +3,8 @@
Summary: Support and utility classes used by the Rails framework Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Epoch: 1 Epoch: 1
Version: 4.0.0 Version: 4.0.1
Release: 2%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
URL: http://www.rubyonrails.org URL: http://www.rubyonrails.org
@ -15,8 +15,8 @@ Source0: http://rubygems.org/downloads/activesupport-%{version}.gem
# Rails rpms, you may check it out like so # Rails rpms, you may check it out like so
# git clone http://github.com/rails/rails.git # git clone http://github.com/rails/rails.git
# cd rails/activesupport/ # cd rails/activesupport/
# git checkout v4.0.0 # git checkout v4.0.1
# tar czvf activesupport-4.0.0-tests.tgz test/ # tar czvf activesupport-4.0.1-tests.tgz test/
Source2: activesupport-%{version}-tests.tgz Source2: activesupport-%{version}-tests.tgz
# Removes code which breaks the test suite due to a # Removes code which breaks the test suite due to a
@ -106,6 +106,9 @@ popd
%changelog %changelog
* Fri Aug 09 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.1-1
- Update to ActiveSupport 4.0.1
* Fri Aug 09 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-2 * Fri Aug 09 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-2
- Fix: add minitest to requires - Fix: add minitest to requires

@ -1,2 +1,2 @@
8d62bf5db98dbed8f854c0605d4f3685 activesupport-4.0.0-tests.tgz 4d73ffee017439e38d506f215d105d37 activesupport-4.0.1-tests.tgz
ef0727e4446ab141dfe3d350ec663c03 activesupport-4.0.0.gem 021f0a206650c1cfd72adb3ae28cfe81 activesupport-4.0.1.gem

Loading…
Cancel
Save