Update to ActiveSupport 4.1.4

f38
Josef Stribny 11 years ago
parent 65e97967ca
commit a1b72085db

2
.gitignore vendored

@ -39,3 +39,5 @@ activesupport-2.3.8.gem
/activesupport-4.1.0.gem
/activesupport-4.1.1-tests.tgz
/activesupport-4.1.1.gem
/activesupport-4.1.4-tests.tgz
/activesupport-4.1.4.gem

@ -3,8 +3,8 @@
Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gem_name}
Epoch: 1
Version: 4.1.1
Release: 2%{?dist}
Version: 4.1.4
Release: 1%{?dist}
Group: Development/Languages
License: MIT
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
# git clone http://github.com/rails/rails.git
# cd rails/activesupport/
# git checkout v4.1.1
# tar czvf activesupport-4.1.1-tests.tgz test/
# git checkout v4.1.4
# tar czvf activesupport-4.1.4-tests.tgz test/
Source2: activesupport-%{version}-tests.tgz
# Removes code which breaks the test suite due to a
@ -41,7 +41,7 @@ BuildRequires: rubygem(builder)
BuildRequires: rubygem(dalli)
BuildRequires: rubygem(i18n) >= 0.6.9
BuildRequires: rubygem(i18n) < 1.0
BuildRequires: rubygem(minitest)
BuildRequires: rubygem(minitest) >= 5.0.0
BuildRequires: rubygem(mocha)
BuildRequires: rubygem(rack)
BuildRequires: rubygem(thread_safe)
@ -95,6 +95,9 @@ popd
%changelog
* Fri Jul 04 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.4-1
- Update to ActiveSupport 4.1.4
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

@ -1,2 +1,2 @@
c7d4c9073a0fd8abec6f6746b63dfa93 activesupport-4.1.1-tests.tgz
09abf2d8e8cbdda42593141bff2901d2 activesupport-4.1.1.gem
a73dac7641cb00f042169b0a1d1b53d3 activesupport-4.1.4-tests.tgz
77c0831ffa5ea70c6ffa7a8730ca33d6 activesupport-4.1.4.gem

Loading…
Cancel
Save