Update to ActiveSupport 3.0.10

f38
Vít Ondruch 14 years ago
parent 3787de8460
commit a701282e58

2
.gitignore vendored

@ -5,3 +5,5 @@ activesupport-2.3.8.gem
/activesupport-tests.tgz /activesupport-tests.tgz
/activesupport-3.0.9-tests.tgz /activesupport-3.0.9-tests.tgz
/activesupport-3.0.9.gem /activesupport-3.0.9.gem
/activesupport-3.0.10-tests.tgz
/activesupport-3.0.10.gem

@ -8,7 +8,7 @@
Summary: Support and utility classes used by the Rails framework Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gemname} Name: rubygem-%{gemname}
Epoch: 1 Epoch: 1
Version: 3.0.9 Version: 3.0.10
Release: 1%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
@ -20,9 +20,9 @@ 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 v3.0.9 # git checkout v3.0.10
# tar czvf activesupport-3.0.9-tests.tgz test/ # tar czvf activesupport-3.0.10-tests.tgz test/
Source2: activesupport-3.0.9-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
# dependency on a file in the greater rails proj # dependency on a file in the greater rails proj
@ -89,6 +89,9 @@ popd
%changelog %changelog
* Mon Aug 22 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.10-1
- Update to ActiveSupport 3.0.10
* Fri Jul 01 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.9-1 * Fri Jul 01 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.9-1
- Update to ActiveSupport 3.0.9 - Update to ActiveSupport 3.0.9
- Changed %%define into %%global - Changed %%define into %%global

@ -1,2 +1,2 @@
85326238e675f127f22482144d85acdc activesupport-3.0.9-tests.tgz ab6e573a8424eda7ef4989d72881ad26 activesupport-3.0.10-tests.tgz
d24508b3985d4226d4ca1c88156aced9 activesupport-3.0.9.gem a79c965ef7c6f40cc95011af8778ff0a activesupport-3.0.10.gem

Loading…
Cancel
Save