wtforum 0.4.1 → 0.5.0

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: 00474e1b12114c2ccf88d1ccc553c3f54cdc536d
4
- data.tar.gz: f5efb1ed8f8c2213d5496d122970982a219f1bf9
3
+ metadata.gz: eecd096c4cc97b2d1542b7071f0b9338c2962299
4
+ data.tar.gz: 79b8f0c905108c814396f8049b7737cef666de3e
5
5
  SHA512:
6
- metadata.gz: 0797211a73ee69f5784b3dfd5263f6cf76d76d2243d9ae247b1a0eea6ac1ed94afed767801978912ba5a5856379caab7c742d5e31fdee29991a8bc1345095b91
7
- data.tar.gz: f0ecfb63998e32c27d0d5efb8b865926bf0e2a4bbc99feceb9381064e05dbad70a742639b88b57db86a5edda8bab072585e3984419f8c0bfd642f70d7366aa56
6
+ metadata.gz: 6c01d0440fa425daaefd44ce5bb55a03e301dc082ce2c99dbc2214fd49426b4308f5a3fd95d24003efb6d4631645f8d82b374c279563594bacacf58875a88364
7
+ data.tar.gz: 161b318c17aaf53f8dab870c825ebb62dc3f70752cb1d61cc3ebd102cb1fbbcc3d3a4ea618e7c7b7e7ed92910afbc8df424d9acd4bb9db240149cbda2edee705
@@ -17,6 +17,10 @@ class WTForum
17
17
  end
18
18
 
19
19
  attr_reader :wtforum, :token
20
+
21
+ def auth_token_image_url
22
+ "http://#{wtforum.domain}/register/dologin?authtoken=#{token}"
23
+ end
20
24
  end
21
25
  end
22
26
 
@@ -1,4 +1,4 @@
1
1
  class WTForum
2
- VERSION = "0.4.1"
2
+ VERSION = "0.5.0"
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.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel