lex-sleepiq 0.1.0 → 0.1.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/.rubocop.yml +1 -0
- data/Gemfile.lock +31 -28
- data/legion-extensions-sleepiq.gemspec +0 -1
- data/lib/legion/extensions/sleepiq/helpers/client.rb +2 -2
- data/lib/legion/extensions/sleepiq/version.rb +1 -1
- metadata +7 -15
- data/.idea/.rakeTasks +0 -7
- data/.idea/lex-sleepiq.iml +0 -45
- data/.idea/misc.xml +0 -7
- data/.idea/modules.xml +0 -8
- data/.idea/vagrant.xml +0 -7
- data/.idea/workspace.xml +0 -13
- data/bin/console +0 -14
- data/bin/setup +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bb30439dd7a7d1288adb593aa03144d863259b554d8299979136aded4f10e92
|
|
4
|
+
data.tar.gz: a89e39cb3854e5be179f14babd8d80040063fdab1a9c43e377928ca1aea98a34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1df402c968d79d90562b3bbb4d5175131e4c03f2b85a8abb3fe084ba1d6d4ddb25082fd2e919cd72b5745ddc93d45cb9a68a1110fdc439f9eae2dd4d13927282
|
|
7
|
+
data.tar.gz: 871c5cab7c980fe3b8fad439bfbeb52ede1a2c33a7196058d5ea091eadb35541260bd7107a9bae2d3a18add5b26e9edf34d5870e1331148cd89dde78ae044bb5
|
data/.rubocop.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,62 +1,66 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
lex-sleepiq (0.1.
|
|
4
|
+
lex-sleepiq (0.1.1)
|
|
5
5
|
sleepiq
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
ast (2.4.
|
|
11
|
-
codecov (0.
|
|
10
|
+
ast (2.4.1)
|
|
11
|
+
codecov (0.2.2)
|
|
12
|
+
colorize
|
|
12
13
|
json
|
|
13
14
|
simplecov
|
|
14
|
-
|
|
15
|
+
colorize (0.8.1)
|
|
15
16
|
dalli (2.7.10)
|
|
16
|
-
diff-lcs (1.
|
|
17
|
+
diff-lcs (1.4.4)
|
|
17
18
|
docile (1.3.2)
|
|
18
|
-
faraday (0.
|
|
19
|
+
faraday (1.0.1)
|
|
19
20
|
multipart-post (>= 1.2, < 3)
|
|
20
|
-
faraday_middleware (0.
|
|
21
|
-
faraday (
|
|
22
|
-
|
|
23
|
-
json (2.3.0)
|
|
21
|
+
faraday_middleware (1.0.0)
|
|
22
|
+
faraday (~> 1.0)
|
|
23
|
+
json (2.3.1)
|
|
24
24
|
multipart-post (2.1.1)
|
|
25
|
-
parallel (1.19.
|
|
26
|
-
parser (2.7.
|
|
27
|
-
ast (~> 2.4.
|
|
25
|
+
parallel (1.19.2)
|
|
26
|
+
parser (2.7.1.4)
|
|
27
|
+
ast (~> 2.4.1)
|
|
28
28
|
rainbow (3.0.0)
|
|
29
29
|
rake (13.0.1)
|
|
30
|
+
regexp_parser (1.7.1)
|
|
30
31
|
rexml (3.2.4)
|
|
31
32
|
rspec (3.9.0)
|
|
32
33
|
rspec-core (~> 3.9.0)
|
|
33
34
|
rspec-expectations (~> 3.9.0)
|
|
34
35
|
rspec-mocks (~> 3.9.0)
|
|
35
|
-
rspec-core (3.9.
|
|
36
|
-
rspec-support (~> 3.9.
|
|
37
|
-
rspec-expectations (3.9.
|
|
36
|
+
rspec-core (3.9.2)
|
|
37
|
+
rspec-support (~> 3.9.3)
|
|
38
|
+
rspec-expectations (3.9.2)
|
|
38
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
39
40
|
rspec-support (~> 3.9.0)
|
|
40
41
|
rspec-mocks (3.9.1)
|
|
41
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
42
43
|
rspec-support (~> 3.9.0)
|
|
43
|
-
rspec-support (3.9.
|
|
44
|
+
rspec-support (3.9.3)
|
|
44
45
|
rspec_junit_formatter (0.4.1)
|
|
45
46
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
46
|
-
rubocop (0.
|
|
47
|
-
jaro_winkler (~> 1.5.1)
|
|
47
|
+
rubocop (0.88.0)
|
|
48
48
|
parallel (~> 1.10)
|
|
49
|
-
parser (>= 2.7.
|
|
49
|
+
parser (>= 2.7.1.1)
|
|
50
50
|
rainbow (>= 2.2.2, < 4.0)
|
|
51
|
+
regexp_parser (>= 1.7)
|
|
51
52
|
rexml
|
|
53
|
+
rubocop-ast (>= 0.1.0, < 1.0)
|
|
52
54
|
ruby-progressbar (~> 1.7)
|
|
53
|
-
unicode-display_width (>= 1.4.0, <
|
|
54
|
-
rubocop-
|
|
55
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
|
56
|
+
rubocop-ast (0.2.0)
|
|
57
|
+
parser (>= 2.7.0.1)
|
|
58
|
+
rubocop-md (0.4.0)
|
|
55
59
|
rubocop (~> 0.60)
|
|
56
|
-
rubocop-performance (1.
|
|
57
|
-
rubocop (>= 0.
|
|
58
|
-
rubocop-rspec (1.
|
|
59
|
-
rubocop (>= 0.
|
|
60
|
+
rubocop-performance (1.7.1)
|
|
61
|
+
rubocop (>= 0.82.0)
|
|
62
|
+
rubocop-rspec (1.42.0)
|
|
63
|
+
rubocop (>= 0.87.0)
|
|
60
64
|
ruby-progressbar (1.10.1)
|
|
61
65
|
simplecov (0.18.5)
|
|
62
66
|
docile (~> 1.1)
|
|
@@ -68,8 +72,7 @@ GEM
|
|
|
68
72
|
faraday_middleware
|
|
69
73
|
thor
|
|
70
74
|
thor (1.0.1)
|
|
71
|
-
unicode-display_width (1.
|
|
72
|
-
url (0.3.2)
|
|
75
|
+
unicode-display_width (1.7.0)
|
|
73
76
|
|
|
74
77
|
PLATFORMS
|
|
75
78
|
ruby
|
|
@@ -20,7 +20,6 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
|
21
21
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
22
22
|
end
|
|
23
|
-
spec.bindir = 'exe'
|
|
24
23
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
25
24
|
spec.require_paths = ['lib']
|
|
26
25
|
|
|
@@ -30,11 +30,11 @@ module Legion::Extensions::Sleepiq
|
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
def username(**opts)
|
|
33
|
-
@username = find_setting('username', opts)
|
|
33
|
+
@username = find_setting('username', **opts)
|
|
34
34
|
end
|
|
35
35
|
|
|
36
36
|
def password(**opts)
|
|
37
|
-
@password = find_setting('password', opts)
|
|
37
|
+
@password = find_setting('password', **opts)
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lex-sleepiq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esity
|
|
8
|
-
autorequire:
|
|
9
|
-
bindir:
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -159,12 +159,6 @@ extra_rdoc_files: []
|
|
|
159
159
|
files:
|
|
160
160
|
- ".circleci/config.yml"
|
|
161
161
|
- ".gitignore"
|
|
162
|
-
- ".idea/.rakeTasks"
|
|
163
|
-
- ".idea/lex-sleepiq.iml"
|
|
164
|
-
- ".idea/misc.xml"
|
|
165
|
-
- ".idea/modules.xml"
|
|
166
|
-
- ".idea/vagrant.xml"
|
|
167
|
-
- ".idea/workspace.xml"
|
|
168
162
|
- ".rspec"
|
|
169
163
|
- ".rubocop.yml"
|
|
170
164
|
- Gemfile
|
|
@@ -172,8 +166,6 @@ files:
|
|
|
172
166
|
- LICENSE.txt
|
|
173
167
|
- README.md
|
|
174
168
|
- Rakefile
|
|
175
|
-
- bin/console
|
|
176
|
-
- bin/setup
|
|
177
169
|
- legion-extensions-sleepiq.gemspec
|
|
178
170
|
- lib/legion/extensions/sleepiq.rb
|
|
179
171
|
- lib/legion/extensions/sleepiq/actors/poll.rb
|
|
@@ -191,7 +183,7 @@ metadata:
|
|
|
191
183
|
homepage_uri: https://bitbucket.org/legion-io/lex-sleepiq
|
|
192
184
|
source_code_uri: https://bitbucket.org/legion-io/lex-sleepiq
|
|
193
185
|
changelog_uri: https://bitbucket.org/legion-io/lex-sleepiq/CHANGELOG.md
|
|
194
|
-
post_install_message:
|
|
186
|
+
post_install_message:
|
|
195
187
|
rdoc_options: []
|
|
196
188
|
require_paths:
|
|
197
189
|
- lib
|
|
@@ -206,8 +198,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
206
198
|
- !ruby/object:Gem::Version
|
|
207
199
|
version: '0'
|
|
208
200
|
requirements: []
|
|
209
|
-
rubygems_version: 3.
|
|
210
|
-
signing_key:
|
|
201
|
+
rubygems_version: 3.1.2
|
|
202
|
+
signing_key:
|
|
211
203
|
specification_version: 4
|
|
212
204
|
summary: LEX::SleepIQ
|
|
213
205
|
test_files: []
|
data/.idea/.rakeTasks
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Settings><!--This file was automatically generated by Ruby plugin.
|
|
3
|
-
You are allowed to:
|
|
4
|
-
1. Remove rake task
|
|
5
|
-
2. Add existing rake tasks
|
|
6
|
-
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build lex-sleepiq-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install lex-sleepiq-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install lex-sleepiq-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push lex-sleepiq-0.1.0.gem to rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|
data/.idea/lex-sleepiq.iml
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
|
3
|
-
<component name="ModuleRunConfigurationManager">
|
|
4
|
-
<shared />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="NewModuleRootManager">
|
|
7
|
-
<content url="file://$MODULE_DIR$" />
|
|
8
|
-
<orderEntry type="inheritedJdk" />
|
|
9
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
10
|
-
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
11
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.1.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
12
|
-
<orderEntry type="library" scope="PROVIDED" name="chef (v15.8.23, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
13
|
-
<orderEntry type="library" scope="PROVIDED" name="codecov (v0.1.16, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
14
|
-
<orderEntry type="library" scope="PROVIDED" name="dalli (v2.7.10, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
15
|
-
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="docile (v1.3.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="faraday (v0.17.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
18
|
-
<orderEntry type="library" scope="PROVIDED" name="faraday_middleware (v0.14.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
19
|
-
<orderEntry type="library" scope="PROVIDED" name="jaro_winkler (v1.5.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
20
|
-
<orderEntry type="library" scope="PROVIDED" name="json (v2.3.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
21
|
-
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.1.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
22
|
-
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.19.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
23
|
-
<orderEntry type="library" scope="PROVIDED" name="parser (v2.7.0.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
24
|
-
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.0.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
25
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v13.0.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
26
|
-
<orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
27
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.9.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
28
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.9.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
29
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.9.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
30
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.9.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
31
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.9.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
32
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec_junit_formatter (v0.4.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
33
|
-
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.80.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
34
|
-
<orderEntry type="library" scope="PROVIDED" name="rubocop-md (v0.3.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
35
|
-
<orderEntry type="library" scope="PROVIDED" name="rubocop-performance (v1.5.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
36
|
-
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v1.38.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
37
|
-
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.10.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
38
|
-
<orderEntry type="library" scope="PROVIDED" name="simplecov (v0.18.5, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
39
|
-
<orderEntry type="library" scope="PROVIDED" name="simplecov-html (v0.12.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
40
|
-
<orderEntry type="library" scope="PROVIDED" name="sleepiq (v0.2.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
41
|
-
<orderEntry type="library" scope="PROVIDED" name="thor (v1.0.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
42
|
-
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.6.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
43
|
-
<orderEntry type="library" scope="PROVIDED" name="url (v0.3.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
44
|
-
</component>
|
|
45
|
-
</module>
|
data/.idea/misc.xml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="JavaScriptSettings">
|
|
4
|
-
<option name="languageLevel" value="ES6" />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.6.3" project-jdk-type="RUBY_SDK" />
|
|
7
|
-
</project>
|
data/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/lex-sleepiq.iml" filepath="$PROJECT_DIR$/.idea/lex-sleepiq.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
data/.idea/vagrant.xml
DELETED
data/.idea/workspace.xml
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="CoverageOptionsProvider">
|
|
4
|
-
<option name="myAddOrReplace" value="0" />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="Git.Settings">
|
|
7
|
-
<option name="PUSH_AUTO_UPDATE" value="true" />
|
|
8
|
-
<option name="ROOT_SYNC" value="DONT_SYNC" />
|
|
9
|
-
</component>
|
|
10
|
-
<component name="PropertiesComponent">
|
|
11
|
-
<property name="settings.editor.selected.configurable" value="reference.settingsdialog.project.vagrant" />
|
|
12
|
-
</component>
|
|
13
|
-
</project>
|
data/bin/console
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
require 'bundler/setup'
|
|
4
|
-
require 'legion/extensions/sleepiq'
|
|
5
|
-
|
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
-
|
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
-
# require "pry"
|
|
11
|
-
# Pry.start
|
|
12
|
-
|
|
13
|
-
require 'irb'
|
|
14
|
-
IRB.start(__FILE__)
|