auth-lh 0.0.9 → 0.0.10

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: ea7a9dc6ed58444c7872e2aee7893aefb47a8c4d
4
- data.tar.gz: 0b933e0716c002029937f28811c02851d50be865
3
+ metadata.gz: cb8d2a830640c346d31797b462e0ff58dce6c854
4
+ data.tar.gz: 7ed225054d27cb1e11eb9ad7b078422058802a95
5
5
  SHA512:
6
- metadata.gz: e039f9a052cc0c055cc47eb6cd633aaf79ca2694d131f606c66d10936eab6ca4c2c88a4fa88244c8412c04e7584477430d6980e55d74327d91d07067f083f2cd
7
- data.tar.gz: 640e349c9477bc2561bd964caabcef37927ac6d70d400693991b8380978d978a3476e6fdfbb61f5d11353fcf5a15aa2b851fb62bdd65951852e1cd6dbb4d4f34
6
+ metadata.gz: 7ea755adefa3c418c755ad7343b58f01edb06205baf4b2507a69de95d2ca7ad530a87659e144f08f9ac57b8a4de1fe181cff8a99640ce9d659481a9ce949a611
7
+ data.tar.gz: 0e7f206438847e603e62dd84ba1a3e3609e2be5449ccdfe1b0dcc3e880461a1addc764750b75a55509fc32a3c88f6dcd17286b614152e86f0b0ac5f874dbc8c6
data/CHANGELOG.md CHANGED
@@ -33,3 +33,7 @@
33
33
  ## v0.0.9
34
34
 
35
35
  * Changed auth interface again.
36
+
37
+ ## v0.0.10
38
+
39
+ * Removed login from user response.
@@ -1,5 +1,5 @@
1
1
  module Auth
2
2
  module Lh
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
4
4
  end
5
5
  end
@@ -1,6 +1,6 @@
1
1
  module AuthLh
2
2
  class SessionResponse
3
- attr_accessor :user, :success, :reason, :login_url
3
+ attr_accessor :user, :success, :reason
4
4
 
5
5
  def initialize(attributes={})
6
6
  attributes.each do |k,v|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth-lh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Hick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-23 00:00:00.000000000 Z
11
+ date: 2014-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler