excel2csv 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,8 @@ module Excel2CSV
25
25
  @sheets << {path: file, total_rows:total_rows, rows:total_rows}
26
26
  end
27
27
  end
28
+ @previews.sort! {|a, b| a[:path] <=> b[:path]}
29
+ @sheets.sort! {|a, b| a[:path] <=> b[:path]}
28
30
  end
29
31
 
30
32
  def clean
@@ -1,3 +1,3 @@
1
1
  module Excel2CSV
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: excel2csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-26 00:00:00.000000000 Z
12
+ date: 2011-11-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70115224571500 !ruby/object:Gem::Requirement
16
+ requirement: &70323065200340 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - <=
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '2.6'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70115224571500
24
+ version_requirements: *70323065200340
25
25
  description: gem for converting Excel files to csv
26
26
  email:
27
27
  - yury.korolev@gmail.com
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  version: '0'
64
64
  requirements: []
65
65
  rubyforge_project:
66
- rubygems_version: 1.8.10
66
+ rubygems_version: 1.8.11
67
67
  signing_key:
68
68
  specification_version: 3
69
69
  summary: extract excel worksheets to csv files