factory_boy 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. data/README.rdoc +4 -0
  2. metadata +3 -3
data/README.rdoc CHANGED
@@ -108,6 +108,10 @@ No dependency.
108
108
  Not tested with rails 3
109
109
 
110
110
 
111
+ == Change Log
112
+
113
+ FIX : Push new object in pool of a class doesn't override objects in pool. Safe push.
114
+
111
115
  == Notes
112
116
 
113
117
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_boy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Philippe Cantin