puppet7 0.2.0.beta1 → 0.2.0.beta2

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/puppet7/configuration.rb +1 -1
  2. metadata +2 -2
@@ -10,7 +10,7 @@ module Puppet7
10
10
  :browser => '*firefox',
11
11
  :timeout_in_seconds => 15,
12
12
  :highlight_located_element => true
13
- }.freeze
13
+ }
14
14
 
15
15
  def initialize
16
16
  @js_ext_files = []
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 2
8
8
  - 0
9
- - beta1
10
- version: 0.2.0.beta1
9
+ - beta2
10
+ version: 0.2.0.beta2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yunsang Choi