auth_provider 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/auth_provider/version.rb +1 -1
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbc87af223a3f381b065ae9d11f2683114429502
4
- data.tar.gz: c0a0acdb4e080f05ac031cd7166068c9138aa68e
3
+ metadata.gz: 67b81bfaad52782109fb7ecb9ad7849305ea3e1c
4
+ data.tar.gz: cc1688228983e20056848ed7bc370f9fd6d89fca
5
5
  SHA512:
6
- metadata.gz: b964fe1debbc15858e07ce90879ba1c6a1ff6f110f6f71c072f898ad093ed1a504f8f08e9b46ec0fa4749e9da09c0cdac9ca70beb9bc17cd8a37542508ddf00f
7
- data.tar.gz: b2d748dc5578fb00b55193794224a089c6dbd801c53ca3451858cdd26a08475e478631832d51f39e985e73a0b2219f7077f29670022e75c05960fd8a4fc242f4
6
+ metadata.gz: f2b62887d8fd93da9393810f200160faba1641a077ffd73bb0ce0053efa3cdbdde1211095bb66ae18da0f36609292ee4d3ca7f06ce1663af293ad2d75c7efdb6
7
+ data.tar.gz: a7564149ed84cb6d496b1d1152d54f22f61a21bb427e27bbb6c96a9bdd7c6c00e2ce78915eca7a97ba28d0a19a12db50105baa366bc1dcaa6fa7f301713d71cf
@@ -1,3 +1,3 @@
1
1
  module AuthProvider
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth_provider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pokai Chang
@@ -114,9 +114,10 @@ dependencies:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
- description:
117
+ description: A simple authentication provider for Ruby/Rails app. Designed for mobile
118
+ clients and is compatible with the OAuth 2.0 specification.
118
119
  email:
119
- - pokaichang72@gmail.com
120
+ - mail@zeta.vg
120
121
  executables: []
121
122
  extensions: []
122
123
  extra_rdoc_files: []
@@ -150,7 +151,7 @@ files:
150
151
  - lib/generators/auth_provider/templates/auth_provider.rb
151
152
  - lib/generators/auth_provider/templates/create_auth_provider_tables.rb
152
153
  - lib/tasks/auth_provider_tasks.rake
153
- homepage:
154
+ homepage: https://github.com/zetavg/AuthProvider
154
155
  licenses:
155
156
  - MIT
156
157
  metadata: {}
@@ -173,5 +174,5 @@ rubyforge_project:
173
174
  rubygems_version: 2.6.8
174
175
  signing_key:
175
176
  specification_version: 4
176
- summary: Auth provider for Rails.
177
+ summary: OAuth 2 compatible mobile token authentication provider for Rails.
177
178
  test_files: []