hot-glue 0.6.3.3 → 0.6.4
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/README.md +14 -0
- data/lib/hotglue/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1dba1b859e4d938e78c7b52783d63bdbda1a777443cfd3ffaa563b09d30e87d8
|
|
4
|
+
data.tar.gz: a4ca56dc9f3d29b3824ec5f9d305c1bca3ec54ea500cc9d5e334a294affd9449
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e04f745ed5b0c699ef10ba60bb0aad77f8870720ffaea550976901342c6289e031a565fbc2c663555db7fed1fd98678ac58c594ba0dc191558b05e3fc3852261
|
|
7
|
+
data.tar.gz: 280916089abee5264deda93738c2cf5922da5da90eaffb268959f403d091019e851980e59130938ba5cede468217e40f8b69a0bfd55b673a390096eec92d944e
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
hot-glue (0.6.
|
|
4
|
+
hot-glue (0.6.4)
|
|
5
5
|
ffaker (~> 2.16)
|
|
6
6
|
kaminari (~> 1.2)
|
|
7
7
|
rails (> 5.1)
|
|
@@ -133,20 +133,20 @@ GEM
|
|
|
133
133
|
net-imap
|
|
134
134
|
net-pop
|
|
135
135
|
net-smtp
|
|
136
|
-
marcel (1.0.
|
|
136
|
+
marcel (1.0.4)
|
|
137
137
|
matrix (0.4.2)
|
|
138
138
|
method_source (1.0.0)
|
|
139
139
|
mini_mime (1.1.2)
|
|
140
140
|
mini_portile2 (2.8.4)
|
|
141
141
|
minitest (5.16.3)
|
|
142
|
-
net-imap (0.4.
|
|
142
|
+
net-imap (0.4.14)
|
|
143
143
|
date
|
|
144
144
|
net-protocol
|
|
145
145
|
net-pop (0.1.2)
|
|
146
146
|
net-protocol
|
|
147
147
|
net-protocol (0.2.2)
|
|
148
148
|
timeout
|
|
149
|
-
net-smtp (0.
|
|
149
|
+
net-smtp (0.5.0)
|
|
150
150
|
net-protocol
|
|
151
151
|
nio4r (2.5.8)
|
|
152
152
|
nokogiri (1.13.9)
|
data/README.md
CHANGED
|
@@ -1612,6 +1612,20 @@ These automatic pickups for partials are detected at buildtime. This means that
|
|
|
1612
1612
|
|
|
1613
1613
|
# VERSION HISTORY
|
|
1614
1614
|
|
|
1615
|
+
|
|
1616
|
+
#### 2024-08-08 - v0.6.4 (renumbered v 6.0.3.3)
|
|
1617
|
+
|
|
1618
|
+
• Adds pickup partials for
|
|
1619
|
+
`_index_before_list`
|
|
1620
|
+
`_list_after_each_row`
|
|
1621
|
+
`_list_after_each_row_heading`
|
|
1622
|
+
|
|
1623
|
+
Remember, to use pickup partials these partials must exist in the build folder at the time you are building scaffolding.
|
|
1624
|
+
|
|
1625
|
+
• Fixes issue with Rails 7.1 when using `--no-edit` or `--no-delete` flags
|
|
1626
|
+
(Rails 7.1 enforces the presence of action names flagged with `only` on the before hook, which caused `The show action could not be found for the :load_charge callback...`)
|
|
1627
|
+
|
|
1628
|
+
|
|
1615
1629
|
#### 2024-07-29 - v0.6.3.3
|
|
1616
1630
|
|
|
1617
1631
|
• Adds pickup partials for
|
data/lib/hotglue/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hot-glue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Fleetwood-Boldt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|