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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12154bcda0543d98ce78dfa787e965dd42b67261
4
- data.tar.gz: c9ca8b4889ead31c91074fc42124f0593450385e
3
+ metadata.gz: 52b25f2999dc6bd39abe505bd55f44616c5e06cb
4
+ data.tar.gz: 4a5dc2e8d7500d523ab09379b0abefb7e716d706
5
5
  SHA512:
6
- metadata.gz: 22c5c43346e42c6a6d6fd7ceab81285646499bec68644221ff08a79e335b0d4fa40a673a4550bb4cd8ced37dbe685892ab393025b771802f594f73f6e5ed19be
7
- data.tar.gz: 97c956924ad929c29b35fbd9db730c8757d240a274427141a1ed766984112864686095dbcc245e9946587760241588a9be70c859f5b752314b20685cb85fde0e
6
+ metadata.gz: 625f2ae3ab30eb3383290ac2f95e25302eeae98bb777921458b53597c8cfdbca3984541d0d1a275390bef2044459a4af99316d21d7d387b86d9431a68b8fdd4f
7
+ data.tar.gz: 98fdaf6c2ec30765ac663a5665024c8b4601f2ec1c7d7e3c98bea41dcfbd448d839be8724eba94efe8d8b4cfa6dae6d0148a41011f9aa93e6f8ec6eb6433783b
@@ -1,3 +1,3 @@
1
1
  module UserMgmt
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -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 to sign up and login with devise, and third-party authentication strategies such as Facebook, Twitter, Yahoo, Windows Live, Gmail and Linkedin with support for external database authentication.}
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.1
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-08 00:00:00.000000000 Z
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 to sign up and login with devise, and third-party
84
- authentication strategies such as Facebook, Twitter, Yahoo, Windows Live, Gmail
85
- and Linkedin with support for external database authentication.
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: []