lex-conditioner 0.2.3 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3c19810b2bf041292ba076fc0a51c3a5c323f57a4c16c3eb2b14e8256846735
4
- data.tar.gz: c28abda1380e331c1145ea47dc1d6dd0e37aef6a80eac7c0a52b6b857938ddc4
3
+ metadata.gz: 7d7c725a33a160829135b9b2269533484ab211ee5654951d929ce49dbfffcbbe
4
+ data.tar.gz: c4b994cf4d00aac64316b4023b63fb02cb420288fc0eb310868c3ad9a49ec856
5
5
  SHA512:
6
- metadata.gz: c3d98cb4fbad0ab36ff8d2cbf9f4b630ce850b75442290388e8ed57ba641e82e0816541a12b3c2397896d908b8dc2b57f2a2f905560e67eb8c7954eba2738173
7
- data.tar.gz: e7c681eb8e9a2840a8e632c98e9c1289b6b6078e8bda6b1e74a1722cca113d6fc2392d905a7f3c8f137a8fa478114023cc8b1eb7ed37893afcb084c3105ae033
6
+ metadata.gz: 15f92eb0f63890df974300c03c72c082228b61ad165c29da251a6955060f98bbbdb25bf80d2841f2c284a3deeb6c5e099e826747e85e4a74ce9d4fd8eca83acb
7
+ data.tar.gz: 4a41130e68f0a464e48ff540fc442b91c7f2cef10aa0ad165484b43cf6895623f6df07be4ea8f856de6b865a8ba3d197a3771f4cc781e8f19608c8d6cce6413a
data/Dockerfile CHANGED
@@ -1,10 +1,8 @@
1
- FROM ruby:2.7-alpine
1
+ FROM legionio/legion:latest
2
2
  LABEL maintainer="Matthew Iverson <matthewdiverson@gmail.com>"
3
3
 
4
- RUN mkdir /etc/legionio
5
- RUN apk update && apk add build-base tzdata gcc git
4
+ RUN apk update && apk add build-base tzdata postgresql-dev mysql-client mariadb-dev tzdata gcc git
6
5
 
7
6
  COPY . ./
8
- RUN gem install legionio tzinfo-data tzinfo --no-document --no-prerelease
9
- RUN gem install lex-conditioner --no-document --no-prerelease
10
- CMD legionio
7
+ RUN gem install lex-conditioner legion-data --no-document --no-prerelease
8
+ CMD ruby $(which legionio)
data/Gemfile.lock CHANGED
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lex-conditioner (0.2.3)
4
+ lex-conditioner (0.2.5)
5
5
  legion-exceptions
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  amq-protocol (2.3.2)
11
- ast (2.4.1)
11
+ ast (2.4.2)
12
12
  aws-eventstream (1.1.0)
13
13
  aws-sigv4 (1.2.2)
14
14
  aws-eventstream (~> 1, >= 1.0.2)
15
15
  bunny (2.17.0)
16
16
  amq-protocol (~> 2.3, >= 2.3.1)
17
- concurrent-ruby (1.1.7)
18
- concurrent-ruby-ext (1.1.7)
19
- concurrent-ruby (= 1.1.7)
17
+ concurrent-ruby (1.1.8)
18
+ concurrent-ruby-ext (1.1.8)
19
+ concurrent-ruby (= 1.1.8)
20
20
  connection_pool (2.2.3)
21
21
  daemons (1.3.1)
22
22
  dalli (2.7.11)
@@ -27,8 +27,8 @@ GEM
27
27
  connection_pool (>= 2.2.3)
28
28
  dalli (>= 2.7)
29
29
  redis (>= 4.2)
30
- legion-crypt (0.2.3)
31
- vault
30
+ legion-crypt (0.3.0)
31
+ vault (>= 0.15.0)
32
32
  legion-exceptions (1.1.5)
33
33
  legion-json (1.1.4)
34
34
  json_pure
@@ -39,11 +39,11 @@ GEM
39
39
  legion-settings (1.1.3)
40
40
  legion-json
41
41
  legion-logging
42
- legion-transport (1.1.8)
42
+ legion-transport (1.1.9)
43
43
  bunny (>= 2.17.0)
44
44
  concurrent-ruby (>= 1.1.7)
45
45
  legion-json
46
- legionio (0.4.0)
46
+ legionio (0.4.3)
47
47
  concurrent-ruby (>= 1.1.7)
48
48
  concurrent-ruby-ext (>= 1.1.7)
49
49
  daemons (>= 1.3.1)
@@ -53,20 +53,20 @@ GEM
53
53
  legion-json
54
54
  legion-logging
55
55
  legion-settings
56
- legion-transport (>= 1.1.8)
56
+ legion-transport (>= 1.1.9)
57
57
  lex-node
58
58
  oj (>= 3.10)
59
59
  thor (>= 1)
60
- lex-node (0.1.3)
60
+ lex-node (0.1.7)
61
61
  multi_json (1.15.0)
62
- oj (3.11.0)
62
+ oj (3.11.2)
63
63
  parallel (1.20.1)
64
64
  parser (3.0.0.0)
65
65
  ast (~> 2.4.1)
66
66
  rainbow (3.0.0)
67
67
  rake (13.0.3)
68
68
  redis (4.2.5)
69
- regexp_parser (2.0.3)
69
+ regexp_parser (2.1.1)
70
70
  rexml (3.2.4)
71
71
  rspec (3.10.0)
72
72
  rspec-core (~> 3.10.0)
@@ -77,11 +77,11 @@ GEM
77
77
  rspec-expectations (3.10.1)
78
78
  diff-lcs (>= 1.2.0, < 2.0)
79
79
  rspec-support (~> 3.10.0)
80
- rspec-mocks (3.10.1)
80
+ rspec-mocks (3.10.2)
81
81
  diff-lcs (>= 1.2.0, < 2.0)
82
82
  rspec-support (~> 3.10.0)
83
- rspec-support (3.10.1)
84
- rubocop (1.8.1)
83
+ rspec-support (3.10.2)
84
+ rubocop (1.11.0)
85
85
  parallel (~> 1.10)
86
86
  parser (>= 3.0.0.0)
87
87
  rainbow (>= 2.2.2, < 4.0)
@@ -90,7 +90,7 @@ GEM
90
90
  rubocop-ast (>= 1.2.0, < 2.0)
91
91
  ruby-progressbar (~> 1.7)
92
92
  unicode-display_width (>= 1.4.0, < 3.0)
93
- rubocop-ast (1.4.0)
93
+ rubocop-ast (1.4.1)
94
94
  parser (>= 2.7.1.5)
95
95
  ruby-progressbar (1.11.0)
96
96
  simplecov (0.21.2)
@@ -99,7 +99,7 @@ GEM
99
99
  simplecov_json_formatter (~> 0.1)
100
100
  simplecov-html (0.12.3)
101
101
  simplecov_json_formatter (0.1.2)
102
- thor (1.0.1)
102
+ thor (1.1.0)
103
103
  unicode-display_width (2.0.0)
104
104
  vault (0.15.0)
105
105
  aws-sigv4
@@ -116,4 +116,4 @@ DEPENDENCIES
116
116
  simplecov
117
117
 
118
118
  BUNDLED WITH
119
- 2.1.4
119
+ 2.2.6
data/docker_deploy.rb CHANGED
@@ -1,12 +1,13 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- version = Legion::Extensions::Conditioner::VERSION
4
3
  name = 'conditioner'
5
-
6
4
  require "./lib/legion/extensions/#{name}/version"
5
+ version = Legion::Extensions::Conditioner::VERSION
6
+
7
7
  puts "Building docker image for Legion v#{version}"
8
8
  system("docker build --tag legionio/lex-#{name}:v#{version} .")
9
9
  puts 'Pushing to hub.docker.com'
10
10
  system("docker push legionio/lex-#{name}:v#{version}")
11
+ system("docker tag legionio/lex-#{name}:v#{version} legionio/lex-#{name}:latest")
11
12
  system("docker push legionio/lex-#{name}:latest")
12
13
  puts 'completed'
@@ -1,7 +1,7 @@
1
1
  module Legion
2
2
  module Extensions
3
3
  module Conditioner
4
- VERSION = '0.2.3'.freeze
4
+ VERSION = '0.2.5'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lex-conditioner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-14 00:00:00.000000000 Z
11
+ date: 2021-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: legionio