pyrite 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/pyrite.rb +1 -1
  2. metadata +2 -2
data/lib/pyrite.rb CHANGED
@@ -16,7 +16,7 @@ module Pyrite
16
16
 
17
17
  # The url on which the test server will be booted
18
18
  mattr_accessor :sever_url
19
- @@sever_url = ENV['SERVER_URL'] || 'http://localhost'
19
+ @@sever_url = ENV['SERVER_URL'] || 'http://0.0.0.0'
20
20
 
21
21
  # The browser that selenium will drive
22
22
  mattr_accessor :browser
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 2
9
- version: 0.5.2
8
+ - 3
9
+ version: 0.5.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Adam Rogers