arb-bs 1.0.0 → 1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/bs_pic +2 -2
  3. data/lib/arb/bs/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3fee1fcde122cff7050d84adeee0089b80a7b59
4
- data.tar.gz: f54a5e8778a5718c7c88fb9b4f336bbf0ec1f423
3
+ metadata.gz: 52017c07125bec9888bf1b9121b0199c55739aed
4
+ data.tar.gz: 43c8a87e6718e1775600a85adab832fa9a27cd31
5
5
  SHA512:
6
- metadata.gz: a915ebb6fe64cf5579683cf1b32082cae589758534b423b9cfce73ef9c70c18f715d442f62283655497dfa9b2c404c88bf57269fdac44c9dd8c8ad0957ad434e
7
- data.tar.gz: 36f3da886a3eb1cff62adbd87aee7def07da9e37a8b62c8f3005ba6023a4444dc0d92ed3b049e4bd442108ed4f149e09051356e9fce551f11473c011cb24bbac
6
+ metadata.gz: e2ce1c9be04741b606be0049791db52e41370b377a3c1ac7a0748c71523ca7e83c094ec9638dd60db1a065dac64cba0fa5b8c33543d087dc2817f91763c5fc3d
7
+ data.tar.gz: dff05592efcd563db216a6adac9fb78b9b0cfc47730c67287712e2727f49849c540ae5311f47bacf1e7a68974d6ec90ff93cadc3524911b66bdc8fee51385f54
data/exe/bs_pic CHANGED
@@ -8,9 +8,9 @@ include Arb
8
8
  domain='www.budejie.com'
9
9
  map_file='map.txt'
10
10
  max_page=(ARGV[0] || 50).to_i
11
+ thread_count=(ARGV[1] || 3).to_i
11
12
  #Minimun idle time(in seconds) between two complete rounds.
12
- min_idle_time=(ARGV[1] || 600).to_i
13
- thread_count=(ARGV[2] || 3).to_i
13
+ min_idle_time=(ARGV[2] || 600).to_i
14
14
 
15
15
 
16
16
  File.open(map_file,'w+') unless File.exists? map_file
@@ -1,5 +1,5 @@
1
1
  module Arb
2
2
  module Bs
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arb-bs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - arybin