factory_bot_rails 6.4.3 → 6.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS.md +4 -0
  3. data/README.md +10 -4
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70ac3e65ecb946bde74a107d453206896d96a0bdd02d52f6e9d99cc4b11ace65
4
- data.tar.gz: c5478bf4191651ac02e944af9d118f2243b10fd508073b0911c9b165ad6afd1e
3
+ metadata.gz: 4c891e6c2be284a3021b951364c826af87e0b44a5df42a0bf5e46724551af1c5
4
+ data.tar.gz: b00c271f28ebaca3026ab9c7da3a02ea348ecead85cb15cfa275337c9eb5e84f
5
5
  SHA512:
6
- metadata.gz: 4ff19ee6c07babb79676b2ecea45b5abc8dcc6af75042409a3a4e373e9db91787b0f0506d626700303414fc9b2e50f355c2757e1ec9289fccdcf14b6239f30e8
7
- data.tar.gz: d1a7e2c0c2966eff606e58addc63fe1dba533934fcb45ff1c7399ce5afd5604f1efab1d755e133bcd54f6b12850c76df88108b74df0da19917864e0c94ad8b92
6
+ metadata.gz: 3064dcddfc012355940f8ed7ab03e454d8d9fef625004eca93b5d6f3e054ba1acfb8151771b3526dc6b6e7f51517289d69934c48cd4b8e957e71cfcacd76cbaf
7
+ data.tar.gz: e887d43df27d88d2979136201293dc8b601af0cc5f243e278706fbdd370fb317783b65a25a6950b218e010bb65c35182f5eac6b7f98dad1539fc8d8e8079650e
data/NEWS.md CHANGED
@@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project.
3
3
 
4
4
  # NEWS
5
5
 
6
+ ## 6.4.4 (October 25, 2024)
7
+
8
+ * Changed: Bump Factory Bot 6.5.0
9
+
6
10
  ## 6.4.3 (December 29, 2023)
7
11
 
8
12
  * Changed: allow sequence definitions for ActiveRecord primary keys (Mike
data/README.md CHANGED
@@ -161,21 +161,27 @@ community](https://github.com/thoughtbot/factory_bot_rails/graphs/contributors).
161
161
 
162
162
  ## License
163
163
 
164
- factory_bot_rails is Copyright © 2008-2020 Joe Ferris and thoughtbot. It is free
164
+ factory_bot_rails is Copyright © 2008 Joe Ferris and thoughtbot. It is free
165
165
  software, and may be redistributed under the terms specified in the
166
166
  [LICENSE](LICENSE) file.
167
167
 
168
+ <!-- START /templates/footer.md -->
168
169
  ## About thoughtbot
169
170
 
170
- ![thoughtbot](https://thoughtbot.com/brand_assets/93:44.svg)
171
+ ![thoughtbot](https://thoughtbot.com/thoughtbot-logo-for-readmes.svg)
171
172
 
172
- factory_bot_rails is maintained and funded by thoughtbot, inc.
173
+ This repo is maintained and funded by thoughtbot, inc.
173
174
  The names and logos for thoughtbot are trademarks of thoughtbot, inc.
174
175
 
175
- We are passionate about open source software.
176
+ We love open source software!
176
177
  See [our other projects][community].
177
178
  We are [available for hire][hire].
178
179
 
180
+ [community]: https://thoughtbot.com/community?utm_source=github
181
+ [hire]: https://thoughtbot.com/hire-us?utm_source=github
182
+
183
+ <!-- END /templates/footer.md -->
184
+
179
185
  [fb]: https://github.com/thoughtbot/factory_bot
180
186
  [grade]: https://codeclimate.com/github/thoughtbot/factory_bot_rails
181
187
  [grade-image]: https://codeclimate.com/github/thoughtbot/factory_bot_rails.svg
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_bot_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.3
4
+ version: 6.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Ferris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-30 00:00:00.000000000 Z
11
+ date: 2024-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: factory_bot
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '6.4'
19
+ version: '6.5'
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: '6.4'
26
+ version: '6.5'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: railties
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.4.10
113
+ rubygems_version: 3.5.22
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: factory_bot_rails provides integration between factory_bot and rails 5.0