simplexframe 0.0.02 → 0.0.03

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,6 +44,6 @@ RSpec.configure do |c|
44
44
  end
45
45
 
46
46
  c.after(:suite) do
47
- $navi.close
47
+ $navi.close unless $navi.nil?
48
48
  end
49
49
  end
@@ -1,4 +1,4 @@
1
1
  ---
2
- browser: chrome
2
+ browser: ie
3
3
  host: www.mantisbt.org/demo/
4
4
  tags: baidu, google
data/simplexframe.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "simplexframe"
8
- s.version = "0.0.02"
8
+ s.version = "0.0.03"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["thesimplex"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.02
8
+ - 3
9
+ version: 0.0.03
10
10
  platform: ruby
11
11
  authors:
12
12
  - thesimplex