comma-heaven 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/comma-heaven/export.rb +1 -1
- metadata +4 -4
data/lib/comma-heaven/export.rb
CHANGED
@@ -6,7 +6,7 @@ module CommaHeaven
|
|
6
6
|
end
|
7
7
|
end
|
8
8
|
|
9
|
-
attr_accessor :klass, :current_scope, :options, :export, :limit, :by
|
9
|
+
attr_accessor :klass, :current_scope, :options, :export, :limit, :by, :col_sep, :format
|
10
10
|
undef :id if respond_to?(:id)
|
11
11
|
|
12
12
|
def initialize(klass, current_scope, options = {})
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: comma-heaven
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 2
|
10
|
+
version: 0.5.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Silvano Stralla
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-01-
|
18
|
+
date: 2011-01-19 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|