excel_to_code 0.3.9 → 0.3.10

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: 8f304a10a7977c70c147712719e56badfba0a619
4
- data.tar.gz: 182ecde186d561e58a3cf15c8b8765fca8f996c0
3
+ metadata.gz: 8cceb19713580157a6d4911e093de7847739c09a
4
+ data.tar.gz: 40e33dc2ae747d31f1f13c91dfcc290d8b0ca2b1
5
5
  SHA512:
6
- metadata.gz: 7c36dcaca5afc7cb6210fc906f33a8e5fe42dcacaa7dbe45275bca689ea67aa5d060b5a1e457a463689573736cccc4507addac4edb78db4288e10dfdd9aebd27
7
- data.tar.gz: ff50f71cfd95e7023862ed9b5a2344273c44273103e54eaba17b0c80cce798147a0e1be0eb7546f92c614355dffedcf25ecce537c485c1ea93f90f66fc561bdc
6
+ metadata.gz: fb562768c44cf4c27a06e1a754a30e0a766c7d35e0169f29adc2882f87b119f79a8311d5b7ad3969645af1ed1abc21ee807341dcbaa68c7b6cee8f5b23dbb90d
7
+ data.tar.gz: 0a326c177bcc2e1749a406f364f7ccd7c90f7ce542455c6af55773943f5aa81c719c183feb041539fe2071fe3f1f77cdc44728c8758391faa93e162f54da83d1
@@ -1,4 +1,8 @@
1
1
  # coding: utf-8
2
+ # Used to throw normally fatal errors
3
+ class ExcelToCodeException < Exception; end
4
+ class XMLFileNotFoundException < Exception; end
5
+
2
6
  require 'fileutils'
3
7
  require 'logger'
4
8
  require 'tmpdir'
@@ -8,10 +12,6 @@ require_relative '../excel_to_code'
8
12
  # FIXME: Correct case and $ stripping from all cell references
9
13
  # FIXME: Replacing with c compatible names everywhere
10
14
 
11
- # Used to throw normally fatal errors
12
- class ExcelToCodeException < Exception; end
13
- class XMLFileNotFoundException < Exception; end
14
-
15
15
  class ExcelToX
16
16
 
17
17
  # Required attribute. The source excel file. This must be .xlsx not .xls
data/src/excel_to_code.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class ExcelToCode
2
- def self.version() "0.3.9" end
2
+ def self.version() "0.3.10" end
3
3
  end
4
4
 
5
5
  require_relative 'commands'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: excel_to_code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Counsell, Green on Black Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-15 00:00:00.000000000 Z
11
+ date: 2015-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubypeg