active_record_to_csv 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordToCsv
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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