comma 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Crafter
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-13 00:00:00 +13:00
12
+ date: 2009-12-22 00:00:00 +11:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -48,12 +48,12 @@ files:
48
48
  - VERSION
49
49
  - init.rb
50
50
  - lib/comma.rb
51
- - lib/comma/RenderAsCSV.rb
52
51
  - lib/comma/array.rb
53
52
  - lib/comma/extractors.rb
54
53
  - lib/comma/generator.rb
55
54
  - lib/comma/namedscope.rb
56
55
  - lib/comma/object.rb
56
+ - lib/comma/renderascsv.rb
57
57
  - spec/comma/ar_spec.rb
58
58
  - spec/comma/comma_spec.rb
59
59
  - spec/comma/extractors_spec.rb