factory_girl_sequences 0.1.0 → 0.1.1

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.1 / 2012-10-27
2
+
3
+ * Updated README
4
+
1
5
  ## 0.1.0 / 2012-10-24
2
6
 
3
7
  * Added url sequence
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # FactoryGirlSequences [![Build Status](https://secure.travis-ci.org/akalyaev/factory_girl_sequences.png "Build Status")](http://travis-ci.org/akalyaev/factory_girl_sequences)
2
2
 
3
- Collection of useful [FactoryGirl](https://github.com/thoughtbot/factory_girl)
3
+ Collection of useful [FactoryGirl](http://github.com/thoughtbot/factory_girl)
4
4
  sequences.
5
5
 
6
6
  **Important**
@@ -59,7 +59,7 @@ Or install it yourself as:
59
59
  </tr>
60
60
  <tr>
61
61
  <td>name</td>
62
- <td>login, first_name, last_name</td>
62
+ <td>login, username, first_name, last_name</td>
63
63
  <td>String</td>
64
64
  <td>name-1</td>
65
65
  </tr>
@@ -165,7 +165,7 @@ factory :invite do
165
165
  end
166
166
  ```
167
167
 
168
- Check out FactoryGirl's [GETTING_STARTED](https://github.com/thoughtbot/factory_girl) for more information.
168
+ Check out FactoryGirl's [GETTING_STARTED](http://github.com/thoughtbot/factory_girl) for more information.
169
169
 
170
170
  ## Additional notes
171
171
 
@@ -1,3 +1,3 @@
1
1
  module FactoryGirlSequences
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_girl_sequences
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-24 00:00:00.000000000 Z
12
+ date: 2012-10-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: factory_girl
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: 2178118802469513978
139
+ hash: -4006842941733718079
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  none: false
142
142
  requirements:
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  segments:
147
147
  - 0
148
- hash: 2178118802469513978
148
+ hash: -4006842941733718079
149
149
  requirements: []
150
150
  rubyforge_project:
151
151
  rubygems_version: 1.8.24