lex-conditioner 0.2.0 → 0.2.1

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: 1579af62de9fb477b021231116ccd9acb4707a8bae1f3d2a83df9b219bf17d57
4
- data.tar.gz: 81a245120396bb7fa05e9c2157dbf14f9e1aa1b559896b4a65b5098aa91889b5
3
+ metadata.gz: 22a9ebeed3f7daad4ca49da310545ccc0a10fccc521c40aeedc1c76827c242d4
4
+ data.tar.gz: 2fdfcf7cc7d4abd57dcc865f31fe06547378f02f05f1d2f48e7fa44bcf2121ad
5
5
  SHA512:
6
- metadata.gz: b1ed90f09fa47bcadeb4467612fdcc3db662293f20feccafb860769aac0e5886b73cd9095978a5d4f867dced9add09eba59ed250ac13416d066d7d85bb0a845c
7
- data.tar.gz: 9fd73d8269c6a46cbef7dd6a18b067d842bc340641914acf3b55261848992b6a028e361067fe91a6eac0782086514f3a5bec790923b053f80869004c5bb0f606
6
+ metadata.gz: 9405d35955e167e61d9027155cf3f1d39aa13db967839f5df67b1070a361bd0383028e4ef028e933a29ebc77adc5d73b002d9ead1b1c7fa03cc95eff8506e5c8
7
+ data.tar.gz: 2037a3795580b3cf6f101e75f875cbd63890a8ebc98ab197bafe6d9e889ded5d6912166d52bf6626872dd31a811c9a1610caf5e8d354ac1433cd5b97b8b1746f
@@ -19,6 +19,7 @@ Style/Documentation:
19
19
  Enabled: false
20
20
  AllCops:
21
21
  TargetRubyVersion: 2.5
22
+ NewCops: enable
22
23
  Style/FrozenStringLiteralComment:
23
24
  Enabled: false
24
25
  Naming/FileName:
@@ -0,0 +1,134 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ lex-conditioner (0.2.1)
5
+ legion-exceptions
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ amq-protocol (2.3.2)
11
+ ast (2.4.1)
12
+ aws-eventstream (1.1.0)
13
+ aws-sigv4 (1.2.2)
14
+ aws-eventstream (~> 1, >= 1.0.2)
15
+ bunny (2.16.1)
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)
20
+ connection_pool (2.2.3)
21
+ daemons (1.3.1)
22
+ dalli (2.7.10)
23
+ diff-lcs (1.4.4)
24
+ docile (1.3.2)
25
+ faraday (1.0.1)
26
+ multipart-post (>= 1.2, < 3)
27
+ faraday_middleware (1.0.0)
28
+ faraday (~> 1.0)
29
+ ffi (1.13.1)
30
+ hashdiff (1.0.1)
31
+ legion-cache (1.0.0)
32
+ connection_pool
33
+ dalli
34
+ redis
35
+ legion-crypt (0.2.0)
36
+ rbnacl
37
+ vault
38
+ legion-data (0.2.0)
39
+ legion-logging
40
+ legion-settings
41
+ mysql2
42
+ sequel
43
+ legion-exceptions (1.1.0)
44
+ legion-json (1.1.0)
45
+ multi_json
46
+ legion-logging (1.1.0)
47
+ rainbow (~> 3)
48
+ legion-settings (1.1.1)
49
+ legion-json
50
+ legion-logging
51
+ legion-transport (1.1.1)
52
+ bunny
53
+ concurrent-ruby
54
+ legionio (0.2.0)
55
+ concurrent-ruby
56
+ concurrent-ruby-ext
57
+ daemons
58
+ hashdiff
59
+ legion-cache
60
+ legion-crypt
61
+ legion-data
62
+ legion-exceptions
63
+ legion-json
64
+ legion-logging
65
+ legion-settings
66
+ legion-transport
67
+ sleepiq
68
+ vault
69
+ multi_json (1.15.0)
70
+ multipart-post (2.1.1)
71
+ mysql2 (0.5.3)
72
+ parallel (1.19.2)
73
+ parser (2.7.1.4)
74
+ ast (~> 2.4.1)
75
+ rainbow (3.0.0)
76
+ rake (13.0.1)
77
+ rbnacl (7.1.1)
78
+ ffi
79
+ redis (4.2.1)
80
+ regexp_parser (1.7.1)
81
+ rexml (3.2.4)
82
+ rspec (3.9.0)
83
+ rspec-core (~> 3.9.0)
84
+ rspec-expectations (~> 3.9.0)
85
+ rspec-mocks (~> 3.9.0)
86
+ rspec-core (3.9.2)
87
+ rspec-support (~> 3.9.3)
88
+ rspec-expectations (3.9.2)
89
+ diff-lcs (>= 1.2.0, < 2.0)
90
+ rspec-support (~> 3.9.0)
91
+ rspec-mocks (3.9.1)
92
+ diff-lcs (>= 1.2.0, < 2.0)
93
+ rspec-support (~> 3.9.0)
94
+ rspec-support (3.9.3)
95
+ rubocop (0.89.1)
96
+ parallel (~> 1.10)
97
+ parser (>= 2.7.1.1)
98
+ rainbow (>= 2.2.2, < 4.0)
99
+ regexp_parser (>= 1.7)
100
+ rexml
101
+ rubocop-ast (>= 0.3.0, < 1.0)
102
+ ruby-progressbar (~> 1.7)
103
+ unicode-display_width (>= 1.4.0, < 2.0)
104
+ rubocop-ast (0.3.0)
105
+ parser (>= 2.7.1.4)
106
+ ruby-progressbar (1.10.1)
107
+ sequel (5.35.0)
108
+ simplecov (0.19.0)
109
+ docile (~> 1.1)
110
+ simplecov-html (~> 0.11)
111
+ simplecov-html (0.12.2)
112
+ sleepiq (0.2.2)
113
+ dalli
114
+ faraday
115
+ faraday_middleware
116
+ thor
117
+ thor (1.0.1)
118
+ unicode-display_width (1.7.0)
119
+ vault (0.15.0)
120
+ aws-sigv4
121
+
122
+ PLATFORMS
123
+ ruby
124
+
125
+ DEPENDENCIES
126
+ legionio
127
+ lex-conditioner!
128
+ rake
129
+ rspec
130
+ rubocop
131
+ simplecov
132
+
133
+ BUNDLED WITH
134
+ 2.1.4
data/README.md CHANGED
@@ -1,38 +1,37 @@
1
1
  # Legion::Extensions::Conditioner
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/legion/extensions/conditioner`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ A core Legion Extension used to evaluate conditions for sub tasks to run
6
4
 
7
5
  ## Installation
8
6
 
9
7
  Add this line to your application's Gemfile:
10
8
 
11
9
  ```ruby
12
- gem 'legion-extensions-conditioner'
10
+ gem 'lex-conditioner'
13
11
  ```
14
12
 
15
13
  And then execute:
16
14
 
17
- $ bundle
15
+ $ bundle install
18
16
 
19
17
  Or install it yourself as:
20
18
 
21
- $ gem install legion-extensions-conditioner
19
+ $ gem install lex-conditioner
20
+
21
+ ## Adding to Legion
22
+ You can manually install with a `gem install lex-http` command or by adding it into your settings with something like this
23
+ ```json
24
+ {
25
+ "extensions": {
26
+ "conditioner": {
27
+ "enabled": true, "workers": 1
28
+ }
29
+ }
30
+ }
31
+ ```
22
32
 
23
33
  ## Usage
24
34
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/legion-extensions-conditioner.
36
35
 
37
36
  ## License
38
37
 
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = 'Runs relationship conditional statements against tasks in a relationship'
13
13
  spec.homepage = 'https://bitbucket.org/legion-io/lex-conditioner'
14
14
  spec.license = 'MIT'
15
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
15
16
 
16
17
  if spec.respond_to?(:metadata)
17
18
  spec.metadata['homepage_uri'] = spec.homepage
@@ -22,7 +23,6 @@ Gem::Specification.new do |spec|
22
23
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
23
24
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
24
25
  end
25
- spec.bindir = 'exe'
26
26
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ['lib']
28
28
 
@@ -27,7 +27,7 @@ module Legion
27
27
  target
28
28
  end
29
29
 
30
- def validate_vars # rubocop:disable Metrics/CyclomaticComplexity
30
+ def validate_vars
31
31
  raise Legion::Exception::MissingArgument, '@conditions is nil' if @conditions.nil?
32
32
  raise Legion::Exception::MissingArgument, '@values is nil' if @values.nil?
33
33
  raise Legion::Exception::MissingArgument, '@task_id is nil' if @task_id.nil?
@@ -41,23 +41,24 @@ module Legion
41
41
  condition[1].each do |rule|
42
42
  result = validate_test('conditions' => { 'all' => rule[:all] }) if rule.include? :all
43
43
  result = validate_test('conditions' => { 'any' => rule[:any] }) if rule.include? :any
44
- if rule[:operator] == 'equal'
44
+ case rule[:operator]
45
+ when 'equal'
45
46
  result = Legion::Extensions::Conditioner::Comparator.equal?(rule[:fact], rule[:value], @values)
46
- elsif rule[:operator] == 'not_equal'
47
+ when 'not_equal'
47
48
  result = Legion::Extensions::Conditioner::Comparator.not_equal?(rule[:fact], rule[:value], @values)
48
- elsif rule[:operator] == 'nil'
49
+ when 'nil'
49
50
  result = Legion::Extensions::Conditioner::Comparator.nil?(rule[:fact], @values)
50
- elsif rule[:operator] == 'not_nil'
51
+ when 'not_nil'
51
52
  result = Legion::Extensions::Conditioner::Comparator.not_nil?(rule[:fact], @values)
52
- elsif rule[:operator] == 'is_false'
53
+ when 'is_false'
53
54
  result = Legion::Extensions::Conditioner::Comparator.is_false?(rule[:fact], @values)
54
- elsif rule[:operator] == 'is_true'
55
+ when 'is_true'
55
56
  result = Legion::Extensions::Conditioner::Comparator.is_true?(rule[:fact], @values)
56
- elsif rule[:operator] == 'is_string'
57
+ when 'is_string'
57
58
  result = Legion::Extensions::Conditioner::Comparator.is_string?(rule[:fact], @values)
58
- elsif rule[:operator] == 'is_array'
59
+ when 'is_array'
59
60
  result = Legion::Extensions::Conditioner::Comparator.is_array?(rule[:fact], @values)
60
- elsif rule[:operator] == 'is_integer'
61
+ when 'is_integer'
61
62
  result = Legion::Extensions::Conditioner::Comparator.is_integer?(rule[:fact], @values)
62
63
  end
63
64
 
@@ -3,7 +3,7 @@ require 'legion/extensions/conditioner/helpers/condition'
3
3
  module Legion::Extensions::Conditioner
4
4
  module Runners
5
5
  module Conditioner
6
- def self.check(**payload) # rubocop:disable Metrics/AbcSize,Metrics/CyclomaticComplexity,Metrics/PerceivedComplexity
6
+ def self.check(**payload) # rubocop:disable Metrics/AbcSize
7
7
  conditioner = Legion::Extensions::Conditioner::Condition.new(conditions: payload[:conditions],
8
8
  task_id: payload[:task_id],
9
9
  values: payload,
@@ -15,9 +15,7 @@ module Legion::Extensions::Conditioner
15
15
  status = 'conditioner.failed'
16
16
  end
17
17
 
18
- unless payload[:task_id].nil?
19
- Legion::Transport::Messages::TaskUpdate.new(task_id: payload[:task_id], status: status).publish
20
- end
18
+ task_update(payload[:task_id], status, **payload) unless payload[:task_id].nil?
21
19
 
22
20
  if payload[:debug] && payload.key?(:task_id)
23
21
  generate_task_log(task_id: payload[:task_id],
@@ -37,13 +35,8 @@ module Legion::Extensions::Conditioner
37
35
  end
38
36
  end
39
37
 
40
- def self.generate_task_log(task_id:, runner_class: to_s, function:, **payload)
41
- require 'legion/transport/messages/task_log'
42
- Legion::Transport::Messages::TaskLog.new(task_id: task_id,
43
- runner_class: runner_class,
44
- function: function,
45
- entry: payload).publish
46
- end
38
+ include Legion::Extensions::Helpers::Lex
39
+ include Legion::Extensions::Helpers::Task
47
40
  end
48
41
  end
49
42
  end
@@ -1,7 +1,7 @@
1
1
  module Legion
2
2
  module Extensions
3
3
  module Conditioner
4
- VERSION = '0.2.0'.freeze
4
+ VERSION = '0.2.1'.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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miverson
8
- autorequire:
9
- bindir: exe
8
+ autorequire:
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-26 00:00:00.000000000 Z
11
+ date: 2020-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: legionio
@@ -103,15 +103,10 @@ extra_rdoc_files: []
103
103
  files:
104
104
  - ".circleci/config.yml"
105
105
  - ".gitignore"
106
- - ".idea/.rakeTasks"
107
- - ".idea/lex-conditioner.iml"
108
- - ".idea/misc.xml"
109
- - ".idea/modules.xml"
110
- - ".idea/vagrant.xml"
111
- - ".idea/workspace.xml"
112
106
  - ".rspec"
113
107
  - ".rubocop.yml"
114
108
  - Gemfile
109
+ - Gemfile.lock
115
110
  - LICENSE.txt
116
111
  - README.md
117
112
  - Rakefile
@@ -135,7 +130,7 @@ metadata:
135
130
  homepage_uri: https://bitbucket.org/legion-io/lex-conditioner
136
131
  source_code_uri: https://bitbucket.org/legion-io/lex-conditioner
137
132
  changelog_uri: https://bitbucket.org/legion-io/lex-conditioner/src/master/CHANGELOG.md
138
- post_install_message:
133
+ post_install_message:
139
134
  rdoc_options: []
140
135
  require_paths:
141
136
  - lib
@@ -143,15 +138,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
143
138
  requirements:
144
139
  - - ">="
145
140
  - !ruby/object:Gem::Version
146
- version: '0'
141
+ version: 2.5.0
147
142
  required_rubygems_version: !ruby/object:Gem::Requirement
148
143
  requirements:
149
144
  - - ">="
150
145
  - !ruby/object:Gem::Version
151
146
  version: '0'
152
147
  requirements: []
153
- rubygems_version: 3.0.8
154
- signing_key:
148
+ rubygems_version: 3.1.2
149
+ signing_key:
155
150
  specification_version: 4
156
151
  summary: LEX-Conditioner is used to apply conditional statements to tasks
157
152
  test_files: []
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Settings><!--This file was automatically generated by Ruby plugin.
3
- You are allowed to:
4
- 1. Remove rake task
5
- 2. Add existing rake tasks
6
- To add existing rake tasks automatically delete this file and reload the project.
7
- --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build lex-conditioner-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install lex-conditioner-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install lex-conditioner-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push lex-conditioner-0.1.0.gem to rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
@@ -1,64 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="ModuleRunConfigurationManager">
4
- <shared />
5
- </component>
6
- <component name="NewModuleRootManager">
7
- <content url="file://$MODULE_DIR$" />
8
- <orderEntry type="inheritedJdk" />
9
- <orderEntry type="sourceFolder" forTests="false" />
10
- <orderEntry type="library" scope="PROVIDED" name="amq-protocol (v2.3.0, RVM: ruby-2.6.3) [gem]" level="application" />
11
- <orderEntry type="library" scope="PROVIDED" name="ast (v2.4.0, RVM: ruby-2.6.3) [gem]" level="application" />
12
- <orderEntry type="library" scope="PROVIDED" name="aws-eventstream (v1.0.3, RVM: ruby-2.6.3) [gem]" level="application" />
13
- <orderEntry type="library" scope="PROVIDED" name="aws-sigv4 (v1.1.1, RVM: ruby-2.6.3) [gem]" level="application" />
14
- <orderEntry type="library" scope="PROVIDED" name="bundler (v2.1.4, RVM: ruby-2.6.3) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="bunny (v2.14.4, RVM: ruby-2.6.3) [gem]" level="application" />
16
- <orderEntry type="library" scope="PROVIDED" name="chef (v15.8.23, RVM: ruby-2.6.3) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.1.6, RVM: ruby-2.6.3) [gem]" level="application" />
18
- <orderEntry type="library" scope="PROVIDED" name="concurrent-ruby-ext (v1.1.6, RVM: ruby-2.6.3) [gem]" level="application" />
19
- <orderEntry type="library" scope="PROVIDED" name="connection_pool (v2.2.2, RVM: ruby-2.6.3) [gem]" level="application" />
20
- <orderEntry type="library" scope="PROVIDED" name="daemons (v1.3.1, RVM: ruby-2.6.3) [gem]" level="application" />
21
- <orderEntry type="library" scope="PROVIDED" name="dalli (v2.7.10, RVM: ruby-2.6.3) [gem]" level="application" />
22
- <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.6.3) [gem]" level="application" />
23
- <orderEntry type="library" scope="PROVIDED" name="docile (v1.3.2, RVM: ruby-2.6.3) [gem]" level="application" />
24
- <orderEntry type="library" scope="PROVIDED" name="faraday (v0.17.3, RVM: ruby-2.6.3) [gem]" level="application" />
25
- <orderEntry type="library" scope="PROVIDED" name="faraday_middleware (v0.14.0, RVM: ruby-2.6.3) [gem]" level="application" />
26
- <orderEntry type="library" scope="PROVIDED" name="ffi (v1.12.2, RVM: ruby-2.6.3) [gem]" level="application" />
27
- <orderEntry type="library" scope="PROVIDED" name="hashdiff (v1.0.1, RVM: ruby-2.6.3) [gem]" level="application" />
28
- <orderEntry type="library" scope="PROVIDED" name="jaro_winkler (v1.5.4, RVM: ruby-2.6.3) [gem]" level="application" />
29
- <orderEntry type="library" scope="PROVIDED" name="json (v2.3.0, RVM: ruby-2.6.3) [gem]" level="application" />
30
- <orderEntry type="library" scope="PROVIDED" name="legion-cache (v0.2.1, RVM: ruby-2.6.3) [gem]" level="application" />
31
- <orderEntry type="library" scope="PROVIDED" name="legion-crypt (v0.1.0, RVM: ruby-2.6.3) [gem]" level="application" />
32
- <orderEntry type="library" scope="PROVIDED" name="legion-data (v0.2.0, RVM: ruby-2.6.3) [gem]" level="application" />
33
- <orderEntry type="library" scope="PROVIDED" name="legion-exceptions (v1.0.4, RVM: ruby-2.6.3) [gem]" level="application" />
34
- <orderEntry type="library" scope="PROVIDED" name="legion-json (v0.1.6, RVM: ruby-2.6.3) [gem]" level="application" />
35
- <orderEntry type="library" scope="PROVIDED" name="legion-logging (v1.0.0, RVM: ruby-2.6.3) [gem]" level="application" />
36
- <orderEntry type="library" scope="PROVIDED" name="legion-settings (v1.0.0, RVM: ruby-2.6.3) [gem]" level="application" />
37
- <orderEntry type="library" scope="PROVIDED" name="legion-transport (v1.0.0, RVM: ruby-2.6.3) [gem]" level="application" />
38
- <orderEntry type="library" scope="PROVIDED" name="legionio (v0.2.0, RVM: ruby-2.6.3) [gem]" level="application" />
39
- <orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.1.1, RVM: ruby-2.6.3) [gem]" level="application" />
40
- <orderEntry type="library" scope="PROVIDED" name="mysql2 (v0.5.3, RVM: ruby-2.6.3) [gem]" level="application" />
41
- <orderEntry type="library" scope="PROVIDED" name="oj (v3.10.5, RVM: ruby-2.6.3) [gem]" level="application" />
42
- <orderEntry type="library" scope="PROVIDED" name="parallel (v1.19.1, RVM: ruby-2.6.3) [gem]" level="application" />
43
- <orderEntry type="library" scope="PROVIDED" name="parser (v2.7.0.5, RVM: ruby-2.6.3) [gem]" level="application" />
44
- <orderEntry type="library" scope="PROVIDED" name="rainbow (v3.0.0, RVM: ruby-2.6.3) [gem]" level="application" />
45
- <orderEntry type="library" scope="PROVIDED" name="rake (v13.0.1, RVM: ruby-2.6.3) [gem]" level="application" />
46
- <orderEntry type="library" scope="PROVIDED" name="rbnacl (v7.1.1, RVM: ruby-2.6.3) [gem]" level="application" />
47
- <orderEntry type="library" scope="PROVIDED" name="redis (v4.1.3, RVM: ruby-2.6.3) [gem]" level="application" />
48
- <orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.4, RVM: ruby-2.6.3) [gem]" level="application" />
49
- <orderEntry type="library" scope="PROVIDED" name="rspec (v3.9.0, RVM: ruby-2.6.3) [gem]" level="application" />
50
- <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.9.1, RVM: ruby-2.6.3) [gem]" level="application" />
51
- <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.9.1, RVM: ruby-2.6.3) [gem]" level="application" />
52
- <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.9.1, RVM: ruby-2.6.3) [gem]" level="application" />
53
- <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.9.2, RVM: ruby-2.6.3) [gem]" level="application" />
54
- <orderEntry type="library" scope="PROVIDED" name="rubocop (v0.80.1, RVM: ruby-2.6.3) [gem]" level="application" />
55
- <orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.10.1, RVM: ruby-2.6.3) [gem]" level="application" />
56
- <orderEntry type="library" scope="PROVIDED" name="sequel (v5.30.0, RVM: ruby-2.6.3) [gem]" level="application" />
57
- <orderEntry type="library" scope="PROVIDED" name="simplecov (v0.18.5, RVM: ruby-2.6.3) [gem]" level="application" />
58
- <orderEntry type="library" scope="PROVIDED" name="simplecov-html (v0.12.2, RVM: ruby-2.6.3) [gem]" level="application" />
59
- <orderEntry type="library" scope="PROVIDED" name="sleepiq (v0.2.2, RVM: ruby-2.6.3) [gem]" level="application" />
60
- <orderEntry type="library" scope="PROVIDED" name="thor (v1.0.1, RVM: ruby-2.6.3) [gem]" level="application" />
61
- <orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.6.1, RVM: ruby-2.6.3) [gem]" level="application" />
62
- <orderEntry type="library" scope="PROVIDED" name="vault (v0.13.0, RVM: ruby-2.6.3) [gem]" level="application" />
63
- </component>
64
- </module>
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="JavaScriptSettings">
4
- <option name="languageLevel" value="ES6" />
5
- </component>
6
- <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.6.3" project-jdk-type="RUBY_SDK" />
7
- </project>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/lex-conditioner.iml" filepath="$PROJECT_DIR$/.idea/lex-conditioner.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VagrantProjectSettings">
4
- <option name="instanceFolder" value="" />
5
- <option name="provider" value="" />
6
- </component>
7
- </project>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="CoverageOptionsProvider">
4
- <option name="myAddOrReplace" value="0" />
5
- </component>
6
- <component name="Git.Settings">
7
- <option name="PUSH_AUTO_UPDATE" value="true" />
8
- <option name="ROOT_SYNC" value="DONT_SYNC" />
9
- </component>
10
- <component name="PropertiesComponent">
11
- <property name="settings.editor.selected.configurable" value="reference.settingsdialog.project.vagrant" />
12
- </component>
13
- </project>