omniauth-socialcast-oauth2 0.0.2 → 0.0.2.1

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: aaa525e5ae8b781a65a4288c2ad10e6404ff4bd9
4
- data.tar.gz: bff2e9ad89ff56111e343108f275b4734ddef99e
3
+ metadata.gz: c7d590549cc7e3e1bd7fb7399357beff9a79f27e
4
+ data.tar.gz: 42faa5f7856121a3a3fcaebc34d0711cac301564
5
5
  SHA512:
6
- metadata.gz: 673f7240e01ced685a652859a8b5280a5bfc9a5f5548ecbc37ac2defc2c02dde27663fb5954c583659d1350780766e4bd5424ce1ad97172bfc293b4a0d9c02b7
7
- data.tar.gz: bba13f214465427f5114ffdb2fa0700ce80409ddf0ef2b7135545deee68664bb1495f30b8a945e6f61010fe67f55e981b38cda9d3d8d6aefff5e1a58730ebdfe
6
+ metadata.gz: 103a489622bf6b2b5b85b86c476e5d74397be2b71327ee81a19e9ad2b19e3c447ea940fdcf19712548a0170e47f7d7b245d8a5afe4b28a611bf981391bb20a71
7
+ data.tar.gz: d1d68c0d80412c29aefa328d5d8d06d31552236274b4be9ada87c0d31e0c1eefc2ae6013598b36577e5c6537b0eea72d47fc42301bc749f00365b60d66a9aa56
data/README.md CHANGED
@@ -22,7 +22,7 @@ Example usage in a rails application
22
22
 
23
23
  This code block has to be added in the omniauth.rb file in initializers folder
24
24
 
25
- ```
25
+ ```ruby
26
26
  require 'omniauth'
27
27
  require 'omniauth-socialcast-oauth2'
28
28
 
@@ -33,8 +33,10 @@ Rails.application.config.middleware.use OmniAuth::Builder do
33
33
  end
34
34
  ```
35
35
 
36
- The application authentication url is handled at http:\\www.yourrailsapp.com\auth\socialcast and the callback url is http:\\www.yourrailsapp.com\auth\callback.
37
- Please ask the site administrator to enter the redirect url while creating the app.
36
+ The application authentication url is handled at http://www.yourrailsapp.com/auth/socialcast
37
+ and the callback url is http://www.yourrailsapp.com/auth/callback.
38
+
39
+ Please ask the site administrator to enter the redirect url while registering the app.
38
40
 
39
41
  ## Contributing
40
42
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module SocialcastOauth2
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.2.1"
4
4
  end
5
5
  end
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.2
4
+ version: 0.0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ganeshran