robust_excel_ole 1.19.7 → 1.19.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/jreo +4 -0
- data/bin/reo +2 -19
- data/lib/reo_console.rb +2 -3
- data/lib/robust_excel_ole/version.rb +1 -1
- metadata +3 -5
- data/bin/jreo.bat +0 -4
- data/bin/reo.bat +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abc534eb60f4629b95641fec4dc39d4c7a5982f4370a776befc06ada55d93b30
|
|
4
|
+
data.tar.gz: 5c808790af7a4387ea4cd919b5f49ab3ab3961df035890ed077f18b84f23b9d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a20f134381fbc7cbaae809d315b0fcbbaabca56722f7cd4d81129e0d03824129e0de5314aa28dd3b6dc31dd844b92b8a3269054df34dc46031ed49db7c9c625
|
|
7
|
+
data.tar.gz: cb6e80d120c39a119e5424fe9b2d2cdcc5d5b71281bd53f56ee915a7deed14a6ef68be83011d3178d36f90974ba8df3d64b723454a34cc8ce137266d1a3f0238
|
data/bin/jreo
ADDED
data/bin/reo
CHANGED
|
@@ -1,21 +1,4 @@
|
|
|
1
|
-
require 'pry'
|
|
2
|
-
require '../lib/robust_excel_ole'
|
|
3
|
-
include REO
|
|
4
|
-
# include RobustExcelOle
|
|
5
|
-
include General
|
|
6
1
|
|
|
7
|
-
|
|
8
|
-
puts
|
|
2
|
+
@echo off
|
|
9
3
|
|
|
10
|
-
|
|
11
|
-
# some pry configuration
|
|
12
|
-
Pry.config.windows_console_warning = false
|
|
13
|
-
Pry.config.history.should_save = true
|
|
14
|
-
#Pry.editor = 'notepad' # 'subl', 'vi'
|
|
15
|
-
#Pry.config.prompt =
|
|
16
|
-
# [
|
|
17
|
-
# ->(_obj, _nest_level, _) { ">> " },
|
|
18
|
-
# ->(*) { " " }
|
|
19
|
-
# ]
|
|
20
|
-
|
|
21
|
-
pry
|
|
4
|
+
ruby ../lib/reo_console.rb
|
data/lib/reo_console.rb
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
require 'pry'
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
include REO
|
|
4
|
-
# include RobustExcelOle
|
|
5
4
|
include General
|
|
6
5
|
|
|
7
6
|
puts 'REO console started'
|
|
8
7
|
puts
|
|
9
8
|
|
|
10
|
-
|
|
11
9
|
# some pry configuration
|
|
12
10
|
Pry.config.windows_console_warning = false
|
|
13
11
|
Pry.config.history.should_save = true
|
|
12
|
+
Pry.config.color = false
|
|
14
13
|
#Pry.editor = 'notepad' # 'subl', 'vi'
|
|
15
14
|
#Pry.config.prompt =
|
|
16
15
|
# [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: robust_excel_ole
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.19.
|
|
4
|
+
version: 1.19.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- traths
|
|
@@ -48,9 +48,8 @@ description: "RobustExcelOle helps controlling Excel. \n This
|
|
|
48
48
|
email:
|
|
49
49
|
- Thomas.Raths@gmx.net
|
|
50
50
|
executables:
|
|
51
|
-
- jreo
|
|
51
|
+
- jreo
|
|
52
52
|
- reo
|
|
53
|
-
- reo.bat
|
|
54
53
|
extensions: []
|
|
55
54
|
extra_rdoc_files:
|
|
56
55
|
- README.rdoc
|
|
@@ -79,9 +78,8 @@ files:
|
|
|
79
78
|
- benchmarking/sample_excel_files/xlsx_500_rows.xlsx
|
|
80
79
|
- benchmarking/simple_xlsx_reader_example.rb
|
|
81
80
|
- benchmarking/spreadsheet_example.rb
|
|
82
|
-
- bin/jreo
|
|
81
|
+
- bin/jreo
|
|
83
82
|
- bin/reo
|
|
84
|
-
- bin/reo.bat
|
|
85
83
|
- docs/README_excel.rdoc
|
|
86
84
|
- docs/README_open.rdoc
|
|
87
85
|
- docs/README_ranges.rdoc
|
data/bin/jreo.bat
DELETED
data/bin/reo.bat
DELETED