omniauth-vis 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: 7573bf727926ca641fcc5f511334866a3322f05774aa5fdfa6696aa8f1155bef
4
- data.tar.gz: 31ef20a3225cc70cd7953784fb620f5362cebe84571063ae7f767f2bd4583cd0
3
+ metadata.gz: baf176a9f71adbad4ee8ea68b42155e5e05965285c940adca114d7427c051bc3
4
+ data.tar.gz: bbe246db116efa268440e8734c380e3105359f538f9089a2238465bea4340e96
5
5
  SHA512:
6
- metadata.gz: 4e13523d75a34af402b2be5efff2f626fbded669a06f663c4fa9a1aa23fc3c870d0142c84606f70839255ee72473805ce2526f2b11a27d96e273664371109c89
7
- data.tar.gz: 1541a47d6a04a10114a7c3fc7d5a6023d42947a06fb1a16b582b54ccc291a9282b377a8d49b9efcd23aeb5539ee48656ed6a222b58ef5bafc9577853a5df58a4
6
+ metadata.gz: a719d61d694628c41a12a4425a30fa8afac292d7036fffbe9daaed0757031d0fdada1f108247ac7bc9f75f821cdcaf5d0d6b7b365a7cb776a6d0b237461d81dd
7
+ data.tar.gz: e52f71aef29a2d9bf3b5a22aa918b81ffc8ba88f068bbf1ab627f30d2a6f78c9d69ab5fbb841456611faa4d99b00efa30ddbe3f4e5ee123d581d46135abb2d2c
data/lib/vis/api.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # Vipassna Identity Server Service - for server to server Oauth 2 client_credentials grant flow
2
2
  # gets tokens so we can use the VIS API
3
3
  module Vis
4
- class OauthError < StandardError
4
+ class OauthError < StandardError; end
5
5
 
6
6
  class Api
7
7
  def initialize(server_url: "https://identity.dhamma.org", client_id:, client_secret:)
data/omniauth-vis.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'omniauth-vis'
5
- gem.version = '0.1.2'
5
+ gem.version = '0.1.3'
6
6
  # gem.license = 'MIT'
7
7
  gem.summary = 'Helper to connect to Vipassna Identity Server'
8
8
  gem.description = 'This allows you to connect to Vipassana identity server with your ruby app'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-vis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dhamma workers