waylon 0.1.7 → 0.2.0

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 +7 -3
  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: 2272e3d11a388f773685ddf9e7ea6d770af067f568b77e09b3a9bb44641a0819
4
- data.tar.gz: 8d3c9dbd3c84646565152fd1f041c66f4721e2f9dda8ae44ed6aa556328cbb36
3
+ metadata.gz: e39e7cf23c579184040ecee30a85aaa0a4ca657a01e1736b5b454af2d9c49e41
4
+ data.tar.gz: a8a94947d9cb68399930d418bb0f119dc53e0bd620082c2838569f4a3f28aa53
5
5
  SHA512:
6
- metadata.gz: d324f0222ee9c35ef38e2ac7089880bc74f5ceca4863fb793cfdcc9ff991a991113711bdc88bbfd24c1ebff6cee9ce4e5f29c5e96fabc849d05c37501e2fdba8
7
- data.tar.gz: 19783c30f627a27937fc2a58f70464c83846dbab7d1f3035921a424422074ca9f85d9c4b0835baa0abafcc8045418b147630c162d1e50b6210fa3d8fc5aa227b
6
+ metadata.gz: a21baa3f21ea92c0841c69a3a9cc910cbe04c242c0c8bb5520c0433c926fd38b385d920cbe7740b95c8ad9dd9dd23feeff226ba1951918ca941df40c8185788e
7
+ data.tar.gz: 3d2b968d6c8903c8e56a17b2c594f58bbc655779eacf33325586e7db3c616e799687add82cd1a12d9f9983fe76657c37ee9bbacf2948838536b20d25464ddd8a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- waylon (0.1.7)
4
+ waylon (0.2.0)
5
5
  rake (~> 13.0)
6
6
  waylon-core
7
7
 
@@ -37,13 +37,14 @@ GEM
37
37
  faraday-patron (1.0.0)
38
38
  faraday-rack (1.0.0)
39
39
  faraday-retry (1.0.3)
40
+ ffi (1.15.5)
40
41
  i18n (1.10.0)
41
42
  concurrent-ruby (~> 1.0)
42
43
  json (2.6.2)
43
44
  moneta (1.5.1)
44
45
  mono_logger (1.1.1)
45
46
  multi_json (1.15.0)
46
- multipart-post (2.2.0)
47
+ multipart-post (2.2.3)
47
48
  mustermann (1.1.1)
48
49
  ruby2_keywords (~> 0.0.1)
49
50
  nio4r (2.5.8)
@@ -58,6 +59,8 @@ GEM
58
59
  rack
59
60
  rainbow (3.1.1)
60
61
  rake (13.0.6)
62
+ rbnacl (7.1.1)
63
+ ffi
61
64
  redis (4.6.0)
62
65
  redis-namespace (1.8.2)
63
66
  redis (>= 3.0.4)
@@ -111,13 +114,14 @@ GEM
111
114
  tilt (~> 2.0)
112
115
  tilt (2.0.10)
113
116
  unicode-display_width (2.1.0)
114
- waylon-core (0.1.5)
117
+ waylon-core (0.2.0)
115
118
  addressable (~> 2.8)
116
119
  faraday (~> 1.8)
117
120
  i18n (~> 1.8)
118
121
  json (~> 2.6)
119
122
  moneta (~> 1.4)
120
123
  puma (~> 5.5)
124
+ rbnacl (~> 7.1)
121
125
  resque (~> 2.2)
122
126
  webrick (1.7.0)
123
127
  yard (0.9.28)
data/exe/waylon CHANGED
@@ -11,7 +11,7 @@ case action
11
11
  when "worker"
12
12
  logger.info "Starting Worker..."
13
13
  ENV["INTERVAL"] ||= "0.5"
14
- ENV["QUEUE"] ||= "actions"
14
+ ENV["QUEUE"] ||= "senses,skills"
15
15
  exec "bundle exec rake resque:work"
16
16
  when "web"
17
17
  logger.info "Starting Web..."
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.1.7"
5
+ VERSION = "0.2.0"
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.1.7
4
+ version: 0.2.0
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 00:00:00.000000000 Z
11
+ date: 2022-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake