hot-glue 0.3.9 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b43859a9d9550d50e2afb38b0a340bdbafd2c0cfc48864fca79134fa0ce96a73
4
- data.tar.gz: 566e3be087670f1bd4eb7a869a67934d576ed854f0c975437cd8fa04043f634d
3
+ metadata.gz: d47957c2da1cdb01154d9f1c38f0b75a5b49884170ba3c828c2e09deed802434
4
+ data.tar.gz: 9163970db2cd3ce1b500b685a98f012aff047e2d0405567d5b58593660064af5
5
5
  SHA512:
6
- metadata.gz: 0d7fb818064534ad24e0b069c8355b7cb677a87ebc45e5f2c1da4cf148eb824200c82bf29ec1effb9dada56144279f858cc92fb85d36e6727e927fef84e9fc7e
7
- data.tar.gz: 60bf9b8a843018bbba2d9457b99f212445dc51ca288e97f04940e17e9c25af72c586aa4c4fbbecf3bac900b0df1e844b80e62f3d276bbd7aa733fe60fb74f607
6
+ metadata.gz: 03ffdc5b1334eb92efe53dd4f4a9e8619dbb1b4a654f5f491a52b013770eb144e2d493ca4cfa8c3177d171515e803c18beb8c29a0419dac7fd431e143b373e14
7
+ data.tar.gz: 127404dffcd900f65297a7fc4aa73b81fab8caf035aa80787649a73d216a09f23b10c45c20ebbf2b4589292ee5564211f6db2234d2e2743b7ae7373f5cd53059
data/.github/FUNDING.yml CHANGED
@@ -1 +1,2 @@
1
- custom: ["https://heliosdev.shop/hot-glue-license?utm_source=github.com&utm_campaign=github_hot_glue_repo_funding_link","https://jfbcodes.com/hot-glue-tutorial", "https://shop.heliosdev.shop/?utm_source=github.com&utm_campaign=github_hot_glue_repo_funding_link"]
1
+ custom: ["https://heliosdev.shop/hot-glue-license?utm_source=github.com&utm_campaign=github_hot_glue_repo_funding_link",
2
+ "https://jfb.teachable.com/p/hot-glue-in-depth-tutorial?utm_source=github.com&utm_campaign=github_hot_glue_repo_funding_link"]
data/Gemfile CHANGED
@@ -4,13 +4,13 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
4
4
  gemspec
5
5
 
6
6
  # not required for your app
7
- gem 'sqlite3'
7
+ gem 'pg'
8
8
  gem 'byebug'
9
- gem 'rails', '6.1'
9
+ gem 'rails'
10
10
  gem 'devise', require: true
11
11
 
12
-
13
12
  # for testing
14
13
  gem "rails-controller-testing", group: [:test]
15
14
  gem "database_cleaner", group: [:test]
16
- gem "rspec-rails", group: [:test]
15
+ gem "rspec-rails", group: [:test]
16
+ gem "factory_bot", group: [:test]
data/Gemfile.lock CHANGED
@@ -1,12 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hot-glue (0.3.5)
4
+ hot-glue (0.4.2)
5
5
  ffaker (~> 2.16)
6
6
  kaminari (~> 1.2)
7
- rails (> 5.1, <= 7.0.0)
7
+ rails (> 5.1, <= 7)
8
8
  sass-rails
9
- turbo-rails (> 0.5)
10
9
 
11
10
  GEM
12
11
  remote: https://rubygems.org/
@@ -89,24 +88,26 @@ GEM
89
88
  warden (~> 1.2.3)
90
89
  diff-lcs (1.4.4)
91
90
  erubi (1.10.0)
91
+ factory_bot (6.2.0)
92
+ activesupport (>= 5.0.0)
92
93
  ffaker (2.20.0)
93
94
  ffi (1.15.4)
94
95
  globalid (0.4.2)
95
96
  activesupport (>= 4.2.0)
96
97
  i18n (1.8.10)
97
98
  concurrent-ruby (~> 1.0)
98
- kaminari (1.2.1)
99
+ kaminari (1.2.2)
99
100
  activesupport (>= 4.1.0)
100
- kaminari-actionview (= 1.2.1)
101
- kaminari-activerecord (= 1.2.1)
102
- kaminari-core (= 1.2.1)
103
- kaminari-actionview (1.2.1)
101
+ kaminari-actionview (= 1.2.2)
102
+ kaminari-activerecord (= 1.2.2)
103
+ kaminari-core (= 1.2.2)
104
+ kaminari-actionview (1.2.2)
104
105
  actionview
105
- kaminari-core (= 1.2.1)
106
- kaminari-activerecord (1.2.1)
106
+ kaminari-core (= 1.2.2)
107
+ kaminari-activerecord (1.2.2)
107
108
  activerecord
108
- kaminari-core (= 1.2.1)
109
- kaminari-core (1.2.1)
109
+ kaminari-core (= 1.2.2)
110
+ kaminari-core (1.2.2)
110
111
  loofah (2.10.0)
111
112
  crass (~> 1.0.2)
112
113
  nokogiri (>= 1.5.9)
@@ -126,6 +127,7 @@ GEM
126
127
  mini_portile2 (~> 2.5.0)
127
128
  racc (~> 1.4)
128
129
  orm_adapter (0.5.0)
130
+ pg (1.2.3)
129
131
  racc (1.5.2)
130
132
  rack (2.2.3)
131
133
  rack-test (1.1.0)
@@ -198,11 +200,8 @@ GEM
198
200
  actionpack (>= 4.0)
199
201
  activesupport (>= 4.0)
200
202
  sprockets (>= 3.0.0)
201
- sqlite3 (1.4.2)
202
203
  thor (1.1.0)
203
204
  tilt (2.0.10)
204
- turbo-rails (7.1.1)
205
- rails (>= 6.0.0)
206
205
  tzinfo (2.0.4)
207
206
  concurrent-ruby (~> 1.0)
208
207
  warden (1.2.9)
@@ -220,11 +219,12 @@ DEPENDENCIES
220
219
  byebug
221
220
  database_cleaner
222
221
  devise
222
+ factory_bot
223
223
  hot-glue!
224
- rails (= 6.1)
224
+ pg
225
+ rails
225
226
  rails-controller-testing
226
227
  rspec-rails
227
- sqlite3
228
228
 
229
229
  BUNDLED WITH
230
230
  2.1.4