omniauth-socialcast-oauth2 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8be0f7177e97fc7e950e6337b07c99c8345568a2
4
- data.tar.gz: b7d3a54d2150a5ff3e899bfa20d23fd05e9a23c0
3
+ metadata.gz: aaa525e5ae8b781a65a4288c2ad10e6404ff4bd9
4
+ data.tar.gz: bff2e9ad89ff56111e343108f275b4734ddef99e
5
5
  SHA512:
6
- metadata.gz: 775992d788ccab034fd4602162271e4919dc58b7d91f7557374bf75ad206be4fb626ceeed71f0d2933f949ad17af88a4621f3781f3fcebacf279da6abe6b7100
7
- data.tar.gz: 583ffbae02e8fad6395f5236562ad9b077a2866692ae2390fe5a018c79da5a2d9616cc2a1f97a122f843d08047ca0b7fc142681dd4907bd9fcc0c928bd338156
6
+ metadata.gz: 673f7240e01ced685a652859a8b5280a5bfc9a5f5548ecbc37ac2defc2c02dde27663fb5954c583659d1350780766e4bd5424ce1ad97172bfc293b4a0d9c02b7
7
+ data.tar.gz: bba13f214465427f5114ffdb2fa0700ce80409ddf0ef2b7135545deee68664bb1495f30b8a945e6f61010fe67f55e981b38cda9d3d8d6aefff5e1a58730ebdfe
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module SocialcastOauth2
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Omniauth::SocialcastOauth2::VERSION
9
9
  spec.authors = ["ganeshran"]
10
10
  spec.email = ["ganesh.ranganathan.85@gmail.com"]
11
- spec.description = ["something"]
12
- spec.summary = ["summary"]
11
+ spec.description = ["Omniauth strategy for Socialcast"]
12
+ spec.summary = ["This gem is for integrating Oauth integration with socialcast."]
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-socialcast-oauth2
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
  - ganeshran
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: '["something"]'
97
+ description: '["Omniauth strategy for Socialcast"]'
98
98
  email:
99
99
  - ganesh.ranganathan.85@gmail.com
100
100
  executables: []
@@ -133,5 +133,5 @@ rubyforge_project:
133
133
  rubygems_version: 2.0.7
134
134
  signing_key:
135
135
  specification_version: 4
136
- summary: '["summary"]'
136
+ summary: '["This gem is for integrating Oauth integration with socialcast."]'
137
137
  test_files: []