stepford 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +2 -2
  2. data/lib/stepford/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -69,12 +69,12 @@ Uses the Ruby 1.9 hash syntax in generated factories. If you don't have 1.9, it
69
69
 
70
70
  If you are using STI, you'll need to manually fix the value that goes into the `type` attribute, or remove it.
71
71
 
72
- If you specify `--associations`, you might run into issue with circular associations, so you could easily end up with:
72
+ If you specify `--associations`, you might get circular associations and could easily end up with:
73
73
 
74
74
  SystemStackError:
75
75
  stack level too deep
76
76
 
77
- Some suggestions from ThoughtBot's Josh Clayton provided include using methods to generate more complex object structures:
77
+ ThoughtBot's Josh Clayton provided some suggestions for this, including using methods to generate more complex object structures:
78
78
 
79
79
  def post_containing_comment_by_author
80
80
  author = FactoryGirl.create(:user)
@@ -1,3 +1,3 @@
1
1
  module Stepford
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stepford
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: