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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95548d132f97e8ea26991a4ac303ed6ae8fa1b006cd155b6cce5500d3fde8c0d
4
- data.tar.gz: 3549593f1108b8500c1cc7551befc352122ba034f9640e0acf14f26b77a429fc
3
+ metadata.gz: 7b949aa2fed26a88132ccdca420cc2f313944e5229859baf28868dd9b4ff877d
4
+ data.tar.gz: 7af761e4080a48e9191b0f430c32abc5af63ec9415fb345253e9aa28b68c8a72
5
5
  SHA512:
6
- metadata.gz: 10dfed5039f7cca3bf98e67ffb384c2a715c6132befa66de5d5f34e9e70ce3f7bc19a43a1e349d3688c9898513d42ab77082d2c57a870ec0d2aebb4a1079d7cc
7
- data.tar.gz: 05bc5ac08e0858142a9dcaf9aff3ebe4c52985c04a068e5e0e2b61ab4b02d1205e5f1616145f2d747d7cd76758b0ad92db2ee57a1bf9cf60ad478cfa23ecf4aa
6
+ metadata.gz: 1a79bf3958fbd615cdb97e7310e6ef9d9b64f37e1e130eea5f1a1c21b9444e49444ebfcf794d492b6f99b019716150d2c2d4b59db4b681c92ea71ed129a044cf
7
+ data.tar.gz: 482eaaaaa91608e0da49a241e34489e0717226f9ef123bd81785f2e1187fd67f5cea5aff9ff0e885a2fe7b28c0abb55aeaaed2879f67403d5f4c4b01e109203d
@@ -1,3 +1,3 @@
1
1
  module RobustExcelOle
2
- VERSION = "1.19.4"
2
+ VERSION = "1.19.6"
3
3
  end
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
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
@@ -1,4 +0,0 @@
1
-
2
- @echo off
3
-
4
- jruby reo
data/bin/reo DELETED
@@ -1,4 +0,0 @@
1
-
2
- @echo off
3
-
4
- ruby reo
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