active_record_to_csv 0.1.1 → 0.1.2
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/.gemtest +0 -0
- data/README.rdoc +6 -0
- data/lib/active_record_to_csv/version.rb +1 -1
- metadata +2 -1
data/.gemtest
ADDED
File without changes
|
data/README.rdoc
CHANGED
@@ -26,3 +26,9 @@ to_csv() returns the entire contents including the header ready to be written to
|
|
26
26
|
== TODO
|
27
27
|
|
28
28
|
Options to specify columns to be included (currently, id and timestamp columns are excluded).
|
29
|
+
|
30
|
+
== Compatibility
|
31
|
+
|
32
|
+
Tested with ActiveRecord v3.0.4
|
33
|
+
|
34
|
+
http://gem-testers.org/gems/active_record_to_csv
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: active_record_to_csv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Jared Ning
|
@@ -56,6 +56,7 @@ extensions: []
|
|
56
56
|
extra_rdoc_files: []
|
57
57
|
|
58
58
|
files:
|
59
|
+
- .gemtest
|
59
60
|
- .gitignore
|
60
61
|
- .rvmrc
|
61
62
|
- Gemfile
|