gless 1.6 → 1.6.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6094105504a01a7ceda507eb2a2de510f20fe84a
4
- data.tar.gz: 8abe86a6fd223db704e5d88b3b047fd920531115
3
+ metadata.gz: df25d32ad9e354c810d6a689936098b9888bbea0
4
+ data.tar.gz: fcc4e33ba6276cdd29222f8a538ff82950371b1a
5
5
  SHA512:
6
- metadata.gz: cb428c193c09e266decac2e913f443cac3477f0f70d8a3813d49cf8059d0cba16ba6dc1ca2b0620988444aef438725f183e96a46d41296e68ba03636cd4f7315
7
- data.tar.gz: 3ce61d0b7ce91054352a0861d349e0ba32236f27758bc6f0589882107ed9b23e640db3383b6be19f9bbd63540e8a0a73a13a705d3061527322101f315d89fcc6
6
+ metadata.gz: 253e1f0db170c8c6a583aec787c844b579de50b06e4ee1b49679b1c7984bbad8a46a5eb1ed98002e237ea2431b7b777d6dcc8917bf98243cac7eade88d65ffb4
7
+ data.tar.gz: 4d8b8a4029fe9ce45262c4eb3317e2750b2f53cbaf367b331c2cda8fd324ee13f378a3bc2f0c64f192df2a4a024121a5e59f8766b9797dbf834935bed28f8544
data/lib/gless.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  # project.
7
7
  module Gless
8
8
  # The current version number.
9
- VERSION = '1.6'
9
+ VERSION = '1.6.1'
10
10
 
11
11
  # Sets up the config, logger and browser instances, the ordering
12
12
  # of which is slightly tricky. If a block is given, the config, after being
@@ -380,9 +380,7 @@ module Gless
380
380
  if trimmed_selectors.inspect =~ /password/i
381
381
  @session.log.debug "WrapWatir: Doing something with passwords, redacted."
382
382
  else
383
- if @session.get_config :global, :replay
384
- @session.log.add_to_replay_log( @browser, @session )
385
- end
383
+ @session.log.add_to_replay_log( @browser, @session )
386
384
 
387
385
  @session.log.debug "WrapWatir: Calling #{m} with arguments #{args.inspect} on a #{elem.class.name} element identified by: #{trimmed_selectors.inspect}"
388
386
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gless
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.6'
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robin Lee Powell