ree 1.0.33 → 1.0.35
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 +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +32 -25
- data/lib/ree/bean_dsl.rb +1 -0
- data/lib/ree/fn_dsl.rb +1 -0
- data/lib/ree/inspectable.rb +10 -0
- data/lib/ree/version.rb +1 -1
- data/lib/ree.rb +1 -0
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 430a09654fd1fefd69e6027549eb184dc873df7475d52aa4523c37e31e27cd43
|
|
4
|
+
data.tar.gz: d80bac04108a35a65f62821d979f66efdc96d771c492f1c50bb64961fe0e95f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a8e1956af3506d256018cd74dbf9c9f77cfd20163aedff95b592c41da15fd80c9bc332e259b80d87500cae6c20df892936a0a8cf2fdc5d442fc95b885cbc40f
|
|
7
|
+
data.tar.gz: 6479948915d542ca34491e51cb229b6d94d9f5c5a982ccb9816f11ca6c10627ebaf4c3bb3e19e66f39d67204043013479f4fe5b73faee2972f871b96e37a9486
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.3.0
|
data/Gemfile.lock
CHANGED
|
@@ -1,43 +1,50 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ree (1.0.
|
|
5
|
-
commander (~>
|
|
4
|
+
ree (1.0.34)
|
|
5
|
+
commander (~> 5.0.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
commander (
|
|
11
|
-
highline (~>
|
|
12
|
-
debug (1.
|
|
13
|
-
irb (
|
|
14
|
-
reline (>= 0.3.
|
|
10
|
+
commander (5.0.0)
|
|
11
|
+
highline (~> 3.0.0)
|
|
12
|
+
debug (1.9.1)
|
|
13
|
+
irb (~> 1.10)
|
|
14
|
+
reline (>= 0.3.8)
|
|
15
15
|
diff-lcs (1.5.0)
|
|
16
|
-
highline (
|
|
17
|
-
io-console (0.
|
|
18
|
-
irb (1.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
highline (3.0.1)
|
|
17
|
+
io-console (0.7.2)
|
|
18
|
+
irb (1.11.1)
|
|
19
|
+
rdoc
|
|
20
|
+
reline (>= 0.4.2)
|
|
21
|
+
psych (5.1.2)
|
|
22
|
+
stringio
|
|
23
|
+
rake (13.1.0)
|
|
24
|
+
rdoc (6.6.2)
|
|
25
|
+
psych (>= 4.0.0)
|
|
26
|
+
reline (0.4.2)
|
|
22
27
|
io-console (~> 0.5)
|
|
23
|
-
rspec (3.
|
|
24
|
-
rspec-core (~> 3.
|
|
25
|
-
rspec-expectations (~> 3.
|
|
26
|
-
rspec-mocks (~> 3.
|
|
27
|
-
rspec-core (3.
|
|
28
|
-
rspec-support (~> 3.
|
|
29
|
-
rspec-expectations (3.
|
|
28
|
+
rspec (3.12.0)
|
|
29
|
+
rspec-core (~> 3.12.0)
|
|
30
|
+
rspec-expectations (~> 3.12.0)
|
|
31
|
+
rspec-mocks (~> 3.12.0)
|
|
32
|
+
rspec-core (3.12.2)
|
|
33
|
+
rspec-support (~> 3.12.0)
|
|
34
|
+
rspec-expectations (3.12.3)
|
|
30
35
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
31
|
-
rspec-support (~> 3.
|
|
32
|
-
rspec-mocks (3.
|
|
36
|
+
rspec-support (~> 3.12.0)
|
|
37
|
+
rspec-mocks (3.12.6)
|
|
33
38
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
34
|
-
rspec-support (~> 3.
|
|
35
|
-
rspec-support (3.
|
|
39
|
+
rspec-support (~> 3.12.0)
|
|
40
|
+
rspec-support (3.12.1)
|
|
41
|
+
stringio (3.1.0)
|
|
36
42
|
|
|
37
43
|
PLATFORMS
|
|
38
44
|
arm64-darwin-21
|
|
39
45
|
x86_64-darwin-19
|
|
40
46
|
x86_64-darwin-21
|
|
47
|
+
x86_64-darwin-22
|
|
41
48
|
x86_64-linux
|
|
42
49
|
|
|
43
50
|
DEPENDENCIES
|
|
@@ -47,4 +54,4 @@ DEPENDENCIES
|
|
|
47
54
|
rspec (~> 3.0)
|
|
48
55
|
|
|
49
56
|
BUNDLED WITH
|
|
50
|
-
2.
|
|
57
|
+
2.5.4
|
data/lib/ree/bean_dsl.rb
CHANGED
data/lib/ree/fn_dsl.rb
CHANGED
data/lib/ree/version.rb
CHANGED
data/lib/ree.rb
CHANGED
|
@@ -17,6 +17,7 @@ module Ree
|
|
|
17
17
|
autoload :FnDSL, 'ree/fn_dsl'
|
|
18
18
|
autoload :Gen, 'ree/gen'
|
|
19
19
|
autoload :ImportDsl, 'ree/dsl/import_dsl'
|
|
20
|
+
autoload :Inspectable, 'ree/inspectable'
|
|
20
21
|
autoload :LinkDSL, 'ree/link_dsl'
|
|
21
22
|
autoload :LinkImportBuilder, 'ree/dsl/link_import_builder'
|
|
22
23
|
autoload :LinkValidator, 'ree/core/link_validator'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ree
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.35
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ruslan Gatiyatov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 5.0.0
|
|
20
20
|
type: :runtime
|
|
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: 5.0.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: debug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -156,6 +156,7 @@ files:
|
|
|
156
156
|
- lib/ree/gen/init.rb
|
|
157
157
|
- lib/ree/gen/package.rb
|
|
158
158
|
- lib/ree/handlers/template_handler.rb
|
|
159
|
+
- lib/ree/inspectable.rb
|
|
159
160
|
- lib/ree/link_dsl.rb
|
|
160
161
|
- lib/ree/object_compiler.rb
|
|
161
162
|
- lib/ree/package_dsl.rb
|
|
@@ -212,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
212
213
|
- !ruby/object:Gem::Version
|
|
213
214
|
version: '0'
|
|
214
215
|
requirements: []
|
|
215
|
-
rubygems_version: 3.
|
|
216
|
+
rubygems_version: 3.5.3
|
|
216
217
|
signing_key:
|
|
217
218
|
specification_version: 4
|
|
218
219
|
summary: Ruby framework to create modular applications
|