waylon-core 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -9
- data/bin/console +6 -1
- data/lib/waylon/base_component.rb +1 -1
- data/lib/waylon/version.rb +1 -1
- metadata +2 -3
- data/lib/waylon.rb +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 443bc0d5a5a87010e8c006d2882631ef323ed5c06ed343e6ca1f5cb080042c33
|
4
|
+
data.tar.gz: 10812a5cd59babb662a9ef73f0c68146c2e736605f383047e08150375057c78a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2a5f869c3bec9cac04882f15b6d5241468d88bdc2c6d3c205f6db920041f6837c719dbf21812fb450d4a1024819391cbbf184aece064a3eeebea2ef2d8dde22
|
7
|
+
data.tar.gz: de895fbc4f2718a3c5f016f3f76fbe6d2abcfa22885a2a0bfc84968c937a60403e7b8b2394e6e911bf170c05d6d075daa97588420eced57978b7dad157570991
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
waylon-core (0.1.
|
4
|
+
waylon-core (0.1.5)
|
5
5
|
addressable (~> 2.8)
|
6
6
|
faraday (~> 1.8)
|
7
7
|
i18n (~> 1.8)
|
@@ -35,8 +35,8 @@ GEM
|
|
35
35
|
faraday-em_synchrony (1.0.0)
|
36
36
|
faraday-excon (1.1.0)
|
37
37
|
faraday-httpclient (1.0.1)
|
38
|
-
faraday-multipart (1.0.
|
39
|
-
multipart-post (
|
38
|
+
faraday-multipart (1.0.4)
|
39
|
+
multipart-post (~> 2)
|
40
40
|
faraday-net_http (1.0.1)
|
41
41
|
faraday-net_http_persistent (1.2.0)
|
42
42
|
faraday-patron (1.0.0)
|
@@ -48,7 +48,7 @@ GEM
|
|
48
48
|
moneta (1.5.1)
|
49
49
|
mono_logger (1.1.1)
|
50
50
|
multi_json (1.15.0)
|
51
|
-
multipart-post (2.
|
51
|
+
multipart-post (2.2.0)
|
52
52
|
mustermann (1.1.1)
|
53
53
|
ruby2_keywords (~> 0.0.1)
|
54
54
|
nio4r (2.5.8)
|
@@ -58,7 +58,7 @@ GEM
|
|
58
58
|
public_suffix (4.0.7)
|
59
59
|
puma (5.6.4)
|
60
60
|
nio4r (~> 2.0)
|
61
|
-
rack (2.2.3)
|
61
|
+
rack (2.2.3.1)
|
62
62
|
rack-protection (2.2.0)
|
63
63
|
rack
|
64
64
|
rainbow (3.1.1)
|
@@ -66,7 +66,7 @@ GEM
|
|
66
66
|
redis (4.6.0)
|
67
67
|
redis-namespace (1.8.2)
|
68
68
|
redis (>= 3.0.4)
|
69
|
-
regexp_parser (2.
|
69
|
+
regexp_parser (2.5.0)
|
70
70
|
resque (2.2.1)
|
71
71
|
mono_logger (~> 1.0)
|
72
72
|
multi_json (~> 1.0)
|
@@ -86,13 +86,13 @@ GEM
|
|
86
86
|
diff-lcs (>= 1.2.0, < 2.0)
|
87
87
|
rspec-support (~> 3.11.0)
|
88
88
|
rspec-support (3.11.0)
|
89
|
-
rubocop (1.
|
89
|
+
rubocop (1.30.1)
|
90
90
|
parallel (~> 1.10)
|
91
91
|
parser (>= 3.1.0.0)
|
92
92
|
rainbow (>= 2.2.2, < 4.0)
|
93
93
|
regexp_parser (>= 1.8, < 3.0)
|
94
94
|
rexml (>= 3.2.5, < 4.0)
|
95
|
-
rubocop-ast (>= 1.
|
95
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
96
96
|
ruby-progressbar (~> 1.7)
|
97
97
|
unicode-display_width (>= 1.4.0, < 3.0)
|
98
98
|
rubocop-ast (1.18.0)
|
@@ -117,7 +117,7 @@ GEM
|
|
117
117
|
tilt (2.0.10)
|
118
118
|
unicode-display_width (2.1.0)
|
119
119
|
webrick (1.7.0)
|
120
|
-
yard (0.9.
|
120
|
+
yard (0.9.28)
|
121
121
|
webrick (~> 1.7.0)
|
122
122
|
|
123
123
|
PLATFORMS
|
data/bin/console
CHANGED
@@ -2,7 +2,12 @@
|
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require "bundler/setup"
|
5
|
-
require "waylon"
|
5
|
+
require "waylon/core"
|
6
|
+
require "waylon/skills/default"
|
7
|
+
require "waylon/skills/diagnostics"
|
8
|
+
require "waylon/skills/fun"
|
9
|
+
require "waylon/skills/groups"
|
10
|
+
require "waylon/skills/help"
|
6
11
|
|
7
12
|
# You can add fixtures and/or initialization code here to make experimenting
|
8
13
|
# with your gem easier. You can also use a different console, if you like.
|
@@ -46,7 +46,7 @@ module Waylon
|
|
46
46
|
@namespace || name.to_s.split("::").last.downcase
|
47
47
|
end
|
48
48
|
|
49
|
-
# Creates namespaced configuration keys for
|
49
|
+
# Creates namespaced configuration keys for BaseComponent subclasses
|
50
50
|
# @param (see Config#add_schema)
|
51
51
|
def config(key, default: nil, required: false, type: String)
|
52
52
|
conf = Config.instance
|
data/lib/waylon/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waylon-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Gnagy
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -246,7 +246,6 @@ files:
|
|
246
246
|
- Rakefile
|
247
247
|
- bin/console
|
248
248
|
- bin/setup
|
249
|
-
- lib/waylon.rb
|
250
249
|
- lib/waylon/base_component.rb
|
251
250
|
- lib/waylon/condition.rb
|
252
251
|
- lib/waylon/conditions/black_hole.rb
|