robust_excel_ole 1.19.4 → 1.19.6
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/lib/robust_excel_ole/version.rb +1 -1
- metadata +2 -8
- data/bin/jreo +0 -4
- data/bin/reo +0 -4
- data/bin/reo.rb +0 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b949aa2fed26a88132ccdca420cc2f313944e5229859baf28868dd9b4ff877d
|
|
4
|
+
data.tar.gz: 7af761e4080a48e9191b0f430c32abc5af63ec9415fb345253e9aa28b68c8a72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a79bf3958fbd615cdb97e7310e6ef9d9b64f37e1e130eea5f1a1c21b9444e49444ebfcf794d492b6f99b019716150d2c2d4b59db4b681c92ea71ed129a044cf
|
|
7
|
+
data.tar.gz: 482eaaaaa91608e0da49a241e34489e0717226f9ef123bd81785f2e1187fd67f5cea5aff9ff0e885a2fe7b28c0abb55aeaaed2879f67403d5f4c4b01e109203d
|
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.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- traths
|
|
@@ -47,10 +47,7 @@ description: "RobustExcelOle helps controlling Excel. \n This
|
|
|
47
47
|
are supported.\n It runs on Windows and uses the win32ole library."
|
|
48
48
|
email:
|
|
49
49
|
- Thomas.Raths@gmx.net
|
|
50
|
-
executables:
|
|
51
|
-
- jreo
|
|
52
|
-
- reo
|
|
53
|
-
- reo.rb
|
|
50
|
+
executables: []
|
|
54
51
|
extensions: []
|
|
55
52
|
extra_rdoc_files:
|
|
56
53
|
- README.rdoc
|
|
@@ -79,9 +76,6 @@ files:
|
|
|
79
76
|
- benchmarking/sample_excel_files/xlsx_500_rows.xlsx
|
|
80
77
|
- benchmarking/simple_xlsx_reader_example.rb
|
|
81
78
|
- benchmarking/spreadsheet_example.rb
|
|
82
|
-
- bin/jreo
|
|
83
|
-
- bin/reo
|
|
84
|
-
- bin/reo.rb
|
|
85
79
|
- docs/README_excel.rdoc
|
|
86
80
|
- docs/README_open.rdoc
|
|
87
81
|
- docs/README_ranges.rdoc
|
data/bin/jreo
DELETED
data/bin/reo
DELETED
data/bin/reo.rb
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
require 'pry'
|
|
2
|
-
require 'robust_excel_ole'
|
|
3
|
-
include REO
|
|
4
|
-
# include RobustExcelOle
|
|
5
|
-
include General
|
|
6
|
-
|
|
7
|
-
puts 'REO console started'
|
|
8
|
-
puts
|
|
9
|
-
|
|
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
|