rbexy 2.0.0.rc6 → 2.0.0.rc7
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/.github/workflows/main.yml +7 -1
- data/Gemfile.lock +3 -1
- data/gemfiles/rails_7_0.gemfile.lock +3 -1
- data/gemfiles/rails_7_1.gemfile.lock +3 -1
- data/gemfiles/rails_7_2.gemfile.lock +3 -1
- data/gemfiles/rails_8_0.gemfile.lock +3 -1
- data/gemfiles/rails_8_1.gemfile.lock +3 -1
- data/lib/rbexy/version.rb +1 -1
- data/rbexy.gemspec +1 -0
- metadata +18 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c570b832c0e6dda1da34b7ca435b96e632bc4d195c578e53787887b9ba8c5ed
|
|
4
|
+
data.tar.gz: d6a4ce1370fa933dee2e036f525990c571019ff83eabf73f4943dc6a13fda609
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7272017d6f19cd80dfa7096117a35c05aecf8a4250d130dda20a984958e77c0391ffb09981f61951bffb4042651ff451d021f78cd4560784b9449e400460258e
|
|
7
|
+
data.tar.gz: e24eb7568faf2373a8432fb642ad99756c34eb99d6627634e1e092f4b51c1bbb47384d9b5437f8339d70691238bd8401b96f0fc753cf89278528eba8e688fb80
|
data/.github/workflows/main.yml
CHANGED
|
@@ -7,7 +7,13 @@ jobs:
|
|
|
7
7
|
matrix:
|
|
8
8
|
gemfile: [rails_7_0, rails_7_1, rails_7_2, rails_8_0, rails_8_1]
|
|
9
9
|
# quote version numbers, they are not "numbers"
|
|
10
|
-
ruby: ['3.3']
|
|
10
|
+
ruby: ['3.3', '3.4', '4.0']
|
|
11
|
+
exclude:
|
|
12
|
+
# Rails 7.0 requires sqlite3 ~> 1.4, which doesn't support Ruby 3.4+
|
|
13
|
+
- gemfile: rails_7_0
|
|
14
|
+
ruby: '3.4'
|
|
15
|
+
- gemfile: rails_7_0
|
|
16
|
+
ruby: '4.0'
|
|
11
17
|
runs-on: ubuntu-latest
|
|
12
18
|
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
|
|
13
19
|
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
|
data/Gemfile.lock
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rbexy (2.0.0.
|
|
4
|
+
rbexy (2.0.0.rc7)
|
|
5
5
|
actionview (>= 7.0, < 8.2)
|
|
6
6
|
activesupport (>= 7.0, < 8.2)
|
|
7
|
+
ostruct
|
|
7
8
|
|
|
8
9
|
GEM
|
|
9
10
|
remote: https://rubygems.org/
|
|
@@ -156,6 +157,7 @@ GEM
|
|
|
156
157
|
notiffany (0.1.3)
|
|
157
158
|
nenv (~> 0.1)
|
|
158
159
|
shellany (~> 0.0)
|
|
160
|
+
ostruct (0.6.3)
|
|
159
161
|
pry (0.14.2)
|
|
160
162
|
coderay (~> 1.1)
|
|
161
163
|
method_source (~> 1.0)
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
rbexy (2.0.0.
|
|
4
|
+
rbexy (2.0.0.rc7)
|
|
5
5
|
actionview (>= 7.0, < 8.2)
|
|
6
6
|
activesupport (>= 7.0, < 8.2)
|
|
7
|
+
ostruct
|
|
7
8
|
|
|
8
9
|
GEM
|
|
9
10
|
remote: https://rubygems.org/
|
|
@@ -188,6 +189,7 @@ GEM
|
|
|
188
189
|
notiffany (0.1.3)
|
|
189
190
|
nenv (~> 0.1)
|
|
190
191
|
shellany (~> 0.0)
|
|
192
|
+
ostruct (0.6.3)
|
|
191
193
|
prism (1.9.0)
|
|
192
194
|
pry (0.16.0)
|
|
193
195
|
coderay (~> 1.1)
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
rbexy (2.0.0.
|
|
4
|
+
rbexy (2.0.0.rc7)
|
|
5
5
|
actionview (>= 7.0, < 8.2)
|
|
6
6
|
activesupport (>= 7.0, < 8.2)
|
|
7
|
+
ostruct
|
|
7
8
|
|
|
8
9
|
GEM
|
|
9
10
|
remote: https://rubygems.org/
|
|
@@ -202,6 +203,7 @@ GEM
|
|
|
202
203
|
notiffany (0.1.3)
|
|
203
204
|
nenv (~> 0.1)
|
|
204
205
|
shellany (~> 0.0)
|
|
206
|
+
ostruct (0.6.3)
|
|
205
207
|
pp (0.6.3)
|
|
206
208
|
prettyprint
|
|
207
209
|
prettyprint (0.2.0)
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
rbexy (2.0.0.
|
|
4
|
+
rbexy (2.0.0.rc7)
|
|
5
5
|
actionview (>= 7.0, < 8.2)
|
|
6
6
|
activesupport (>= 7.0, < 8.2)
|
|
7
|
+
ostruct
|
|
7
8
|
|
|
8
9
|
GEM
|
|
9
10
|
remote: https://rubygems.org/
|
|
@@ -193,6 +194,7 @@ GEM
|
|
|
193
194
|
notiffany (0.1.3)
|
|
194
195
|
nenv (~> 0.1)
|
|
195
196
|
shellany (~> 0.0)
|
|
197
|
+
ostruct (0.6.3)
|
|
196
198
|
pp (0.6.3)
|
|
197
199
|
prettyprint
|
|
198
200
|
prettyprint (0.2.0)
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
rbexy (2.0.0.
|
|
4
|
+
rbexy (2.0.0.rc7)
|
|
5
5
|
actionview (>= 7.0, < 8.2)
|
|
6
6
|
activesupport (>= 7.0, < 8.2)
|
|
7
|
+
ostruct
|
|
7
8
|
|
|
8
9
|
GEM
|
|
9
10
|
remote: https://rubygems.org/
|
|
@@ -192,6 +193,7 @@ GEM
|
|
|
192
193
|
notiffany (0.1.3)
|
|
193
194
|
nenv (~> 0.1)
|
|
194
195
|
shellany (~> 0.0)
|
|
196
|
+
ostruct (0.6.3)
|
|
195
197
|
pp (0.6.3)
|
|
196
198
|
prettyprint
|
|
197
199
|
prettyprint (0.2.0)
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
rbexy (2.0.0.
|
|
4
|
+
rbexy (2.0.0.rc7)
|
|
5
5
|
actionview (>= 7.0, < 8.2)
|
|
6
6
|
activesupport (>= 7.0, < 8.2)
|
|
7
|
+
ostruct
|
|
7
8
|
|
|
8
9
|
GEM
|
|
9
10
|
remote: https://rubygems.org/
|
|
@@ -195,6 +196,7 @@ GEM
|
|
|
195
196
|
notiffany (0.1.3)
|
|
196
197
|
nenv (~> 0.1)
|
|
197
198
|
shellany (~> 0.0)
|
|
199
|
+
ostruct (0.6.3)
|
|
198
200
|
pp (0.6.3)
|
|
199
201
|
prettyprint
|
|
200
202
|
prettyprint (0.2.0)
|
data/lib/rbexy/version.rb
CHANGED
data/rbexy.gemspec
CHANGED
|
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
|
|
28
28
|
spec.add_dependency "activesupport", ">= 7.0", "< 8.2"
|
|
29
29
|
spec.add_dependency "actionview", ">= 7.0", "< 8.2"
|
|
30
|
+
spec.add_dependency "ostruct"
|
|
30
31
|
|
|
31
32
|
spec.add_development_dependency "appraisal", "~> 2.2"
|
|
32
33
|
spec.add_development_dependency "rails", ">= 7.0", "< 8.2"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbexy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.
|
|
4
|
+
version: 2.0.0.rc7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Giancola
|
|
@@ -50,6 +50,20 @@ dependencies:
|
|
|
50
50
|
- - "<"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: '8.2'
|
|
53
|
+
- !ruby/object:Gem::Dependency
|
|
54
|
+
name: ostruct
|
|
55
|
+
requirement: !ruby/object:Gem::Requirement
|
|
56
|
+
requirements:
|
|
57
|
+
- - ">="
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '0'
|
|
60
|
+
type: :runtime
|
|
61
|
+
prerelease: false
|
|
62
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
63
|
+
requirements:
|
|
64
|
+
- - ">="
|
|
65
|
+
- !ruby/object:Gem::Version
|
|
66
|
+
version: '0'
|
|
53
67
|
- !ruby/object:Gem::Dependency
|
|
54
68
|
name: appraisal
|
|
55
69
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -335,11 +349,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
335
349
|
version: 3.3.0
|
|
336
350
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
337
351
|
requirements:
|
|
338
|
-
- - "
|
|
352
|
+
- - ">="
|
|
339
353
|
- !ruby/object:Gem::Version
|
|
340
|
-
version:
|
|
354
|
+
version: '0'
|
|
341
355
|
requirements: []
|
|
342
|
-
rubygems_version: 3.
|
|
356
|
+
rubygems_version: 3.5.16
|
|
343
357
|
signing_key:
|
|
344
358
|
specification_version: 4
|
|
345
359
|
summary: A Ruby template language inspired by JSX
|