omniauth-verzion 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b07bec10e8841d80a3c5af5aeb98d6d6fc8d3ec
4
- data.tar.gz: 9b0149a068da11533aff72c510f2739cb079decf
3
+ metadata.gz: 1f153b32e7878cf0980542650d678a4ff75dc367
4
+ data.tar.gz: 838e7ec28e253d9e639adbbf766b0f73c2a09ede
5
5
  SHA512:
6
- metadata.gz: 2324fcd39b099409eddf27614577f058d0fc27e73f315072f2795fd41115c6079b3a1b394c113a83fa19071a3f991b150b79a90ffef23c17dba96d35d9b72a4e
7
- data.tar.gz: 0a804cc94f33e33d827a2f45c8449ca8ff63635a71df9c6e7912fa5c2488641144304e702cfa3c3e6a248c50cb779c91f93fc11a649df56103860b2db5c79f9f
6
+ metadata.gz: 586c594df602cbeac888233afa625e325902a9005779f3a458e8514932b95b336b271633bd16f6eff020b2ac719344639804329c475ad7d30e90e6df0f75f508
7
+ data.tar.gz: 870dbc1f9c44654988ef0af671d9eff8572ac06463a698667a86f46d8734a2b28b1bb7f689758a9646fbecbd4d47b53d26a999c8ffb6dc18392ff8a2be74809d
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Verzion
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
13
13
  # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
14
14
  # end
15
15
 
16
- spec.summary = %q{OmniAuth strategy for Verzion.}
17
- spec.description = %q{OmniAuth strategy for Verzion.}
16
+ spec.summary = %q{A Verzion using access-token strategy for OmniAuth. Can be used for client side Verzion login.}
17
+ spec.description = %q{A Verzion using access-token strategy for OmniAuth. Can be used for client side Verzion login}
18
18
  spec.homepage = "https://github.com/intele73/omniauth-verzion"
19
19
  spec.license = "MIT"
20
20
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-verzion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mahtab Alam
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.1'
69
- description: OmniAuth strategy for Verzion.
69
+ description: A Verzion using access-token strategy for OmniAuth. Can be used for client
70
+ side Verzion login
70
71
  email:
71
72
  - storeapp73@gmail.com
72
73
  executables: []
@@ -109,5 +110,6 @@ rubyforge_project:
109
110
  rubygems_version: 2.5.1
110
111
  signing_key:
111
112
  specification_version: 4
112
- summary: OmniAuth strategy for Verzion.
113
+ summary: A Verzion using access-token strategy for OmniAuth. Can be used for client
114
+ side Verzion login.
113
115
  test_files: []