waylon 0.1.3 → 0.1.4
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/.roxanne.yml +4 -0
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +40 -42
- data/LICENSE.txt +1 -1
- data/lib/waylon/version.rb +1 -1
- data/scripts/release.sh +7 -0
- data/scripts/test.sh +5 -0
- data/waylon.gemspec +1 -1
- metadata +9 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f40483f3e831a95dfccfc2768cdd6674781e0ad6194ec45f52202bd07bcb000
|
|
4
|
+
data.tar.gz: 1def965e452beff8e883b2bd31873ec5be5638ccd51369310951b7eeffec7610
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7dd0520ed45de33954ea5808deecf614151207f61729891e9b6e880525c88e3f26e496716489063954e95a49720f1fce78ec11d3dfcb95220dfff0dd147ccffc
|
|
7
|
+
data.tar.gz: 00e684929a55854ec1e8df0498734da196c94857f83f24e6aa989e18177375a3bcf9f7a07358d41389e1d802ccee17a8e8c87453dff108489430abaa7e92a6f6
|
data/.roxanne.yml
CHANGED
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
waylon (0.1.
|
|
4
|
+
waylon (0.1.4)
|
|
5
5
|
waylon-core (~> 0.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -10,10 +10,10 @@ GEM
|
|
|
10
10
|
addressable (2.8.0)
|
|
11
11
|
public_suffix (>= 2.0.2, < 5.0)
|
|
12
12
|
ast (2.4.2)
|
|
13
|
-
concurrent-ruby (1.1.
|
|
13
|
+
concurrent-ruby (1.1.10)
|
|
14
14
|
diff-lcs (1.5.0)
|
|
15
15
|
docile (1.4.0)
|
|
16
|
-
faraday (1.
|
|
16
|
+
faraday (1.10.0)
|
|
17
17
|
faraday-em_http (~> 1.0)
|
|
18
18
|
faraday-em_synchrony (~> 1.0)
|
|
19
19
|
faraday-excon (~> 1.1)
|
|
@@ -36,65 +36,64 @@ GEM
|
|
|
36
36
|
faraday-patron (1.0.0)
|
|
37
37
|
faraday-rack (1.0.0)
|
|
38
38
|
faraday-retry (1.0.3)
|
|
39
|
-
i18n (1.
|
|
39
|
+
i18n (1.10.0)
|
|
40
40
|
concurrent-ruby (~> 1.0)
|
|
41
|
-
json (2.6.
|
|
42
|
-
moneta (1.
|
|
41
|
+
json (2.6.2)
|
|
42
|
+
moneta (1.5.1)
|
|
43
43
|
mono_logger (1.1.1)
|
|
44
44
|
multi_json (1.15.0)
|
|
45
|
-
multipart-post (2.
|
|
45
|
+
multipart-post (2.2.0)
|
|
46
46
|
mustermann (1.1.1)
|
|
47
47
|
ruby2_keywords (~> 0.0.1)
|
|
48
48
|
nio4r (2.5.8)
|
|
49
|
-
parallel (1.
|
|
50
|
-
parser (3.1.
|
|
49
|
+
parallel (1.22.1)
|
|
50
|
+
parser (3.1.2.0)
|
|
51
51
|
ast (~> 2.4.1)
|
|
52
|
-
public_suffix (4.0.
|
|
53
|
-
puma (5.6.
|
|
52
|
+
public_suffix (4.0.7)
|
|
53
|
+
puma (5.6.4)
|
|
54
54
|
nio4r (~> 2.0)
|
|
55
|
-
rack (2.2.3)
|
|
56
|
-
rack-protection (2.
|
|
55
|
+
rack (2.2.3.1)
|
|
56
|
+
rack-protection (2.2.0)
|
|
57
57
|
rack
|
|
58
58
|
rainbow (3.1.1)
|
|
59
59
|
rake (13.0.6)
|
|
60
60
|
redis (4.6.0)
|
|
61
|
-
redis-namespace (1.8.
|
|
61
|
+
redis-namespace (1.8.2)
|
|
62
62
|
redis (>= 3.0.4)
|
|
63
|
-
regexp_parser (2.
|
|
64
|
-
resque (2.2.
|
|
63
|
+
regexp_parser (2.5.0)
|
|
64
|
+
resque (2.2.1)
|
|
65
65
|
mono_logger (~> 1.0)
|
|
66
66
|
multi_json (~> 1.0)
|
|
67
67
|
redis-namespace (~> 1.6)
|
|
68
68
|
sinatra (>= 0.9.2)
|
|
69
|
-
vegas (~> 0.1.2)
|
|
70
69
|
rexml (3.2.5)
|
|
71
|
-
rspec (3.
|
|
72
|
-
rspec-core (~> 3.
|
|
73
|
-
rspec-expectations (~> 3.
|
|
74
|
-
rspec-mocks (~> 3.
|
|
75
|
-
rspec-core (3.
|
|
76
|
-
rspec-support (~> 3.
|
|
77
|
-
rspec-expectations (3.
|
|
70
|
+
rspec (3.11.0)
|
|
71
|
+
rspec-core (~> 3.11.0)
|
|
72
|
+
rspec-expectations (~> 3.11.0)
|
|
73
|
+
rspec-mocks (~> 3.11.0)
|
|
74
|
+
rspec-core (3.11.0)
|
|
75
|
+
rspec-support (~> 3.11.0)
|
|
76
|
+
rspec-expectations (3.11.0)
|
|
78
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
79
|
-
rspec-support (~> 3.
|
|
80
|
-
rspec-mocks (3.
|
|
78
|
+
rspec-support (~> 3.11.0)
|
|
79
|
+
rspec-mocks (3.11.1)
|
|
81
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
82
|
-
rspec-support (~> 3.
|
|
83
|
-
rspec-support (3.
|
|
84
|
-
rubocop (1.
|
|
81
|
+
rspec-support (~> 3.11.0)
|
|
82
|
+
rspec-support (3.11.0)
|
|
83
|
+
rubocop (1.30.0)
|
|
85
84
|
parallel (~> 1.10)
|
|
86
85
|
parser (>= 3.1.0.0)
|
|
87
86
|
rainbow (>= 2.2.2, < 4.0)
|
|
88
87
|
regexp_parser (>= 1.8, < 3.0)
|
|
89
|
-
rexml
|
|
90
|
-
rubocop-ast (>= 1.
|
|
88
|
+
rexml (>= 3.2.5, < 4.0)
|
|
89
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
|
91
90
|
ruby-progressbar (~> 1.7)
|
|
92
91
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
93
|
-
rubocop-ast (1.
|
|
94
|
-
parser (>= 3.
|
|
92
|
+
rubocop-ast (1.18.0)
|
|
93
|
+
parser (>= 3.1.1.0)
|
|
95
94
|
rubocop-rake (0.6.0)
|
|
96
95
|
rubocop (~> 1.0)
|
|
97
|
-
rubocop-rspec (2.
|
|
96
|
+
rubocop-rspec (2.11.1)
|
|
98
97
|
rubocop (~> 1.19)
|
|
99
98
|
ruby-progressbar (1.11.0)
|
|
100
99
|
ruby2_keywords (0.0.5)
|
|
@@ -103,17 +102,15 @@ GEM
|
|
|
103
102
|
simplecov-html (~> 0.11)
|
|
104
103
|
simplecov_json_formatter (~> 0.1)
|
|
105
104
|
simplecov-html (0.12.3)
|
|
106
|
-
simplecov_json_formatter (0.1.
|
|
107
|
-
sinatra (2.
|
|
105
|
+
simplecov_json_formatter (0.1.4)
|
|
106
|
+
sinatra (2.2.0)
|
|
108
107
|
mustermann (~> 1.0)
|
|
109
108
|
rack (~> 2.2)
|
|
110
|
-
rack-protection (= 2.
|
|
109
|
+
rack-protection (= 2.2.0)
|
|
111
110
|
tilt (~> 2.0)
|
|
112
111
|
tilt (2.0.10)
|
|
113
112
|
unicode-display_width (2.1.0)
|
|
114
|
-
|
|
115
|
-
rack (>= 1.0.0)
|
|
116
|
-
waylon-core (0.1.3)
|
|
113
|
+
waylon-core (0.1.4)
|
|
117
114
|
addressable (~> 2.8)
|
|
118
115
|
faraday (~> 1.8)
|
|
119
116
|
i18n (~> 1.8)
|
|
@@ -122,11 +119,12 @@ GEM
|
|
|
122
119
|
puma (~> 5.5)
|
|
123
120
|
resque (~> 2.2)
|
|
124
121
|
webrick (1.7.0)
|
|
125
|
-
yard (0.9.
|
|
122
|
+
yard (0.9.28)
|
|
126
123
|
webrick (~> 1.7.0)
|
|
127
124
|
|
|
128
125
|
PLATFORMS
|
|
129
126
|
arm64-darwin-21
|
|
127
|
+
x86_64-linux
|
|
130
128
|
|
|
131
129
|
DEPENDENCIES
|
|
132
130
|
bundler (~> 2.3)
|
|
@@ -140,4 +138,4 @@ DEPENDENCIES
|
|
|
140
138
|
yard (~> 0.9, >= 0.9.27)
|
|
141
139
|
|
|
142
140
|
BUNDLED WITH
|
|
143
|
-
2.3.
|
|
141
|
+
2.3.10
|
data/LICENSE.txt
CHANGED
data/lib/waylon/version.rb
CHANGED
data/scripts/release.sh
ADDED
data/scripts/test.sh
ADDED
data/waylon.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.description = "Wrapper gem to ease the installation of the Waylon Bot Framework"
|
|
13
13
|
spec.homepage = "https://github.com/jgnagy/waylon"
|
|
14
14
|
spec.license = "MIT"
|
|
15
|
-
spec.required_ruby_version = "~> 3.
|
|
15
|
+
spec.required_ruby_version = "~> 3.1"
|
|
16
16
|
|
|
17
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
18
18
|
spec.metadata["source_code_uri"] = "https://github.com/jgnagy/waylon"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: waylon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Gnagy
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: waylon-core
|
|
@@ -162,6 +162,8 @@ files:
|
|
|
162
162
|
- Rakefile
|
|
163
163
|
- bin/setup
|
|
164
164
|
- lib/waylon/version.rb
|
|
165
|
+
- scripts/release.sh
|
|
166
|
+
- scripts/test.sh
|
|
165
167
|
- waylon.gemspec
|
|
166
168
|
homepage: https://github.com/jgnagy/waylon
|
|
167
169
|
licenses:
|
|
@@ -170,7 +172,7 @@ metadata:
|
|
|
170
172
|
homepage_uri: https://github.com/jgnagy/waylon
|
|
171
173
|
source_code_uri: https://github.com/jgnagy/waylon
|
|
172
174
|
changelog_uri: https://github.com/jgnagy/waylon/blob/main/CHANGELOG.md
|
|
173
|
-
post_install_message:
|
|
175
|
+
post_install_message:
|
|
174
176
|
rdoc_options: []
|
|
175
177
|
require_paths:
|
|
176
178
|
- lib
|
|
@@ -178,15 +180,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
178
180
|
requirements:
|
|
179
181
|
- - "~>"
|
|
180
182
|
- !ruby/object:Gem::Version
|
|
181
|
-
version: '3.
|
|
183
|
+
version: '3.1'
|
|
182
184
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
185
|
requirements:
|
|
184
186
|
- - ">="
|
|
185
187
|
- !ruby/object:Gem::Version
|
|
186
188
|
version: '0'
|
|
187
189
|
requirements: []
|
|
188
|
-
rubygems_version: 3.3.
|
|
189
|
-
signing_key:
|
|
190
|
+
rubygems_version: 3.3.7
|
|
191
|
+
signing_key:
|
|
190
192
|
specification_version: 4
|
|
191
193
|
summary: Wrapper gem for the Waylon Bot Framework
|
|
192
194
|
test_files: []
|