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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/exe/waylon +1 -1
  4. data/waylon.gemspec +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03cc0b6939612a7e3627735787a8c0ef093974ba79faefa02fae741a1aa71a69
4
- data.tar.gz: '081a6a0f73f6ea8bf0160f8a6f72376e3a5dd35268a10dd41a49dabb1014b874'
3
+ metadata.gz: ef04fed54f31681d4ac7c33c37b8b41b80415cc8d5781d2c6e8cac36a646c29d
4
+ data.tar.gz: d22ec16815e987e6a1d592f85ec2d84a4109b8bafd9a877a51b416836ef36aff
5
5
  SHA512:
6
- metadata.gz: 2a63502d5f589f4eb5f1575523ea41e2663e3404ea378784887acc03196ebe57235e43dceee19fff0ef21a4f27590bbea7cb45e4fbf022eb086ac752bbb46f52
7
- data.tar.gz: 13dae4d45b5d42bf8f075707ea2976ff9b8f30c3cc86e8e1eb1a8fbfb96d38e5fd3e847a633e4dffabe1ddc9e9c2846e929d81a979c1a4ce0237591f69b9383d
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.5)
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.1)
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.35.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.5)
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
- gemfile_template: "Gemfile",
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Waylon
4
4
  # Update this to match the desired Waylon::Core::VERSION to release
5
- VERSION = "0.2.5"
5
+ VERSION = "0.2.6"
6
6
  end
7
7
 
8
8
  Gem::Specification.new do |spec|
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.5
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-08-31 00:00:00.000000000 Z
11
+ date: 2022-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake