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 +4 -4
- data/.idea/workspace.xml +4 -1
- data/lib/iget.rb +1 -2
- data/lib/iget/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a14aaa908d016c3e03028be2b8793b7c57d781085a5bcfceba33661b9260fbdf
|
4
|
+
data.tar.gz: 7b0099edd5e0beba79bbffdeec9f54039840a383a3c71537121cae86676e8743
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ec8a5acefffb3879e4efc302496e542ef3b3923b624be4ff2a05c4f07711bcadd8058fbd442217f5321e13f32e2305a19a09f24625ed9d059a2bdc4133a78d7
|
7
|
+
data.tar.gz: b8765e216c80a7a6451344b27a85c921188beb4483e4200863eec5a72c7f9824c432fa852f7f26479b58dd2e63dc4feda34b7652354af2eb0895387fbe20dafc
|
data/.idea/workspace.xml
CHANGED
@@ -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="
|
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>
|
data/lib/iget.rb
CHANGED
@@ -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}):
|
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']}"
|
data/lib/iget/version.rb
CHANGED
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.
|
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-
|
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:
|