Update to ActiveSupport 4.1.1

f38
Josef Stribny 11 years ago
parent c642191393
commit 67d4e1c1f2

2
.gitignore vendored

@ -37,3 +37,5 @@ activesupport-2.3.8.gem
/activesupport-4.0.3.gem
/activesupport-4.1.0-tests.tgz
/activesupport-4.1.0.gem
/activesupport-4.1.1-tests.tgz
/activesupport-4.1.1.gem

@ -3,8 +3,8 @@
Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gem_name}
Epoch: 1
Version: 4.1.0
Release: 2%{?dist}
Version: 4.1.1
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.0.3
# tar czvf activesupport-4.0.3-tests.tgz test/
# git checkout v4.1.1
# tar czvf activesupport-4.1.1-tests.tgz test/
Source2: activesupport-%{version}-tests.tgz
# Removes code which breaks the test suite due to a
@ -95,6 +95,9 @@ popd
%changelog
* Thu May 22 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.1-1
- Update to ActiveSupport 4.1.1
* Thu Apr 17 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1

@ -1,2 +1,2 @@
ea70fc8cf8517eae0b07ef9bea03a6ad activesupport-4.1.0-tests.tgz
3be9c94b8776b8e70a8fd4b59e31b1b1 activesupport-4.1.0.gem
c7d4c9073a0fd8abec6f6746b63dfa93 activesupport-4.1.1-tests.tgz
09abf2d8e8cbdda42593141bff2901d2 activesupport-4.1.1.gem

Loading…
Cancel
Save