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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 902415638a1e88a9060ae003c0f470fd555fe064001993e92a20e4c3f89749e2
4
- data.tar.gz: 89b78060bd55544926d1f521c9fa33cd9e8040b28abe59774be2f9497dc02487
3
+ metadata.gz: abc534eb60f4629b95641fec4dc39d4c7a5982f4370a776befc06ada55d93b30
4
+ data.tar.gz: 5c808790af7a4387ea4cd919b5f49ab3ab3961df035890ed077f18b84f23b9d9
5
5
  SHA512:
6
- metadata.gz: 2a8763d8a6b12ca7cccb7fa8dd79e5d49b1ebc2336a3b470a48121efb8d021417be97b6fbd6076430f6d1e9ff1a0326ebadbe0eb2eb5eeb023364c8e3c3d8ca8
7
- data.tar.gz: 4607fa695e3802427e93baa8cb2de9ad4f53bb08ae0e474a35cc8f72a3812445223504b7cf9029363ed9fa906603163726cea4dcb157b6fe1e11a56177d60765
6
+ metadata.gz: 2a20f134381fbc7cbaae809d315b0fcbbaabca56722f7cd4d81129e0d03824129e0de5314aa28dd3b6dc31dd844b92b8a3269054df34dc46031ed49db7c9c625
7
+ data.tar.gz: cb6e80d120c39a119e5424fe9b2d2cdcc5d5b71281bd53f56ee915a7deed14a6ef68be83011d3178d36f90974ba8df3d64b723454a34cc8ce137266d1a3f0238
@@ -0,0 +1,4 @@
1
+
2
+ @echo off
3
+
4
+ jruby ../lib/reo_console.rb
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
- puts 'REO console started'
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
@@ -1,16 +1,15 @@
1
1
  require 'pry'
2
- require 'robust_excel_ole'
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
  # [
@@ -1,3 +1,3 @@
1
1
  module RobustExcelOle
2
- VERSION = "1.19.7"
2
+ VERSION = "1.19.8"
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.7
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.bat
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.bat
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
@@ -1,4 +0,0 @@
1
-
2
- @echo off
3
-
4
- jruby reo
@@ -1,4 +0,0 @@
1
-
2
- @echo off
3
-
4
- ruby reo