authrocket 1.0.0 → 1.0.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: 180feb604cb15ff4e7e37c7165dd82dfe8be07e7
4
- data.tar.gz: b1fed38444acc277dbdad9750f4ec065af2d7114
3
+ metadata.gz: 6ea0d4f926fa7c4fe5f7deca66d580e541d29b76
4
+ data.tar.gz: e95dd818cdde5ce2236f21ebc191828e9677fee7
5
5
  SHA512:
6
- metadata.gz: 17f94dff2a42d7c832278009e12a55664dee8167cd42cff41e39eb6b909d62823f32cb0871494966f3933f607d61c7950fe8b8191ddaa4b7f9c62b349cedf404
7
- data.tar.gz: 6cdee5088181c2ca12a4988b9d204455fc85a77b2d3e27ed9de5230179d8a64147dca3d33e691b2f98d3f84e8b78c43190f56109af3885528b8c3da7601ba334
6
+ metadata.gz: df95ed7c8b7ecab959ab1530a5a47881118092232b731547ac04891a6dabf45e64aa5b4aea3825cfe44f3d09bb7f3191f66956a339a7ae1f2c1b3e1ac4a36792
7
+ data.tar.gz: 816f0cc47f1dd9c25fe30650c47f8be799e46b50144fc2945530e371dd3f02c612ab9403207e88637f55230cb6735604144d0367561d95454e1aa5af35014b7a
data/README.md CHANGED
@@ -53,7 +53,7 @@ Let's add a couple methods to your Application Controller, substituting the corr
53
53
 
54
54
  private
55
55
 
56
- LOGIN_URL = 'https://sample.e1.loginrocket.com/
56
+ LOGIN_URL = 'https://sample.e1.loginrocket.com/'
57
57
  # This should be your app's own LoginRocket URL, as
58
58
  # shown in the Login Policy details.
59
59
 
data/authrocket.gemspec CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |gem|
7
7
  gem.name = "authrocket"
8
8
  gem.version = AuthRocket::VERSION
9
9
  gem.authors = ["thomas morgan"]
10
- gem.email = ["tm@notioneer.com"]
10
+ gem.email = ["hello@authrocket.com"]
11
11
  gem.description = %q{AuthRocket client for Ruby.}
12
12
  gem.summary = %q{AuthRocket client for Ruby}
13
- gem.homepage = "https://github.com/authrocket/authrocket-ruby"
13
+ gem.homepage = 'https://authrocket.com/'
14
14
  gem.license = 'MIT'
15
15
 
16
16
  gem.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module AuthRocket
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -9,7 +9,8 @@ module AuthRocket
9
9
  attr :user_type, :username, :state, :reference
10
10
  attr :first_name, :last_name, :password, :password_confirmation
11
11
  attr :name, :api_key, :email
12
- attr_datetime :created_at, :last_login_on
12
+ attr_datetime :created_at, :last_login_at
13
+ attr_datetime :last_login_on # deprecated
13
14
 
14
15
 
15
16
  def orgs
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authrocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thomas morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-01 00:00:00.000000000 Z
11
+ date: 2014-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ncore
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  description: AuthRocket client for Ruby.
56
56
  email:
57
- - tm@notioneer.com
57
+ - hello@authrocket.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
@@ -78,7 +78,7 @@ files:
78
78
  - lib/authrocket/realm.rb
79
79
  - lib/authrocket/user.rb
80
80
  - lib/authrocket/user_token.rb
81
- homepage: https://github.com/authrocket/authrocket-ruby
81
+ homepage: https://authrocket.com/
82
82
  licenses:
83
83
  - MIT
84
84
  metadata: {}