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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7aeda073255d2be791a77dd97dac1176d2356020944d3dba448bf0c1b4e2008
4
- data.tar.gz: 0a02c5f58d6a5a4bd77075cc568b2dfe8c1f7c8bb696622c029ba85a252664d5
3
+ metadata.gz: 1dba1b859e4d938e78c7b52783d63bdbda1a777443cfd3ffaa563b09d30e87d8
4
+ data.tar.gz: a4ca56dc9f3d29b3824ec5f9d305c1bca3ec54ea500cc9d5e334a294affd9449
5
5
  SHA512:
6
- metadata.gz: 67b004befc06d35faf3a3a2a03aa41eb10d895720386d872ba058071334eb5f9ebf8d7880861a2398700cd20fdc7224bcde7a7c7339c6f81b06fc8cf49a39276
7
- data.tar.gz: 84885a474770d0c372df94755705bab8088f07734ac636536e3f400642053e9989059fb748cfa9e39e73221f7baac291316e8a1625743058b89536b3aca1eb86
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.3.2)
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.2)
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.9.1)
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.4.0.1)
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
@@ -1,5 +1,5 @@
1
1
  module HotGlue
2
2
  class Version
3
- CURRENT = '0.6.3.3'
3
+ CURRENT = '0.6.4'
4
4
  end
5
5
  end
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.3.3
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-07-29 00:00:00.000000000 Z
11
+ date: 2024-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails