seed_dump 0.2.3 → 0.2.4

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.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  == Seed Dump
2
2
 
3
- == 0.2.3 / 2011-04-22
3
+ == 0.2.4 / 2011-04-22
4
4
 
5
5
  * properly quote any value (also fixes Time value generation)
6
6
  * solve issue when specifying WITH_ID [David Guthu]
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.3
1
+ 0.2.4
@@ -35,8 +35,6 @@ namespace :db do
35
35
 
36
36
  attr_s = [];
37
37
 
38
- puts r.inspect
39
-
40
38
  id_set_string = ''
41
39
  r.attributes.each { |k,v|
42
40
  v = r.attribute_for_inspect(k)
data/seed_dump.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{seed_dump}
8
- s.version = "0.2.3"
8
+ s.version = "0.2.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Rob Halff"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seed_dump
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: