waylon 0.2.5 → 0.2.6
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/Gemfile.lock +4 -4
- data/exe/waylon +1 -1
- data/waylon.gemspec +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: ef04fed54f31681d4ac7c33c37b8b41b80415cc8d5781d2c6e8cac36a646c29d
|
4
|
+
data.tar.gz: d22ec16815e987e6a1d592f85ec2d84a4109b8bafd9a877a51b416836ef36aff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9fbb6545f476447a9685f12f16f232855ded4611b06789396d90ec2cbda4d98748d03e10f975e4a17a4b6aa11f8962ddd1a99cc91b621b2cc134242ae5b4a29
|
7
|
+
data.tar.gz: 527269c90a2ce157cc22e1c8b2a822ece30646f6258861c60a0f38a4a074fe6a7b75f7fc4d64ddd81477b3c0b28ab1fafec3b181109c3130f954d9d1e397fe45
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
waylon (0.2.
|
4
|
+
waylon (0.2.6)
|
5
5
|
rake (~> 13.0)
|
6
6
|
waylon-core
|
7
7
|
|
@@ -75,7 +75,7 @@ GEM
|
|
75
75
|
rake (13.0.6)
|
76
76
|
rbnacl (7.1.1)
|
77
77
|
ffi
|
78
|
-
redis (5.0.
|
78
|
+
redis (5.0.2)
|
79
79
|
redis-client (~> 0.7)
|
80
80
|
redis-client (0.7.1)
|
81
81
|
connection_pool
|
@@ -103,7 +103,7 @@ GEM
|
|
103
103
|
diff-lcs (>= 1.2.0, < 2.0)
|
104
104
|
rspec-support (~> 3.11.0)
|
105
105
|
rspec-support (3.11.0)
|
106
|
-
rubocop (1.
|
106
|
+
rubocop (1.36.0)
|
107
107
|
json (~> 2.3)
|
108
108
|
parallel (~> 1.10)
|
109
109
|
parser (>= 3.1.2.1)
|
@@ -150,7 +150,7 @@ GEM
|
|
150
150
|
thor (1.2.1)
|
151
151
|
tilt (2.0.11)
|
152
152
|
unicode-display_width (2.2.0)
|
153
|
-
waylon-core (0.2.
|
153
|
+
waylon-core (0.2.6)
|
154
154
|
addressable (~> 2.8)
|
155
155
|
faraday (~> 1.8)
|
156
156
|
i18n (~> 1.8)
|
data/exe/waylon
CHANGED
@@ -228,7 +228,7 @@ def bot_template_mapping
|
|
228
228
|
{
|
229
229
|
config_ru_template: "config.ru",
|
230
230
|
dockerfile_template: "Dockerfile",
|
231
|
-
|
231
|
+
bot_gemfile_template: "Gemfile",
|
232
232
|
plugins_rb_template: "plugins.rb",
|
233
233
|
bot_rakefile_template: "Rakefile",
|
234
234
|
rubocop_template: ".rubocop.yml",
|
data/waylon.gemspec
CHANGED
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.2.
|
4
|
+
version: 0.2.6
|
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-
|
11
|
+
date: 2022-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|