diff --git a/actioncable-5.2.3.gem b/actioncable-5.2.3.gem deleted file mode 100644 index a85488c675589f3e8f3708fc7cb6e4f6f2d58e23..0000000000000000000000000000000000000000 Binary files a/actioncable-5.2.3.gem and /dev/null differ diff --git a/actioncable-5.2.4.4.gem b/actioncable-5.2.4.4.gem new file mode 100644 index 0000000000000000000000000000000000000000..2080033d847253798c97f806dd2b8dcee83d759d Binary files /dev/null and b/actioncable-5.2.4.4.gem differ diff --git a/rubygem-actioncable.spec b/rubygem-actioncable.spec index 1986d822e5521902905a3d577ecf1b6ae2b993df..65ff665b36df131c142d6847d33eae0c72dceafa 100644 --- a/rubygem-actioncable.spec +++ b/rubygem-actioncable.spec @@ -1,7 +1,7 @@ %global gem_name actioncable %global recompile_js 1 Name: rubygem-%{gem_name} -Version: 5.2.3 +Version: 5.2.4.4 Release: 1 Summary: WebSocket framework for Rails License: MIT @@ -58,7 +58,7 @@ mv test/subscription_adapter/postgresql_test.rb{,.disable} REDIS_DIR=$(mktemp -d) redis-server --dir $REDIS_DIR --pidfile $REDIS_DIR/redis.pid --daemonize yes 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 %files @@ -74,5 +74,8 @@ popd %doc %{gem_instdir}/README.md %changelog +* Mon Feb 8 2021 sunguoshuai - 5.2.4.4-1 +- Upgrade to 5.2.4.4 + * Thu Aug 20 2020 shenleizhao - 5.2.3-1 - package init diff --git a/v5.2.3.tar.gz b/v5.2.4.4.tar.gz similarity index 56% rename from v5.2.3.tar.gz rename to v5.2.4.4.tar.gz index 1d7dd900dbdee0850c4cc119a76c319eb7562d0b..6191daf33e0601a05f29c470eca8d428974f5e8e 100644 Binary files a/v5.2.3.tar.gz and b/v5.2.4.4.tar.gz differ