!3 [sync] PR-2: Upgrade to 5.2.4.4

From: @openeuler-sync-bot
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-02-19 14:21:53 +08:00 committed by Gitee
commit c5d00087e7
4 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
actioncable-5.2.4.4.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global gem_name actioncable %global gem_name actioncable
%global recompile_js 1 %global recompile_js 1
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 5.2.3 Version: 5.2.4.4
Release: 1 Release: 1
Summary: WebSocket framework for Rails Summary: WebSocket framework for Rails
License: MIT License: MIT
@ -58,7 +58,7 @@ mv test/subscription_adapter/postgresql_test.rb{,.disable}
REDIS_DIR=$(mktemp -d) REDIS_DIR=$(mktemp -d)
redis-server --dir $REDIS_DIR --pidfile $REDIS_DIR/redis.pid --daemonize yes redis-server --dir $REDIS_DIR --pidfile $REDIS_DIR/redis.pid --daemonize yes
ruby -Ilib:test -e 'Dir.glob "./test/**/*_test.rb", &method(:require)' ruby -Ilib:test -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
kill -INT $(cat $REDIS_DIR/redis.pid) kill -INT $(cat $REDIS_DIR/redis.pid) || echo end
popd popd
%files %files
@ -74,5 +74,8 @@ popd
%doc %{gem_instdir}/README.md %doc %{gem_instdir}/README.md
%changelog %changelog
* Mon Feb 8 2021 sunguoshuai <sunguoshuai@huawei.com> - 5.2.4.4-1
- Upgrade to 5.2.4.4
* Thu Aug 20 2020 shenleizhao <shenleizhao@huawei.com> - 5.2.3-1 * Thu Aug 20 2020 shenleizhao <shenleizhao@huawei.com> - 5.2.3-1
- package init - package init

Binary file not shown.