user_mgmt 0.0.1 → 0.0.3
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 +4 -4
- data/lib/user_mgmt/version.rb +1 -1
- data/user_mgmt.gemspec +2 -3
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52b25f2999dc6bd39abe505bd55f44616c5e06cb
|
|
4
|
+
data.tar.gz: 4a5dc2e8d7500d523ab09379b0abefb7e716d706
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 625f2ae3ab30eb3383290ac2f95e25302eeae98bb777921458b53597c8cfdbca3984541d0d1a275390bef2044459a4af99316d21d7d387b86d9431a68b8fdd4f
|
|
7
|
+
data.tar.gz: 98fdaf6c2ec30765ac663a5665024c8b4601f2ec1c7d7e3c98bea41dcfbd448d839be8724eba94efe8d8b4cfa6dae6d0148a41011f9aa93e6f8ec6eb6433783b
|
data/lib/user_mgmt/version.rb
CHANGED
data/user_mgmt.gemspec
CHANGED
|
@@ -7,12 +7,11 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "user_mgmt"
|
|
8
8
|
spec.version = UserMgmt::VERSION
|
|
9
9
|
spec.authors = ["Danilo Faria, Fernando Gorodscy, Josh Leslie"]
|
|
10
|
-
spec.email = ["su_critic@hotmail.com"]
|
|
11
|
-
spec.description = %q{Includes functionality
|
|
10
|
+
spec.email = ["su_critic@hotmail.com"]
|
|
11
|
+
spec.description = %q{Includes functionality for site-specific registration and third-party authentication strategies such as social networks (Facebook, Twitter and Linkedin) and freemail providers (Yahoo, Windows Live and Gmail) with support for external database authentication.}
|
|
12
12
|
spec.summary = %q{Various authentication options in an outside database.}
|
|
13
13
|
spec.homepage = "https://github.com/Methos2013/user_mgmt_gem"
|
|
14
14
|
spec.license = "MIT"
|
|
15
|
-
|
|
16
15
|
spec.files = `git ls-files`.split($/)
|
|
17
16
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
17
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: user_mgmt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danilo Faria, Fernando Gorodscy, Josh Leslie
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -80,9 +80,10 @@ dependencies:
|
|
|
80
80
|
- - '>='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description: Includes functionality
|
|
84
|
-
authentication strategies such as Facebook, Twitter
|
|
85
|
-
and
|
|
83
|
+
description: Includes functionality for site-specific registration and third-party
|
|
84
|
+
authentication strategies such as social networks (Facebook, Twitter and Linkedin)
|
|
85
|
+
and freemail providers (Yahoo, Windows Live and Gmail) with support for external
|
|
86
|
+
database authentication.
|
|
86
87
|
email:
|
|
87
88
|
- su_critic@hotmail.com
|
|
88
89
|
executables: []
|