stepford 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/stepford/version.rb +1 -1
  2. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module Stepford
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
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.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
- description: Stepford helps you with your tests. See README.
62
+ description: A CLI to create starter FactoryGirl factories for all of your Rails models.
63
63
  email:
64
64
  - garysweaver@gmail.com
65
65
  executables:
@@ -99,5 +99,5 @@ rubyforge_project:
99
99
  rubygems_version: 1.8.24
100
100
  signing_key:
101
101
  specification_version: 3
102
- summary: A utility to assist with Ruby tests.
102
+ summary: Autocreate FactoryGirl factories from models.
103
103
  test_files: []