robust_excel_ole 0.6.1 → 0.6.2

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.
data/spec/general_spec.rb CHANGED
@@ -43,7 +43,7 @@ module RobustExcelOle
43
43
  ["Activate", "ActiveSheet", "Application", "Close", "FullName", "HasPassword", "Name", "Names",
44
44
  "Password", "Protect", "ProtectSharing", "ProtectStructure", "Protect", "ReadOnly", "Save",
45
45
  "SaveAs", "Saved", "Sheets", "Unprotect"]
46
- @book_methods = ["activate", "add_sheet", "alive?", "close", "filename", "nameval", "ole_object",
46
+ @book_methods = ["focus", "add_sheet", "alive?", "close", "filename", "nameval", "ole_object",
47
47
  "ole_workbook", "reopen", "save", "save_as", "saved", "set_nameval"]
48
48
  @ole_excel_methods =
49
49
  ["ActiveCell", "ActiveSheet", "ActiveWorkbook", "Application", "Calculate", "Cells", "Columns",
@@ -12,6 +12,10 @@ module RobustExcelOle
12
12
 
13
13
  describe REOCommon do
14
14
 
15
+ it "should simple test" do
16
+ puts "a"
17
+ end
18
+
15
19
  before(:all) do
16
20
  excel = Excel.new(:reuse => true)
17
21
  open_books = excel == nil ? 0 : excel.Workbooks.Count
@@ -57,7 +61,7 @@ module RobustExcelOle
57
61
  ["Activate", "ActiveSheet", "Application", "Close", "FullName", "HasPassword", "Name", "Names",
58
62
  "Password", "Protect", "ProtectSharing", "ProtectStructure", "Protect", "ReadOnly", "Save",
59
63
  "SaveAs", "Saved", "Sheets", "Unprotect"]
60
- @book_methods = ["activate", "add_sheet", "alive?", "close", "filename", "nameval", "ole_object",
64
+ @book_methods = ["focus", "add_sheet", "alive?", "close", "filename", "nameval", "ole_object",
61
65
  "ole_workbook", "reopen", "save", "save_as", "saved", "set_nameval"]
62
66
  @ole_excel_methods =
63
67
  ["ActiveCell", "ActiveSheet", "ActiveWorkbook", "Application", "Calculate", "Cells", "Columns",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: robust_excel_ole
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 1
10
- version: 0.6.1
9
+ - 2
10
+ version: 0.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - traths
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2016-09-04 00:00:00 +02:00
18
+ date: 2016-11-05 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency