factory_bot 4.11.0 → 4.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +6 -0
- data/GETTING_STARTED.md +1 -1
- data/NEWS +3 -0
- data/README.md +6 -6
- data/lib/factory_bot/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14d67d2d0498cdfe3d47717279561f299566ecd20084af6958e3c5143188ccae
|
4
|
+
data.tar.gz: bb6daffb31d969293032bbb2d655c3628095bdd285708fdc93fe2a60e4cd072e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24178c541ce3b726ad7274febd2bbf69ccaff9446a15a79b9bfce5525b0e2f63cc4af50a48950abe5b8b80397151bf86c31263463b0d7309093c870cb925c97d
|
7
|
+
data.tar.gz: 630e120e664a503de162d11d9dc36f83a7fc5602a8935875cacfb905b28c3cf1c8f0978137281b5aa8d2fed3fa40c236dd567cb7544bca44cb85e1f43fb2ac83
|
data/.yardopts
ADDED
data/GETTING_STARTED.md
CHANGED
data/NEWS
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
4.11.1 (September 7, 2018)
|
2
|
+
Documentation: Include .yardopts in the gem to fix broken RubyDoc links
|
3
|
+
|
1
4
|
4.11.0 (August, 15, 2018)
|
2
5
|
Bugfix: Do not raise error for valid build_stubbed methods: decrement, increment, and toggle
|
3
6
|
Bugfix: Do not add timestamps with build_stubbed for objects that shouldn't have timestamps
|
data/README.md
CHANGED
@@ -66,13 +66,13 @@ More Information
|
|
66
66
|
----------------
|
67
67
|
|
68
68
|
* [Rubygems](https://rubygems.org/gems/factory_bot)
|
69
|
-
* [Stack Overflow](
|
69
|
+
* [Stack Overflow](https://stackoverflow.com/questions/tagged/factory-bot)
|
70
70
|
* [Issues](https://github.com/thoughtbot/factory_bot/issues)
|
71
|
-
* [GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS](
|
71
|
+
* [GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS](https://robots.thoughtbot.com/)
|
72
72
|
|
73
|
-
You may also find useful information under the [factory_girl tag on Stack Overflow](
|
73
|
+
You may also find useful information under the [factory_girl tag on Stack Overflow](https://stackoverflow.com/questions/tagged/factory-girl).
|
74
74
|
|
75
|
-
[GETTING_STARTED]:
|
75
|
+
[GETTING_STARTED]: https://www.rubydoc.info/gems/factory_bot/file/GETTING_STARTED.md
|
76
76
|
|
77
77
|
Contributing
|
78
78
|
------------
|
@@ -93,7 +93,7 @@ software, and may be redistributed under the terms specified in the
|
|
93
93
|
About thoughtbot
|
94
94
|
----------------
|
95
95
|
|
96
|
-
![thoughtbot](
|
96
|
+
![thoughtbot](https://presskit.thoughtbot.com/images/thoughtbot-logo-for-readmes.svg)
|
97
97
|
|
98
98
|
factory_bot is maintained and funded by thoughtbot, inc.
|
99
99
|
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
|
@@ -105,7 +105,7 @@ See [our other projects][community] or
|
|
105
105
|
[community]: https://thoughtbot.com/community?utm_source=github
|
106
106
|
[hire]: https://thoughtbot.com/hire-us?utm_source=github
|
107
107
|
[ci-image]: https://travis-ci.org/thoughtbot/factory_bot.svg
|
108
|
-
[ci]:
|
108
|
+
[ci]: https://travis-ci.org/thoughtbot/factory_bot?branch=master
|
109
109
|
[grade-image]: https://codeclimate.com/github/thoughtbot/factory_bot/badges/gpa.svg
|
110
110
|
[grade]: https://codeclimate.com/github/thoughtbot/factory_bot
|
111
111
|
[version-image]: https://badge.fury.io/rb/factory_bot.svg
|
data/lib/factory_bot/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: factory_bot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.11.
|
4
|
+
version: 4.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Clayton
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-09-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -160,6 +160,7 @@ executables: []
|
|
160
160
|
extensions: []
|
161
161
|
extra_rdoc_files: []
|
162
162
|
files:
|
163
|
+
- ".yardopts"
|
163
164
|
- CONTRIBUTING.md
|
164
165
|
- GETTING_STARTED.md
|
165
166
|
- LICENSE
|