turbo_power 0.3.0 → 0.3.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 +4 -4
- data/Gemfile.lock +4 -4
- data/lib/turbo_power/attribute_transformations.rb +2 -0
- data/lib/turbo_power/stream_helper.rb +2 -2
- data/lib/turbo_power/version.rb +1 -1
- data/turbo_power.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c3c5109aee34813e0acbc4bdd7ba21524ca309276e560ad89ee24fce35fd07d
|
|
4
|
+
data.tar.gz: 5e1c135349707f5b7e6652c338e584f2429c2a83eca55bda25e2dadd06b2dd83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fba91776a38ef860065753b6d47e7f9cf8eb565052caf8a431120c6de3626949c7666cea47e5781663fac9faa622815423fbd139b440537fd6129e5e1ff642a
|
|
7
|
+
data.tar.gz: 139289591c37ca8707dcb090a035e383732e5d0e18d1570f7b78288fcb32d31f06b3e85c22b02c4575899aaa591b9e465b4f072139a4784b0d82c6c985fee860
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
turbo_power (0.
|
|
5
|
-
turbo-rails (~> 1.3
|
|
4
|
+
turbo_power (0.3.1)
|
|
5
|
+
turbo-rails (~> 1.3)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
@@ -30,7 +30,7 @@ GEM
|
|
|
30
30
|
tzinfo (~> 2.0)
|
|
31
31
|
ast (2.4.2)
|
|
32
32
|
builder (3.2.4)
|
|
33
|
-
concurrent-ruby (1.2.
|
|
33
|
+
concurrent-ruby (1.2.2)
|
|
34
34
|
crass (1.0.6)
|
|
35
35
|
erubi (1.12.0)
|
|
36
36
|
globalid (1.1.0)
|
|
@@ -44,7 +44,7 @@ GEM
|
|
|
44
44
|
method_source (1.0.0)
|
|
45
45
|
mini_portile2 (2.8.1)
|
|
46
46
|
minitest (5.17.0)
|
|
47
|
-
nokogiri (1.14.
|
|
47
|
+
nokogiri (1.14.2-x86_64-darwin)
|
|
48
48
|
racc (~> 1.4)
|
|
49
49
|
parallel (1.22.1)
|
|
50
50
|
parser (3.1.3.0)
|
|
@@ -181,8 +181,8 @@ module TurboPower
|
|
|
181
181
|
|
|
182
182
|
# Debug Actions
|
|
183
183
|
|
|
184
|
-
def console_log(message, level = :log, **attributes)
|
|
185
|
-
custom_action :console_log, attributes: attributes.
|
|
184
|
+
def console_log(message = nil, level = :log, **attributes)
|
|
185
|
+
custom_action :console_log, attributes: attributes.reverse_merge(message: message, level: level)
|
|
186
186
|
end
|
|
187
187
|
|
|
188
188
|
def console_table(data, columns, **attributes)
|
data/lib/turbo_power/version.rb
CHANGED
data/turbo_power.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbo_power
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marco Roth
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02
|
|
11
|
+
date: 2023-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: turbo-rails
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.3
|
|
19
|
+
version: '1.3'
|
|
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: 1.3
|
|
26
|
+
version: '1.3'
|
|
27
27
|
description: Power-pack for Turbo Streams
|
|
28
28
|
email:
|
|
29
29
|
- marco.roth@hey.com
|