lex-lex 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -3
- data/Gemfile.lock +23 -94
- data/bitbucket-pipelines.yml +69 -0
- data/{legion-extensions-lex.gemspec → lex-lex.gemspec} +4 -2
- data/lib/legion/extensions/lex.rb +5 -2
- data/lib/legion/extensions/lex/version.rb +1 -1
- metadata +14 -14
- data/.travis.yml +0 -6
- data/bin/console +0 -15
- data/bin/setup +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 054d9dec8f2440e350e0ae8d8a11170fd58c19fd132252a3999d947620b474b4
|
4
|
+
data.tar.gz: 19e379da49b5d0443be0aca55dbc438b35ca11cc384007fb5ce6724264e39df1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9c206401d69d73ec3b0432530eb82d494f0a0e68a8c3d8d8aa04d206bb7bf23f4451646c89bffcbaa7169571fcbf75b25b2ae3f2c38a92095922e900a05c839
|
7
|
+
data.tar.gz: 9fa51e2d5cf2350abb5a63ddbf5a47ae409cb6d6ed23d502182ee542dd8c39fe0b9f7b5190e5be0c75f7b1882b675d3f4182587157fe7949fdf857d47b5b9570
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,128 +1,57 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lex-lex (0.1.
|
4
|
+
lex-lex (0.1.2)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
amq-protocol (2.3.2)
|
10
9
|
ast (2.4.1)
|
11
|
-
aws-eventstream (1.1.0)
|
12
|
-
aws-sigv4 (1.2.2)
|
13
|
-
aws-eventstream (~> 1, >= 1.0.2)
|
14
|
-
bunny (2.16.1)
|
15
|
-
amq-protocol (~> 2.3, >= 2.3.1)
|
16
|
-
concurrent-ruby (1.1.7)
|
17
|
-
concurrent-ruby-ext (1.1.7)
|
18
|
-
concurrent-ruby (= 1.1.7)
|
19
|
-
connection_pool (2.2.3)
|
20
|
-
daemons (1.3.1)
|
21
|
-
dalli (2.7.10)
|
22
10
|
diff-lcs (1.4.4)
|
23
11
|
docile (1.3.2)
|
24
|
-
faraday (1.0.1)
|
25
|
-
multipart-post (>= 1.2, < 3)
|
26
|
-
faraday_middleware (1.0.0)
|
27
|
-
faraday (~> 1.0)
|
28
|
-
ffi (1.13.1)
|
29
|
-
hashdiff (1.0.1)
|
30
|
-
legion-cache (1.0.0)
|
31
|
-
connection_pool
|
32
|
-
dalli
|
33
|
-
redis
|
34
|
-
legion-crypt (0.2.0)
|
35
|
-
rbnacl
|
36
|
-
vault
|
37
|
-
legion-data (0.2.0)
|
38
|
-
legion-logging
|
39
|
-
legion-settings
|
40
|
-
mysql2
|
41
|
-
sequel
|
42
|
-
legion-exceptions (1.1.0)
|
43
|
-
legion-json (1.1.0)
|
44
|
-
multi_json
|
45
|
-
legion-logging (1.1.0)
|
46
|
-
rainbow (~> 3)
|
47
|
-
legion-settings (1.1.1)
|
48
|
-
legion-json
|
49
|
-
legion-logging
|
50
|
-
legion-transport (1.1.1)
|
51
|
-
bunny
|
52
|
-
concurrent-ruby
|
53
|
-
legionio (0.2.0)
|
54
|
-
concurrent-ruby
|
55
|
-
concurrent-ruby-ext
|
56
|
-
daemons
|
57
|
-
hashdiff
|
58
|
-
legion-cache
|
59
|
-
legion-crypt
|
60
|
-
legion-data
|
61
|
-
legion-exceptions
|
62
|
-
legion-json
|
63
|
-
legion-logging
|
64
|
-
legion-settings
|
65
|
-
legion-transport
|
66
|
-
sleepiq
|
67
|
-
vault
|
68
|
-
multi_json (1.15.0)
|
69
|
-
multipart-post (2.1.1)
|
70
|
-
mysql2 (0.5.3)
|
71
12
|
parallel (1.19.2)
|
72
|
-
parser (2.7.
|
13
|
+
parser (2.7.2.0)
|
73
14
|
ast (~> 2.4.1)
|
74
15
|
rainbow (3.0.0)
|
75
16
|
rake (13.0.1)
|
76
|
-
|
77
|
-
ffi
|
78
|
-
redis (4.2.1)
|
79
|
-
regexp_parser (1.7.1)
|
17
|
+
regexp_parser (1.8.2)
|
80
18
|
rexml (3.2.4)
|
81
|
-
rspec (3.
|
82
|
-
rspec-core (~> 3.
|
83
|
-
rspec-expectations (~> 3.
|
84
|
-
rspec-mocks (~> 3.
|
85
|
-
rspec-core (3.
|
86
|
-
rspec-support (~> 3.
|
87
|
-
rspec-expectations (3.
|
19
|
+
rspec (3.10.0)
|
20
|
+
rspec-core (~> 3.10.0)
|
21
|
+
rspec-expectations (~> 3.10.0)
|
22
|
+
rspec-mocks (~> 3.10.0)
|
23
|
+
rspec-core (3.10.0)
|
24
|
+
rspec-support (~> 3.10.0)
|
25
|
+
rspec-expectations (3.10.0)
|
88
26
|
diff-lcs (>= 1.2.0, < 2.0)
|
89
|
-
rspec-support (~> 3.
|
90
|
-
rspec-mocks (3.
|
27
|
+
rspec-support (~> 3.10.0)
|
28
|
+
rspec-mocks (3.10.0)
|
91
29
|
diff-lcs (>= 1.2.0, < 2.0)
|
92
|
-
rspec-support (~> 3.
|
93
|
-
rspec-support (3.
|
94
|
-
rubocop (
|
30
|
+
rspec-support (~> 3.10.0)
|
31
|
+
rspec-support (3.10.0)
|
32
|
+
rubocop (1.1.0)
|
95
33
|
parallel (~> 1.10)
|
96
|
-
parser (>= 2.7.1.
|
34
|
+
parser (>= 2.7.1.5)
|
97
35
|
rainbow (>= 2.2.2, < 4.0)
|
98
|
-
regexp_parser (>= 1.
|
36
|
+
regexp_parser (>= 1.8)
|
99
37
|
rexml
|
100
|
-
rubocop-ast (>= 0.
|
38
|
+
rubocop-ast (>= 1.0.1)
|
101
39
|
ruby-progressbar (~> 1.7)
|
102
40
|
unicode-display_width (>= 1.4.0, < 2.0)
|
103
|
-
rubocop-ast (
|
104
|
-
parser (>= 2.7.1.
|
41
|
+
rubocop-ast (1.1.0)
|
42
|
+
parser (>= 2.7.1.5)
|
105
43
|
ruby-progressbar (1.10.1)
|
106
|
-
|
107
|
-
simplecov (0.19.0)
|
44
|
+
simplecov (0.19.1)
|
108
45
|
docile (~> 1.1)
|
109
46
|
simplecov-html (~> 0.11)
|
110
|
-
simplecov-html (0.12.
|
111
|
-
sleepiq (0.2.2)
|
112
|
-
dalli
|
113
|
-
faraday
|
114
|
-
faraday_middleware
|
115
|
-
thor
|
116
|
-
thor (1.0.1)
|
47
|
+
simplecov-html (0.12.3)
|
117
48
|
unicode-display_width (1.7.0)
|
118
|
-
vault (0.15.0)
|
119
|
-
aws-sigv4
|
120
49
|
|
121
50
|
PLATFORMS
|
122
51
|
ruby
|
123
52
|
|
124
53
|
DEPENDENCIES
|
125
|
-
|
54
|
+
bundler (>= 2)
|
126
55
|
lex-lex!
|
127
56
|
rake
|
128
57
|
rspec
|
@@ -0,0 +1,69 @@
|
|
1
|
+
image: ruby:2.7
|
2
|
+
|
3
|
+
pipelines:
|
4
|
+
tags:
|
5
|
+
"v*":
|
6
|
+
- step:
|
7
|
+
name: Rubocop
|
8
|
+
caches:
|
9
|
+
- bundler
|
10
|
+
script:
|
11
|
+
- gem install rubocop
|
12
|
+
- gem update rubocop
|
13
|
+
- rubocop
|
14
|
+
- step:
|
15
|
+
name: RSpec
|
16
|
+
caches:
|
17
|
+
- bundler
|
18
|
+
script:
|
19
|
+
- gem install bundler
|
20
|
+
- gem update bundler
|
21
|
+
- bundle update
|
22
|
+
- bundle exec rspec
|
23
|
+
- step:
|
24
|
+
name: Push to RubyGems
|
25
|
+
deployment: RubyGems
|
26
|
+
script:
|
27
|
+
- gem install bundler gem-release rspec
|
28
|
+
- bundle install
|
29
|
+
- (umask 077 ; echo $gem_creds | base64 --decode > ~/.gem/credentials)
|
30
|
+
- gem release
|
31
|
+
artifacts:
|
32
|
+
- pkg/**
|
33
|
+
branches:
|
34
|
+
master:
|
35
|
+
- step:
|
36
|
+
caches:
|
37
|
+
- bundler
|
38
|
+
script:
|
39
|
+
- gem install rubocop
|
40
|
+
- gem update rubocop
|
41
|
+
- rubocop
|
42
|
+
- step:
|
43
|
+
caches:
|
44
|
+
- bundler
|
45
|
+
script:
|
46
|
+
- gem install bundler
|
47
|
+
- gem update bundler
|
48
|
+
- bundle update
|
49
|
+
- bundle exec rspec
|
50
|
+
develop:
|
51
|
+
- step:
|
52
|
+
caches:
|
53
|
+
- bundler
|
54
|
+
script:
|
55
|
+
- gem install rubocop
|
56
|
+
- gem update rubocop
|
57
|
+
- rubocop
|
58
|
+
- step:
|
59
|
+
caches:
|
60
|
+
- bundler
|
61
|
+
script:
|
62
|
+
- gem install bundler
|
63
|
+
- gem update bundler
|
64
|
+
- bundle update
|
65
|
+
- bundle exec rspec
|
66
|
+
|
67
|
+
definitions:
|
68
|
+
caches:
|
69
|
+
bundler: /usr/local/bundle
|
@@ -16,14 +16,16 @@ Gem::Specification.new do |spec|
|
|
16
16
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
18
18
|
spec.metadata['source_code_uri'] = 'https://bitbucket.org/legion-io/lex-lex'
|
19
|
-
spec.metadata['
|
19
|
+
spec.metadata['documentation_uri'] = 'https://legionio.atlassian.net/wiki/spaces/LEX/pages/612270215'
|
20
|
+
spec.metadata['changelog_uri'] = 'https://legionio.atlassian.net/wiki/spaces/LEX/pages/614891616'
|
21
|
+
spec.metadata['bug_tracker_uri'] = 'https://bitbucket.org/legion-io/lex-lex/issues'
|
20
22
|
|
21
23
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
22
24
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
23
25
|
end
|
24
26
|
spec.require_paths = ['lib']
|
25
27
|
|
26
|
-
spec.add_development_dependency '
|
28
|
+
spec.add_development_dependency 'bundler', '>= 2'
|
27
29
|
spec.add_development_dependency 'rake'
|
28
30
|
spec.add_development_dependency 'rspec'
|
29
31
|
spec.add_development_dependency 'rubocop'
|
@@ -1,10 +1,13 @@
|
|
1
1
|
require 'legion/extensions/lex/version'
|
2
|
-
require 'legion/extensions'
|
3
2
|
|
4
3
|
module Legion
|
5
4
|
module Extensions
|
6
5
|
module Lex
|
7
|
-
extend Legion::Extensions::Core
|
6
|
+
extend Legion::Extensions::Core if Legion::Extensions.const_defined? :Core
|
7
|
+
end
|
8
|
+
|
9
|
+
def data_required?
|
10
|
+
true
|
8
11
|
end
|
9
12
|
end
|
10
13
|
end
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lex-lex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Esity
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '2'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '2'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -91,15 +91,13 @@ files:
|
|
91
91
|
- ".gitignore"
|
92
92
|
- ".rspec"
|
93
93
|
- ".rubocop.yml"
|
94
|
-
- ".travis.yml"
|
95
94
|
- Gemfile
|
96
95
|
- Gemfile.lock
|
97
96
|
- LICENSE.txt
|
98
97
|
- README.md
|
99
98
|
- Rakefile
|
100
|
-
-
|
101
|
-
-
|
102
|
-
- legion-extensions-lex.gemspec
|
99
|
+
- bitbucket-pipelines.yml
|
100
|
+
- lex-lex.gemspec
|
103
101
|
- lib/legion/extensions/lex.rb
|
104
102
|
- lib/legion/extensions/lex/runners/extension.rb
|
105
103
|
- lib/legion/extensions/lex/runners/function.rb
|
@@ -112,8 +110,10 @@ licenses:
|
|
112
110
|
metadata:
|
113
111
|
homepage_uri: https://bitbucket.org/legion-io
|
114
112
|
source_code_uri: https://bitbucket.org/legion-io/lex-lex
|
115
|
-
|
116
|
-
|
113
|
+
documentation_uri: https://legionio.atlassian.net/wiki/spaces/LEX/pages/612270215
|
114
|
+
changelog_uri: https://legionio.atlassian.net/wiki/spaces/LEX/pages/614891616
|
115
|
+
bug_tracker_uri: https://bitbucket.org/legion-io/lex-lex/issues
|
116
|
+
post_install_message:
|
117
117
|
rdoc_options: []
|
118
118
|
require_paths:
|
119
119
|
- lib
|
@@ -128,8 +128,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '0'
|
130
130
|
requirements: []
|
131
|
-
rubygems_version: 3.1.
|
132
|
-
signing_key:
|
131
|
+
rubygems_version: 3.1.4
|
132
|
+
signing_key:
|
133
133
|
specification_version: 4
|
134
134
|
summary: Lex::Lex manages Legion Extensions
|
135
135
|
test_files: []
|
data/.travis.yml
DELETED
data/bin/console
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
require 'bundler/setup'
|
5
|
-
require 'legion/extensions/lex'
|
6
|
-
|
7
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
8
|
-
# with your gem easier. You can also use a different console, if you like.
|
9
|
-
|
10
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
11
|
-
# require "pry"
|
12
|
-
# Pry.start
|
13
|
-
|
14
|
-
require 'irb'
|
15
|
-
IRB.start(__FILE__)
|