hot-glue 0.5.7 → 0.5.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 542376a38c918a449ff542925f226deccdc53df8c538d01044ac1c48ecd62943
4
- data.tar.gz: 53f6afd924df425bb32ccd61b9d592a3d21e32ad8af4a71842d8c14539fe6fd0
3
+ metadata.gz: 7250883736f21b7f97d3cb02a6f3a067cecd8ba9bf5f5c517eb02a0e807f5edd
4
+ data.tar.gz: 68f04916f80d13ea4bb5edd0aab469e0641c62d9d183b8ea47a5207de9d3e903
5
5
  SHA512:
6
- metadata.gz: 7a3d4402f80c44ec09955aa53a4f9fae2c02567957d0f3f5b174a829728af5e0e57ea6add91fe974c5752eef67826cea3c5d0e1bac42bab8a838a49979f27b8e
7
- data.tar.gz: da590a33b01a00f798c6db36e2f68289284a2b886e2e92e34eb0dbfe538b515423c95d63732bdabe19c404323d78c88491238c9f591591abbc758bc4f068879d
6
+ metadata.gz: b233a1dae20729ed929a7c631be6a8569ee495a7608c0428f335f1f64896954bdc538b674c8e660d3212af47341523a6eeae396b71818bdef9eea9e00e9a4e0e
7
+ data.tar.gz: d258473a74370acb5bfb7b26beaa0e653cdbe7010ff66ee2dcb533ebb74b465b757043828bcba1a7a653af11bdfe262d1b28b7f8bb497b0d7e6a7a2a98657578
data/.github/FUNDING.yml CHANGED
@@ -1 +1 @@
1
- custom: ["https://heliosdev.shop/p/hot-glue/","https://jfbcodes.com/p/hot-glue-in-depth-tutorial?utm_source=github.com&utm_campaign=github_hot_glue_repo_funding_link"]
1
+ custom: ["https://twitter.com/HotGlueForRails", "https://school.jasonfleetwoodboldt.com/8188?utm_source=github.com&utm_campaign=github_hot_glue_repo_funding_link"]
data/.gitignore CHANGED
@@ -28,6 +28,7 @@ dummy/config/hot_glue.yml
28
28
 
29
29
  coverage/
30
30
 
31
+ spec/dummy/app/controllers/
32
+ spec/dummy/app/views/
31
33
 
32
- spec/dummy/
33
34
  dummy/spec/system/
data/Gemfile CHANGED
@@ -24,7 +24,7 @@ gem "sprockets-rails"
24
24
  gem "importmap-rails"
25
25
  gem "stimulus-rails"
26
26
  gem "turbo-rails"
27
-
27
+ gem "byebug"
28
28
 
29
29
  gem "puma", "~> 5.0"
30
30
 
data/LICENSE CHANGED
@@ -1,10 +1,17 @@
1
- © 2022 Jason Fleetwood-Boldt. All Rights Reserved
2
- This software is 'fauxpen source,' which means you can think of it like 'free' as in speech but not 'free' as in beer....
3
1
 
4
- It is definitely 'free' as in Britney.
2
+
3
+ Copyright © 2022 Jason Fleetwood-Boldt. All Rights Reserved
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10
+
11
+
5
12
 
6
13
  TO PURCHASE A COMMERCIAL USAGE LICENSE PLEASE VISIT
7
14
  https://heliosdev.shop/hot-glue-license
8
15
 
9
- OR PURCHASE THE TUTORIAL (all purchases come with lifetime license)
10
- https://jfbcodes.com/p/hot-glue-in-depth-tutorial
16
+ OR PURCHASE THE TUTORIALS AT
17
+ https://school.jasonfleetwoodboldt.com/8188/?utm_source=github.com