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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e8ba4c049c3b7e3290a6909aed66b469cd11be1e496c1090c952ff83824a320
4
- data.tar.gz: d9105dfc238b869f237f79c31979e204db8965530da95f970b65d926abe0e798
3
+ metadata.gz: 8f40483f3e831a95dfccfc2768cdd6674781e0ad6194ec45f52202bd07bcb000
4
+ data.tar.gz: 1def965e452beff8e883b2bd31873ec5be5638ccd51369310951b7eeffec7610
5
5
  SHA512:
6
- metadata.gz: d2eb80b104235f5930c1e910256bea8410c8bed8d5afb0c3c951f6f5226e4b54f96f2ea0cc16c28a67805fc800827d9ea38692f214562e73b6b3fbbaf1427d60
7
- data.tar.gz: 466dedfd9e97faae7bb38a80ff9276bdb036d15f8b4e299a5efe9b51e9b875db8137abe30070576c53deb53e3d80054fbe9c499bfb087c0a490fca17bbe75cfe
6
+ metadata.gz: 7dd0520ed45de33954ea5808deecf614151207f61729891e9b6e880525c88e3f26e496716489063954e95a49720f1fce78ec11d3dfcb95220dfff0dd147ccffc
7
+ data.tar.gz: 00e684929a55854ec1e8df0498734da196c94857f83f24e6aa989e18177375a3bcf9f7a07358d41389e1d802ccee17a8e8c87453dff108489430abaa7e92a6f6
data/.roxanne.yml CHANGED
@@ -2,3 +2,7 @@ version: 1.0
2
2
  stages:
3
3
  test:
4
4
  image: ruby:3.1
5
+ release:
6
+ image: ruby:3.1
7
+ only:
8
+ - main
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 3.0
2
+ TargetRubyVersion: 3.1
3
3
  NewCops: enable
4
4
 
5
5
  Gemspec/RequireMFA:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.0
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.3)
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.9)
13
+ concurrent-ruby (1.1.10)
14
14
  diff-lcs (1.5.0)
15
15
  docile (1.4.0)
16
- faraday (1.9.3)
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.9.1)
39
+ i18n (1.10.0)
40
40
  concurrent-ruby (~> 1.0)
41
- json (2.6.1)
42
- moneta (1.4.2)
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.1.1)
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.21.0)
50
- parser (3.1.0.0)
49
+ parallel (1.22.1)
50
+ parser (3.1.2.0)
51
51
  ast (~> 2.4.1)
52
- public_suffix (4.0.6)
53
- puma (5.6.1)
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.1.0)
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.1)
61
+ redis-namespace (1.8.2)
62
62
  redis (>= 3.0.4)
63
- regexp_parser (2.2.0)
64
- resque (2.2.0)
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.10.0)
72
- rspec-core (~> 3.10.0)
73
- rspec-expectations (~> 3.10.0)
74
- rspec-mocks (~> 3.10.0)
75
- rspec-core (3.10.2)
76
- rspec-support (~> 3.10.0)
77
- rspec-expectations (3.10.2)
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.10.0)
80
- rspec-mocks (3.10.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.10.0)
83
- rspec-support (3.10.3)
84
- rubocop (1.25.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.15.1, < 2.0)
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.15.1)
94
- parser (>= 3.0.1.1)
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.8.0)
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.3)
107
- sinatra (2.1.0)
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.1.0)
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
- vegas (0.1.11)
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.27)
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.4
141
+ 2.3.10
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Jonathan Gnagy
3
+ Copyright (c) 2022 Jonathan Gnagy
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -5,6 +5,6 @@ module Waylon
5
5
  VERSION = [
6
6
  0, # Major
7
7
  1, # Minor
8
- 3 # Patch
8
+ 4 # Patch
9
9
  ].join(".")
10
10
  end
@@ -0,0 +1,7 @@
1
+ #!/bin/sh
2
+
3
+ gem install bundler -v '~> 2.3'
4
+ bundle install
5
+ rm -rf pkg/*.gem
6
+ bundle exec rake build
7
+ bundle exec gem push pkg/*.gem
data/scripts/test.sh ADDED
@@ -0,0 +1,5 @@
1
+ #!/bin/sh
2
+
3
+ gem install bundler -v '~> 2.3'
4
+ bundle install
5
+ bundle exec rake
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.0"
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.3
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-02-07 00:00:00.000000000 Z
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.0'
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.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: []