robust_excel_ole 0.3.6 → 0.3.7

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.
@@ -21,7 +21,7 @@ describe RobustExcelOle do
21
21
  end
22
22
 
23
23
  after do
24
- #Excel.close_all
24
+ Excel.kill_all
25
25
  rm_tmp(@dir)
26
26
  end
27
27
 
data/spec/sheet_spec.rb CHANGED
@@ -21,7 +21,7 @@ describe RobustExcelOle::Sheet do
21
21
  end
22
22
 
23
23
  after(:all) do
24
- Excel.close_all
24
+ Excel.kill_all
25
25
  end
26
26
 
27
27
  describe ".initialize" do
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: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 6
10
- version: 0.3.6
9
+ - 7
10
+ version: 0.3.7
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: 2015-10-27 00:00:00 +01:00
18
+ date: 2015-12-04 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency