omniauth-webex-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: 17b5b67027846ca07c3ba22efdd8dcab600ca44b
4
- data.tar.gz: e019c303d628a9e0e5f56d67379a4a24bad05955
3
+ metadata.gz: 11967ebdafd58743381c2a23ffcd2064b893cc1c
4
+ data.tar.gz: 86121abc58761e4f4e53740efce47b7a4b50faa2
5
5
  SHA512:
6
- metadata.gz: 7273ec56bf6479438faf82a9f8fde0a5ae9fa7738a3aefff22d35a02fd2c30b327da58f51230fdc16f2a5423566264af640b76a54070259e986af933466dc1f9
7
- data.tar.gz: 4ed3111c30d6ff930f0b58c55f5768e8cd350e5e200c14494a41d91a815f1e34dd36a69602206590117bfb776012a3eebdc013d9436007291d0f69ddea45cb60
6
+ metadata.gz: 8a634592c7090e03986b77ac0f09405cd0efda9b9c88e4880128ee26a84c93621fe0e37d13742ba7c0a17bce62095126ba5fdbf4a91ebe59141b19812b2c3037
7
+ data.tar.gz: b20e09f7443ea8dca8783f615de3311f9250b7c9554ca57f129362b2a29fd7f92959655cc4db0038dbc6e68090258317f7f30ced5f61586cbfc0c3ec8f7b2633
@@ -3,5 +3,6 @@ rvm:
3
3
  - 2.2.6
4
4
  - 2.3.3
5
5
  - 2.4.0
6
+ - 2.5.1
6
7
  before_install:
7
8
  - gem install bundler -v 1.16.1
data/Gemfile CHANGED
@@ -1,6 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gemspec
4
- gem 'pry'
5
- gem 'pry-coolline'
6
- gem 'pry-nav'
3
+ gemspec
@@ -1,21 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-webex-oauth2 (0.0.1)
4
+ omniauth-webex-oauth2 (0.0.2)
5
5
  omniauth-oauth2 (~> 1.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- coderay (1.1.2)
11
- coolline (0.5.0)
12
- unicode_utils (~> 1.4)
13
- diff-lcs (1.2.5)
10
+ diff-lcs (1.3)
14
11
  faraday (0.9.2)
15
12
  multipart-post (>= 1.2, < 3)
16
- hashie (3.4.4)
13
+ hashie (3.4.6)
17
14
  jwt (1.5.4)
18
- method_source (0.8.2)
19
15
  multi_json (1.12.2)
20
16
  multi_xml (0.5.5)
21
17
  multipart-post (2.0.0)
@@ -25,46 +21,33 @@ GEM
25
21
  multi_json (~> 1.3)
26
22
  multi_xml (~> 0.5)
27
23
  rack (>= 1.2, < 3)
28
- omniauth (1.3.1)
24
+ omniauth (1.3.2)
29
25
  hashie (>= 1.2, < 4)
30
26
  rack (>= 1.0, < 3)
31
27
  omniauth-oauth2 (1.3.1)
32
28
  oauth2 (~> 1.0)
33
29
  omniauth (~> 1.2)
34
- pry (0.10.4)
35
- coderay (~> 1.1.0)
36
- method_source (~> 0.8.1)
37
- slop (~> 3.4)
38
- pry-coolline (0.2.5)
39
- coolline (~> 0.5)
40
- pry-nav (0.2.4)
41
- pry (>= 0.9.10, < 0.11.0)
42
- rack (1.6.8)
43
- rake (10.1.0)
44
- rspec (3.4.0)
45
- rspec-core (~> 3.4.0)
46
- rspec-expectations (~> 3.4.0)
47
- rspec-mocks (~> 3.4.0)
48
- rspec-core (3.4.4)
49
- rspec-support (~> 3.4.0)
50
- rspec-expectations (3.4.0)
30
+ rack (1.6.10)
31
+ rake (10.5.0)
32
+ rspec (3.7.0)
33
+ rspec-core (~> 3.7.0)
34
+ rspec-expectations (~> 3.7.0)
35
+ rspec-mocks (~> 3.7.0)
36
+ rspec-core (3.7.1)
37
+ rspec-support (~> 3.7.0)
38
+ rspec-expectations (3.7.0)
51
39
  diff-lcs (>= 1.2.0, < 2.0)
52
- rspec-support (~> 3.4.0)
53
- rspec-mocks (3.4.1)
40
+ rspec-support (~> 3.7.0)
41
+ rspec-mocks (3.7.0)
54
42
  diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.4.0)
56
- rspec-support (3.4.1)
57
- slop (3.6.0)
58
- unicode_utils (1.4.0)
43
+ rspec-support (~> 3.7.0)
44
+ rspec-support (3.7.1)
59
45
 
60
46
  PLATFORMS
61
47
  ruby
62
48
 
63
49
  DEPENDENCIES
64
50
  omniauth-webex-oauth2!
65
- pry
66
- pry-coolline
67
- pry-nav
68
51
  rake (~> 10.0)
69
52
  rspec (~> 3.4)
70
53
 
data/README.md CHANGED
@@ -1,13 +1,17 @@
1
+ [![Gem Version](https://badge.fury.io/rb/omniauth-webex-oauth2.svg)](https://badge.fury.io/rb/omniauth-webex-oauth2)
2
+ [![Build Status](https://travis-ci.org/suhaspan/omniauth-webex-oauth2.svg?branch=master)](https://travis-ci.org/suhaspan/omniauth-webex-oauth2)
3
+ [![Code Climate](https://codeclimate.com/github/suhaspan/omniauth-webex-oauth2/badges/gpa.svg)](https://codeclimate.com/github/suhaspan/omniauth-webex-oauth2)
4
+
5
+
1
6
  # OmniAuth::Strategies::Webex
2
7
 
3
8
  OAuth2 Strategy for [Cisco WebEx Teams (Cisco Spark)](https://www.webex.com/products/teams/index.html)
4
9
 
5
10
  ## Installation
6
11
 
7
- Add this line to your application's Gemfile along with OmniAuth:
12
+ Add this line to your application's Gemfile:
8
13
 
9
14
  ```ruby
10
- gem 'omniauth'
11
15
  gem 'omniauth-webex-oauth2'
12
16
  ```
13
17
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Webex
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
@@ -1,6 +1,5 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
- puts lib
4
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
4
  require 'omniauth/webex/version'
6
5
 
@@ -11,7 +10,7 @@ Gem::Specification.new do |spec|
11
10
  spec.email = ['suhas0284@gmail.com']
12
11
 
13
12
  spec.summary = %q{A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy.}
14
- spec.description = %q{A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy. Create account and generate client_id and client_secret.}
13
+ spec.description = %q{A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy. Create an account and generate client_id and client_secret.}
15
14
  spec.homepage = 'https://github.com/suhaspan/omniauth-webex-oauth2'
16
15
  spec.license = 'MIT'
17
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-webex-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
  - Suhas Nehete
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-06 00:00:00.000000000 Z
11
+ date: 2018-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -52,8 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.4'
55
- description: A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy. Create account and
56
- generate client_id and client_secret.
55
+ description: A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy. Create an account
56
+ and generate client_id and client_secret.
57
57
  email:
58
58
  - suhas0284@gmail.com
59
59
  executables: []