seed_dump 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +1 -1
- data/README.rdoc +0 -9
- data/VERSION +1 -1
- data/lib/tasks/seed_dump.rake +0 -2
- data/seed_dump.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG.rdoc
CHANGED
data/README.rdoc
CHANGED
@@ -78,14 +78,5 @@ NO_DATA:
|
|
78
78
|
WITH_ID:
|
79
79
|
Inlcude the +:id+ in the create options
|
80
80
|
|
81
|
-
== Note on Patches/Pull Requests
|
82
|
-
|
83
|
-
* Fork the project.
|
84
|
-
* Make your feature addition or bug fix.
|
85
|
-
* Add tests for it. This is important so I don't break it in a
|
86
|
-
future version unintentionally.
|
87
|
-
* Commit, do not mess with rakefile, version, or history.
|
88
|
-
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
|
89
|
-
* Send me a pull request. Bonus points for topic branches.
|
90
81
|
|
91
82
|
Copyright (c) 2010 Rob Halff, released under the MIT license
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.4
|
data/lib/tasks/seed_dump.rake
CHANGED
data/seed_dump.gemspec
CHANGED