Update to Activesupport 5.0.0.1

f38
Pavel Valena 9 years ago
parent db0c33382b
commit 935b556e94

2
.gitignore vendored

@ -63,3 +63,5 @@ activesupport-2.3.8.gem
/activesupport-4.2.6.gem /activesupport-4.2.6.gem
/activesupport-5.0.0-tests.tgz /activesupport-5.0.0-tests.tgz
/activesupport-5.0.0.gem /activesupport-5.0.0.gem
/activesupport-5.0.0.1-tests.tgz
/activesupport-5.0.0.1.gem

@ -2,8 +2,8 @@
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Epoch: 1 Epoch: 1
Version: 5.0.0 Version: 5.0.0.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: A support libraries and Ruby core extensions extracted from the Rails framework Summary: A support libraries and Ruby core extensions extracted from the Rails framework
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
@ -14,7 +14,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{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 v5.0.0 && tar czvf activesupport-5.0.0-tests.tgz test/ # git checkout v5.0.0.1 && tar czvf activesupport-5.0.0.1-tests.tgz test/
Source1: %{gem_name}-%{version}-tests.tgz Source1: %{gem_name}-%{version}-tests.tgz
# Allow the test suite to be run out of Rails git repo layout # Allow the test suite to be run out of Rails git repo layout
@ -106,6 +106,9 @@ popd
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.rdoc
%changelog %changelog
* Mon Aug 15 2016 Pavel Valena <pvalena@redhat.com> - 1:5.0.0.1-1
- Update to Activesupport 5.0.0.1
* Wed Jul 27 2016 Vít Ondruch <vondruch@redhat.com> - 1:5.0.0-2 * Wed Jul 27 2016 Vít Ondruch <vondruch@redhat.com> - 1:5.0.0-2
- Fix missing epoch in -doc subpackage. - Fix missing epoch in -doc subpackage.

@ -1,2 +1,2 @@
a439ad20bd904f18028f7e01c1a5f47c activesupport-5.0.0-tests.tgz e1597d0affc66942ba3fdcc16698cd6e activesupport-5.0.0.1-tests.tgz
87d1eac5353d31abbd44b2c5a104174b activesupport-5.0.0.gem 6d32e369ae085c9ab628c909340d0fc2 activesupport-5.0.0.1.gem

Loading…
Cancel
Save