poi2csv 0.0.5.1 → 0.0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7149e8ba02e92c59de7744e0e0b4d7593c1d09b9
4
- data.tar.gz: fc443b2c7eaf519f38fdf5995b7708ed929ecd05
3
+ metadata.gz: 8a63c223a59dff92158c023beabce2c199816f40
4
+ data.tar.gz: 2e2037c2ec50ad1edb2900ff067601a4b824c251
5
5
  SHA512:
6
- metadata.gz: ab17488e4391914e507c94a186cc9741c77083d538ae256579044e46c5d5d66a09dbd4a43529fa6db87eceaa2d379eb74e49c058db29bd009ff89d09f503b29f
7
- data.tar.gz: 7eaf0e1451c2c922ca00fdd9b1a096caf609f9692e08a60e53ce8115b974f15b0bf25631597174fafa087626ce8722e1496199daac8721a4cf7e826ef23965d0
6
+ metadata.gz: 0beae9a0e7ed63880e99d77b7a08b82628f76e999518f180f500c94af6e86b2d3fad4d87d4de7f322bf8fcab21f31cbd6836605e6005e386f51218744955809b
7
+ data.tar.gz: 07fa010c25d2847077e3516cc0d469283b5f27d38c0b4a899ad6ac0642d1366c84a8e38ded8e83b9fca865c6800564ecd62058187ad5fb33edcdddca960f41bc
data/lib/poi2csv.rb CHANGED
@@ -4,7 +4,7 @@ require "poi2csv/version"
4
4
  module Poi2csv
5
5
 
6
6
  Poi2csvException = Class.new(StandardError)
7
- SUPPORTED_EXTENSIONS = [:xls, :xlsx]
7
+ SUPPORTED_EXTENSIONS = ['xls', 'xlsx']
8
8
 
9
9
  def self.to_csv(input_file_path, output_folder_path, separator=nil, formating_convention=nil)
10
10
  args = [input_file_path, output_folder_path, separator, formating_convention].reject { |v| v.nil? }
@@ -1,3 +1,3 @@
1
1
  module Poi2csv
2
- VERSION = "0.0.5.1"
2
+ VERSION = "0.0.5.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poi2csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.1
4
+ version: 0.0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas English
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-10 00:00:00.000000000 Z
11
+ date: 2014-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler