stormpath-rails 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/stormpath/rails/account.rb +1 -1
- data/lib/stormpath/rails/version.rb +1 -1
- data/stormpath-rails.gemspec +1 -1
- metadata +3 -3
@@ -8,7 +8,7 @@ module Stormpath
|
|
8
8
|
module Account
|
9
9
|
extend ActiveSupport::Concern
|
10
10
|
|
11
|
-
STORMPATH_FIELDS = [ :email, :password, :username, :given_name, :middle_name, :surname ]
|
11
|
+
STORMPATH_FIELDS = [ :email, :password, :username, :given_name, :middle_name, :surname, :status ]
|
12
12
|
|
13
13
|
included do
|
14
14
|
#AR specific workaround
|
data/stormpath-rails.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.version = Stormpath::Rails::VERSION
|
8
8
|
gem.authors = ["Denis Grankin"]
|
9
9
|
gem.email = ["liquidautumn@gmail.com"]
|
10
|
-
gem.homepage = "http://stormpath.com"
|
10
|
+
gem.homepage = "http://www.stormpath.com"
|
11
11
|
gem.description = %q{Stormpath Rails integration}
|
12
12
|
gem.summary = %q{Stormpath SDK API Wrapper}
|
13
13
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stormpath-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-02-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -201,7 +201,7 @@ files:
|
|
201
201
|
- spec/support/rails.rb
|
202
202
|
- spec/support/stormpath_account_shared_examples.rb
|
203
203
|
- stormpath-rails.gemspec
|
204
|
-
homepage: http://stormpath.com
|
204
|
+
homepage: http://www.stormpath.com
|
205
205
|
licenses: []
|
206
206
|
post_install_message:
|
207
207
|
rdoc_options: []
|