omniauth-myvr 0.0.1 → 0.0.2

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: 5f392900cec4ada0165ca53f676df5a69790b042
4
- data.tar.gz: c7d1cdd0150d4056511c459a8b106a260bd84056
3
+ metadata.gz: be539216235569cefc79eb137a4bc8d35e20b32c
4
+ data.tar.gz: bf27996d04f0d8a79d68b9d4d9637e86724912bf
5
5
  SHA512:
6
- metadata.gz: 5ab804a5b6ca562c855c4d068b119548041a711780d111f79956a0d36c2eb499aee14521875bc4c5e96b36727497cff0100f94f17d4e30a5b8347194a862c5ef
7
- data.tar.gz: 252748d816f1168d377f60d7734ed8e73ec1f77c4f35563dea9e2062fa59deaa8751342b33f5fdab21d7a38ad93c52191c5a5bf47f700ed7e0a9c1b8b572d1f1
6
+ metadata.gz: da15aeb66bf290238efff6d17b08b201a8f926384538f15ff197e04192dd3b65aff860bf0ae58e3e60529049c8982914cab5fdbb52b05530223cd33c3c95e948
7
+ data.tar.gz: d7c4b89f958917add54f746858655e895f639d3b61e1a9b8b0afc21ab737c7d34fd51e5086e8e08984275c3bc5533a43e0aa8e152d78f786e571fea46fe1ab8c
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gem 'sinatra'
4
- gem 'omniauth-myvr', path: '/Users/cjavilla/repos/omniauth-myvr'
4
+ gem 'omniauth-myvr'
@@ -6,7 +6,7 @@ require 'rubygems'
6
6
  require 'bundler'
7
7
  require 'sinatra'
8
8
  require 'omniauth'
9
- require 'omniauth-myvr'
9
+ require '../lib/omniauth-myvr'
10
10
 
11
11
  # Do not use for production code.
12
12
  # This is only to make setup easier when running through the sample.
@@ -1,4 +1,4 @@
1
- require File.join('omniauth', 'myvr')
1
+ require File.join('omniauth', 'strategies', 'myvr')
2
2
 
3
3
  module OmniAuth
4
4
  module MyVROAuth
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "omniauth-myvr"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.authors = ["CJ Avilla"]
8
8
  s.email = ["cjavilla@gmail.com"]
9
9
  s.homepage = "https://github.com/w1zeman1p/omniauth-myvr"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-myvr
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
  - CJ Avilla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-17 00:00:00.000000000 Z
11
+ date: 2016-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth