yk_command 0.4.0 → 0.4.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 +4 -4
- data/.idea/yk_command.iml +5 -5
- data/Gemfile.lock +1 -11
- data/lib/yk_command/commands.rb +0 -1
- data/lib/yk_command/version.rb +1 -1
- data/yk_command.gemspec +0 -1
- metadata +1 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 777b8b6ef14d193b4010cbcafbda8210598fd9c8fe79c9e1864c5b82f8041ef4
|
|
4
|
+
data.tar.gz: e8fd13cc46fc3e19c9121721de5b2a338b003391b2c2b7f785a32d57704ffba7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee63ae78f2527065b52d46f3d27c5d75ea24c390e7be98a6157229af99aa245d571b4ba48d23b5dc1576b2fb28fc6078bf459529f7296eb8a435c8def6c352a9
|
|
7
|
+
data.tar.gz: f482b1333b88513ee159d2042c5acc2d4976adac366d2221e547871fb62bc5e24c587ae24ae5c1e3276801066818a6bf4b7893042f8be19e7a2804aeda998b58
|
data/.idea/yk_command.iml
CHANGED
|
@@ -80,21 +80,21 @@
|
|
|
80
80
|
<option name="myRootTask">
|
|
81
81
|
<RakeTaskImpl id="rake">
|
|
82
82
|
<subtasks>
|
|
83
|
-
<RakeTaskImpl description="Build yk_command-0.
|
|
83
|
+
<RakeTaskImpl description="Build yk_command-0.4.0.gem into the pkg directory" fullCommand="build" id="build" />
|
|
84
84
|
<RakeTaskImpl id="build">
|
|
85
85
|
<subtasks>
|
|
86
|
-
<RakeTaskImpl description="Generate SHA512 checksum if yk_command-0.
|
|
86
|
+
<RakeTaskImpl description="Generate SHA512 checksum if yk_command-0.4.0.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
|
|
87
87
|
</subtasks>
|
|
88
88
|
</RakeTaskImpl>
|
|
89
89
|
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
|
90
90
|
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
|
91
|
-
<RakeTaskImpl description="Build and install yk_command-0.
|
|
91
|
+
<RakeTaskImpl description="Build and install yk_command-0.4.0.gem into system gems" fullCommand="install" id="install" />
|
|
92
92
|
<RakeTaskImpl id="install">
|
|
93
93
|
<subtasks>
|
|
94
|
-
<RakeTaskImpl description="Build and install yk_command-0.
|
|
94
|
+
<RakeTaskImpl description="Build and install yk_command-0.4.0.gem into system gems without network access" fullCommand="install:local" id="local" />
|
|
95
95
|
</subtasks>
|
|
96
96
|
</RakeTaskImpl>
|
|
97
|
-
<RakeTaskImpl description="Create tag v0.
|
|
97
|
+
<RakeTaskImpl description="Create tag v0.4.0 and build and push yk_command-0.4.0.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
|
98
98
|
<RakeTaskImpl description="" fullCommand="default" id="default" />
|
|
99
99
|
<RakeTaskImpl description="" fullCommand="release" id="release" />
|
|
100
100
|
<RakeTaskImpl id="release">
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
yk_command (0.4.
|
|
5
|
-
async
|
|
4
|
+
yk_command (0.4.1)
|
|
6
5
|
bundler
|
|
7
6
|
colored
|
|
8
7
|
git
|
|
@@ -28,10 +27,6 @@ GEM
|
|
|
28
27
|
httpclient (~> 2.8, >= 2.8.3)
|
|
29
28
|
json (>= 1.5.1)
|
|
30
29
|
ast (2.4.2)
|
|
31
|
-
async (1.30.2)
|
|
32
|
-
console (~> 1.10)
|
|
33
|
-
nio4r (~> 2.3)
|
|
34
|
-
timers (~> 4.1)
|
|
35
30
|
atomos (0.1.3)
|
|
36
31
|
claide (1.1.0)
|
|
37
32
|
cocoapods (1.11.3)
|
|
@@ -74,14 +69,11 @@ GEM
|
|
|
74
69
|
colored (1.2)
|
|
75
70
|
colored2 (3.1.2)
|
|
76
71
|
concurrent-ruby (1.1.10)
|
|
77
|
-
console (1.15.0)
|
|
78
|
-
fiber-local
|
|
79
72
|
diff-lcs (1.5.0)
|
|
80
73
|
escape (0.0.4)
|
|
81
74
|
ethon (0.15.0)
|
|
82
75
|
ffi (>= 1.15.0)
|
|
83
76
|
ffi (1.15.5)
|
|
84
|
-
fiber-local (1.0.0)
|
|
85
77
|
fourflusher (2.3.1)
|
|
86
78
|
fuzzy_match (2.0.4)
|
|
87
79
|
gh_inspector (1.1.3)
|
|
@@ -106,7 +98,6 @@ GEM
|
|
|
106
98
|
nanaimo (0.3.0)
|
|
107
99
|
nap (1.1.0)
|
|
108
100
|
netrc (0.11.0)
|
|
109
|
-
nio4r (2.5.8)
|
|
110
101
|
parallel (1.21.0)
|
|
111
102
|
parser (2.7.2.0)
|
|
112
103
|
ast (~> 2.4.1)
|
|
@@ -144,7 +135,6 @@ GEM
|
|
|
144
135
|
unicode-display_width (>= 1.1.1, < 3)
|
|
145
136
|
thor (1.2.1)
|
|
146
137
|
thread_safe (0.3.6)
|
|
147
|
-
timers (4.3.3)
|
|
148
138
|
typhoeus (1.4.0)
|
|
149
139
|
ethon (>= 0.9.0)
|
|
150
140
|
tzinfo (1.2.9)
|
data/lib/yk_command/commands.rb
CHANGED
data/lib/yk_command/version.rb
CHANGED
data/yk_command.gemspec
CHANGED
|
@@ -51,7 +51,6 @@ Gem::Specification.new do |spec|
|
|
|
51
51
|
spec.add_dependency 'pathname'
|
|
52
52
|
spec.add_dependency 'httparty'
|
|
53
53
|
spec.add_dependency 'gitlab'
|
|
54
|
-
spec.add_dependency 'async'
|
|
55
54
|
# For more information and examples about making a new gem, checkout our
|
|
56
55
|
# guide at: https://bundler.io/guides/creating_gem.html
|
|
57
56
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yk_command
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Major Tom
|
|
@@ -262,20 +262,6 @@ dependencies:
|
|
|
262
262
|
- - ">="
|
|
263
263
|
- !ruby/object:Gem::Version
|
|
264
264
|
version: '0'
|
|
265
|
-
- !ruby/object:Gem::Dependency
|
|
266
|
-
name: async
|
|
267
|
-
requirement: !ruby/object:Gem::Requirement
|
|
268
|
-
requirements:
|
|
269
|
-
- - ">="
|
|
270
|
-
- !ruby/object:Gem::Version
|
|
271
|
-
version: '0'
|
|
272
|
-
type: :runtime
|
|
273
|
-
prerelease: false
|
|
274
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
275
|
-
requirements:
|
|
276
|
-
- - ">="
|
|
277
|
-
- !ruby/object:Gem::Version
|
|
278
|
-
version: '0'
|
|
279
265
|
description: a longer description or delete this line.
|
|
280
266
|
email:
|
|
281
267
|
- v2top1@163.com
|