turbo_reflex 0.0.2 → 0.0.3
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/Dockerfile +24 -0
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/app/assets/builds/{turbo_reflex.min.js → turbo_reflex.js} +1 -1
- data/app/assets/builds/{turbo_reflex.min.js.map → turbo_reflex.js.map} +0 -0
- data/docker-compose.yml +23 -0
- data/lib/turbo_reflex/version.rb +1 -1
- data/package.json +3 -3
- data/yarn-error.log +3033 -0
- metadata +7 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbo_reflex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nate Hopkins (hopsoft)
|
@@ -257,13 +257,14 @@ extensions: []
|
|
257
257
|
extra_rdoc_files: []
|
258
258
|
files:
|
259
259
|
- CODE_OF_CONDUCT.md
|
260
|
+
- Dockerfile
|
260
261
|
- Gemfile
|
261
262
|
- Gemfile.lock
|
262
263
|
- MIT-LICENSE
|
263
264
|
- README.md
|
264
265
|
- Rakefile
|
265
|
-
- app/assets/builds/turbo_reflex.
|
266
|
-
- app/assets/builds/turbo_reflex.
|
266
|
+
- app/assets/builds/turbo_reflex.js
|
267
|
+
- app/assets/builds/turbo_reflex.js.map
|
267
268
|
- app/assets/images/turbo-reflex-logo-dark.webp
|
268
269
|
- app/assets/images/turbo-reflex-logo-light.webp
|
269
270
|
- app/assets/images/turbo-reflex-mark.webp
|
@@ -277,6 +278,7 @@ files:
|
|
277
278
|
- bin/loc
|
278
279
|
- bin/standardize
|
279
280
|
- bin/test
|
281
|
+
- docker-compose.yml
|
280
282
|
- lib/turbo_reflex.rb
|
281
283
|
- lib/turbo_reflex/base.rb
|
282
284
|
- lib/turbo_reflex/engine.rb
|
@@ -284,6 +286,7 @@ files:
|
|
284
286
|
- lib/turbo_reflex/version.rb
|
285
287
|
- package.json
|
286
288
|
- turbo_reflex.gemspec
|
289
|
+
- yarn-error.log
|
287
290
|
- yarn.lock
|
288
291
|
homepage: https://github.com/hopsoft/turbo_reflex
|
289
292
|
licenses:
|
@@ -307,7 +310,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
307
310
|
- !ruby/object:Gem::Version
|
308
311
|
version: '0'
|
309
312
|
requirements: []
|
310
|
-
rubygems_version: 3.3.
|
313
|
+
rubygems_version: 3.3.21
|
311
314
|
signing_key:
|
312
315
|
specification_version: 4
|
313
316
|
summary: Reflexes for Turbo Frames that help you build robust reactive applications
|