iget 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: af61d4624e95a554a2983e83395535f4e178b8e0dd5267cf2528203327700dba
4
- data.tar.gz: 70ee917a0c286bb0e1427584e93df11731166739ecd3e1972e7d1d8bbb2a06ff
3
+ metadata.gz: a14aaa908d016c3e03028be2b8793b7c57d781085a5bcfceba33661b9260fbdf
4
+ data.tar.gz: 7b0099edd5e0beba79bbffdeec9f54039840a383a3c71537121cae86676e8743
5
5
  SHA512:
6
- metadata.gz: '01915bd7026817cb0a97653a1e5894897fc1c935fc988bec109e9a45e96978526aa986a8623259595915e68e155debd816c9b3cf8d19c33c68dfb06a29b6d8fa'
7
- data.tar.gz: b5c6a5efea39a66d0e5e5bf5563666ccb21adf75ab2f206cd4a1040222e0b697371216c18041d1b741cc45ea8e8ecb0b93d008833575807f084c704015a324e3
6
+ metadata.gz: 7ec8a5acefffb3879e4efc302496e542ef3b3923b624be4ff2a05c4f07711bcadd8058fbd442217f5321e13f32e2305a19a09f24625ed9d059a2bdc4133a78d7
7
+ data.tar.gz: b8765e216c80a7a6451344b27a85c921188beb4483e4200863eec5a72c7f9824c432fa852f7f26479b58dd2e63dc4feda34b7652354af2eb0895387fbe20dafc
@@ -54,7 +54,10 @@
54
54
  <workItem from="1590658871593" duration="30000" />
55
55
  <workItem from="1590658903422" duration="525000" />
56
56
  <workItem from="1590659735142" duration="12000" />
57
- <workItem from="1590750850794" duration="966000" />
57
+ <workItem from="1590750850794" duration="2005000" />
58
+ <workItem from="1590809728483" duration="77000" />
59
+ <workItem from="1590811441610" duration="252000" />
60
+ <workItem from="1590986260144" duration="96000" />
58
61
  </task>
59
62
  <servers />
60
63
  </component>
@@ -18,7 +18,6 @@ module Iget
18
18
  def self.get
19
19
  if ARGV.count.positive?
20
20
  app = ARGV[0]
21
- puts "(Ruby)请输入要查找的APP: #{app}"
22
21
  else
23
22
  print '(Ruby)请输入要查找的APP: '
24
23
  app = $stdin.gets.chomp
@@ -43,7 +42,7 @@ module Iget
43
42
  puts "#{index} : #{item['trackCensoredName']}"
44
43
  end
45
44
 
46
- print "请输入要查找的项目(0到#{count - 1}): shu"
45
+ print "请输入要查找的项目(0到#{count - 1}): "
47
46
  select_num = $stdin.gets.chomp
48
47
  json = json['results'][select_num.to_i]
49
48
  puts "当前选中的是 : #{json['trackCensoredName']}"
@@ -1,3 +1,3 @@
1
1
  module Iget
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iget
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Billow Wang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-29 00:00:00.000000000 Z
11
+ date: 2020-06-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Write a longer description or delete this line.
14
14
  email: