wtforum 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb4906b1aa1f8851ba2040572db79629fe59f4b8
4
- data.tar.gz: 87a2a2aad64fa635814fa3a7ad0dd066a697ed1f
3
+ metadata.gz: 89c02f36896efdd43b68160b9618057c7d7ba60d
4
+ data.tar.gz: 6af9acd78e943ab3e5e00e142981942a6d18057b
5
5
  SHA512:
6
- metadata.gz: 97cc2a1a917667e5623907e27170a1b8f9a307fb9789f0ffe443fecf2e598485ea7388b3c75de46ef4440200391c5c68e0d7666599e8ce89d036890b930df1fe
7
- data.tar.gz: 64b62c691f20597d124e978a58725ac91851d75db0a0c027501fcd5bad087cfefaff4845fb3c2700ae4861c8cd07244d601cda6e5359339593626970c61cb8ec
6
+ metadata.gz: 9f92629f6f4a1ac07078fb2f941414a3ff88513ececba5c58e32d30fe31b68fb662b032a252be828e162db34d4895b71d76c5b9e6cb03b2d4c929a231097f947
7
+ data.tar.gz: f51fec8630529099d0b815fae3dcd967493bc9078822155f4285b28d099957e118c7c7e67cf4da0451925df84435d8e43d816b64a0536625c5d135f129cd68ea
@@ -81,8 +81,8 @@ class WTForum
81
81
  email: body.css(".tables td:contains('Email Address:') + td").first.text.split(" - ").first,
82
82
  name: body.css(".tables td:contains('Full Name:') + td input").first["value"],
83
83
  field276177: body.css(".tables select[name='field276177'] option[selected]").first.try(:text).try(:strip),
84
- field276178: body.css(".tables input[name='field276178']").first["value"],
85
- field276179: body.css(".tables textarea[name='field276179']").first.text
84
+ field276178: body.css(".tables input[name='field276178']").first.try(:[], "value"),
85
+ field276179: body.css(".tables textarea[name='field276179']").first.try(:text)
86
86
  }
87
87
  User.new(self, attributes)
88
88
  end
@@ -1,4 +1,4 @@
1
1
  class WTForum
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wtforum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel