excel_to_code 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/src/commands/excel_to_x.rb +1 -1
- metadata +2 -3
- data/src/compile/c/a.out +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c755ed176f71493a5c52591c5170f6b958f90dd7
|
4
|
+
data.tar.gz: 0575ab1ca5b705fc1520b0a81064a2f7f492ec32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c8b064f12d8c64260b4694aeb77b5335a6b5fc431656a333cdb0cdebf60dc52d97a8ea58e505e7347a6fc3f6258cf7a7b8646c55f6a0ab043eb14b8915af7dd
|
7
|
+
data.tar.gz: 666690943ce80993facb30315918fc46dd2617d5797dcdb62ecea6ba268ad3eb2c49f5bd5cfd9e5faa2585bfc27dc35e22c4649aa30e9dc5d3d1ae729e53fd6a
|
data/src/commands/excel_to_x.rb
CHANGED
@@ -655,8 +655,8 @@ class ExcelToX
|
|
655
655
|
worksheets do |name,xml_filename|
|
656
656
|
r.default_sheet_name = name
|
657
657
|
replace r, [name, 'Formulae'], [name, 'Formulae']
|
658
|
+
@replacements_made_in_the_last_pass += r.replacements_made_in_the_last_pass
|
658
659
|
end
|
659
|
-
@replacements_made_in_the_last_pass += r.replacements_made_in_the_last_pass
|
660
660
|
end
|
661
661
|
|
662
662
|
# If 'cells to keep' are specified, then other cells are removed, unless
|
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.1.
|
4
|
+
version: 0.1.12
|
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: 2013-
|
11
|
+
date: 2013-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubypeg
|
@@ -98,7 +98,6 @@ files:
|
|
98
98
|
- src/commands/excel_to_ruby.rb
|
99
99
|
- src/commands/excel_to_x.rb
|
100
100
|
- src/commands.rb
|
101
|
-
- src/compile/c/a.out
|
102
101
|
- src/compile/c/compile_named_reference_setters.rb
|
103
102
|
- src/compile/c/compile_to_c.rb
|
104
103
|
- src/compile/c/compile_to_c_header.rb
|
data/src/compile/c/a.out
DELETED
Binary file
|