factory_bot_rails 6.4.3 → 6.4.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/NEWS.md +4 -0
- data/README.md +10 -4
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c891e6c2be284a3021b951364c826af87e0b44a5df42a0bf5e46724551af1c5
|
|
4
|
+
data.tar.gz: b00c271f28ebaca3026ab9c7da3a02ea348ecead85cb15cfa275337c9eb5e84f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
-

|
|
171
172
|
|
|
172
|
-
|
|
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
|
|
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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.
|
|
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
|