Update to 2.7.4

epel9
Josef Stribny 10 years ago
parent 5ce23700e7
commit 9b3cfe81a7

1
.gitignore vendored

@ -1,2 +1,3 @@
/dalli-2.6.4.gem /dalli-2.6.4.gem
/dalli-2.7.2.gem /dalli-2.7.2.gem
/dalli-2.7.4.gem

@ -4,8 +4,8 @@
%global enable_test 1 %global enable_test 1
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.7.2 Version: 2.7.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: High performance memcached client for Ruby Summary: High performance memcached client for Ruby
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
@ -57,10 +57,9 @@ cp -pa .%{gem_dir}/* \
pushd .%{gem_instdir} pushd .%{gem_instdir}
# connection_pool is not yet in Fedora # connection_pool is not yet in Fedora
sed -i -e '3d' test/test_active_support.rb sed -i -e '3d' test/test_active_support.rb
# There are 2 failures and 1 error regarding SALS sed -i -e '491,506d' test/test_active_support.rb
# https://github.com/mperham/dalli/issues/439
ruby -Ilib:test -e "Dir.glob('./test/test_*.rb').sort.each{ |x| require x }" \ ruby -Ilib:test -e "Dir.glob('./test/test_*.rb').sort.each{ |x| require x }"
| grep '.*121 runs, 15461 assertions, 2 failures, 1 errors, 0 skips.*'
popd popd
%endif %endif
@ -83,6 +82,9 @@ popd
%changelog %changelog
* Wed Mar 18 2015 Josef Stribny <jstribny@redhat.com> - 2.7.4-1
- Update to 2.7.4
* Mon Jun 16 2014 Josef Stribny <jstribny@redhat.com> - 2.7.2-2 * Mon Jun 16 2014 Josef Stribny <jstribny@redhat.com> - 2.7.2-2
- Fix the test the right way - Fix the test the right way

@ -1 +1 @@
186cd0c48c4c8453a8ae23f230032830 dalli-2.7.2.gem 5f2634df3a868fc68d99f34788c78945 dalli-2.7.4.gem

Loading…
Cancel
Save