watigiri 0.3.0 → 0.3.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: 54015d016184d1f885580b11fefc238c8b033adc
4
- data.tar.gz: e8a3da5a13389f1a12d75767619d14a155661bc2
3
+ metadata.gz: 1467249eba7486417d9378223903444241c26d04
4
+ data.tar.gz: d28c6579fc4fd346b952a5283042d57fe6a0d1c2
5
5
  SHA512:
6
- metadata.gz: 4507c403832e15ef7c955262f199a5a7a28e95fc8f75d4c3273f9a55edba3fbde703a20a41f27e857bf092805b98be894a6a796a813e134b1ccb5d571519e30d
7
- data.tar.gz: 8443226c18ace25acb37722d32230945bf2db2c4a77553b5cafb7a0cfd03d872d1853da86899da0d4bafb17067edd91dffd98eecad0f619e1c35267b467b2067
6
+ metadata.gz: b3f2adcbaf7d8206c12af6608fbbf0192729c5427cc26ce896e3466cb5c939c5be5760eab3a92b24c2bdace7b651577a53f73542ed0a763259751fd165c739f3
7
+ data.tar.gz: d7e2ba7e4c3207359c6f15dd58ad96cdb16d9c000d6ac00e038fd13d8011c39ae56004640d0b1db88caed41ec4c9e8b56c8ddbe606aa22e18147ba6107891056
@@ -31,7 +31,7 @@ module Watir
31
31
 
32
32
  def text!
33
33
  @selector[:nokogiri] = true
34
- text
34
+ text.strip
35
35
  end
36
36
 
37
37
  alias_method :el_stale?, :stale?
data/watigiri.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "watigiri"
7
- spec.version = "0.3.0"
7
+ spec.version = "0.3.1"
8
8
  spec.authors = ["Titus Fortner"]
9
9
  spec.email = ["titusfortner@gmail.com"]
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watigiri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Titus Fortner