omniauth-rightsignature 0.0.6 → 0.0.7

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: e944280117b8708747944e6fe91ea04df5b5f4cf
4
- data.tar.gz: 74281aa8b416f0ed72bd99284741e8978d9ee870
3
+ metadata.gz: d5ca3d7fde30129fec7838335db1384b032fb462
4
+ data.tar.gz: 5b074aebf47a36a1246bfb9d5e5c29d39c61cf8e
5
5
  SHA512:
6
- metadata.gz: e25e54efaa9291baa1d118d72cafa5c497ed512c10ea658a150a8f0275c685f4df4877fb2bc80af4dcb7e817f00d6c7c45201b07faaf309a4e2d9131d3cc4ae1
7
- data.tar.gz: 54d569bdcf413a266c0aa4a1d1fe1a160f16f5ffcf602622d313d61da860dbe562fba3ed22c1ee7842f90bf62944ae1df6043ee812007c4cce2ef1862a875174
6
+ metadata.gz: bb86ab4585677ef0e4ec0af82179e2e9bd613f104aaf59ee51c2d2b408423cbc3afdd1b5b88e4041593ecc60e74ff0b13b907dd3a66e1c3e2e6d0cdfc37a49f5
7
+ data.tar.gz: f9ec6fe7f56df879d855f345c66448859a7434e2b4687ea0ce6f5de33efddc9888662a197b21a23ea6e89a37c8d3523a0f1158d09b7eb888864b44f9c21ee55d
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Rightsignature
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -1,7 +1,5 @@
1
1
  # coding: utf-8
2
- lib =File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'omniauth/rightsignature/version'
2
+ require File.expand_path('../lib/omniauth/rightsignature/version',__FILE__)
5
3
 
6
4
  Gem::Specification.new do |gem|
7
5
  gem.name = 'omniauth-rightsignature'
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-rightsignature
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deepikaa Subramaniam
@@ -128,9 +128,9 @@ files:
128
128
  - lib/omniauth-rightsignature.rb
129
129
  - lib/omniauth/rightsignature/version.rb
130
130
  - lib/omniauth/strategies/rightsignature.rb
131
- - lib/spec/omniauth/strategies/rightsignature_spec.rb
132
- - lib/spec/spec_helper.rb
133
131
  - omniauth-rightsignature.gemspec
132
+ - spec/omniauth/strategies/rightsignature_spec.rb
133
+ - spec/spec_helper.rb
134
134
  homepage: https://github.com/DeepikaaSubramaniam21/omniauth-rightsignature/
135
135
  licenses: []
136
136
  metadata: {}