puppet7 0.2.0.beta1 → 0.2.0.beta2

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.
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