arb-xmu-course 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e85f64acb48eb553e908353453ac7e976cad47d6
4
- data.tar.gz: 74bcb5fbc624ad94e17a454676fbfe722f11a9d7
3
+ metadata.gz: 361f0d6bde4e550afe24f25c8cb928ebdc1ad104
4
+ data.tar.gz: 7224b4b6bdba9fcbaa40e677616c17dc50a83a9b
5
5
  SHA512:
6
- metadata.gz: 9451ef7d6f5710ecf9eb25544a690a65a4b6c972bee897eac0de1feea3b5ec0a1ecf974dc3ca40fcd6bc38550f029d034f09b22c75ad30a1ae79de14e68ea25c
7
- data.tar.gz: 3d59a5b48c0221a22976b296fd51bdacb36626dd0af1b56d7138d6d6bf3c7ab04116b87edd0c5a32581dc8e6ed3f4623d65a4c6de809dcf3f5f632215ead7a5d
6
+ metadata.gz: 3101f05a71ae23d393434a41e8779e6c18dad0d8ae1af0b78a3968a932dd31cd53548a7b23ffe31e733082596f4f33c1a0422a8f46d6fe59ea5ee2665a4c40bb
7
+ data.tar.gz: 27b95fcb7f6c0e6cc13be8f644f396a0281e4cfb63c9f0f99cf4f21679e640b61ca667edc03037988dc7612f65dafe6d85934bc9c92d9642b60654dc67ce807d
data/bin/arb-xmu-course CHANGED
@@ -127,8 +127,8 @@ def create_attempt_thread(max_interval, client, course, xxlx, lcid, &block)
127
127
  else
128
128
  $stdout.puts '', "课程:《#{course.name}》第#{count}次尝试选课失败,#{interval}秒后将重试。(错误信息:#{filter_text(res['message'])})", ''
129
129
  end
130
- exit if block.binding.local_variable_get(:opened_thread_count)-1==0
131
130
  end
131
+ exit if block.binding.local_variable_get(:opened_thread_count)-1==0
132
132
  end
133
133
  end
134
134
 
@@ -1,7 +1,7 @@
1
1
  module Arb
2
2
  module Xmu
3
3
  module Course
4
- VERSION = '2.0.0'
4
+ VERSION = '2.0.1'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arb-xmu-course
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - arybin