keycard 0.2.1 → 0.2.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
  SHA256:
3
- metadata.gz: dafcd846bff7e7489c6e25ba8e0cbb5e886893e1a67e5a4e5cce817b93f8c230
4
- data.tar.gz: 9f701b1b5b2a3ba9dabf8afa23a4f28799af9e540936655c1ebe48f273df68fa
3
+ metadata.gz: 44107d557e8b5860166f61de850f6456640fc115d29e9244e106c8bd340a8659
4
+ data.tar.gz: 6b6d0c6770289a5f1bbd53eca870fc16e9cbeba367d47f5e451acaf56ac1e036
5
5
  SHA512:
6
- metadata.gz: d6c6badd666dd406abd48a9cabe7d06e24c75a1422c1e40c8805c856f46f29a0277eba85093d2f134096fe7b695848c1da83a6a99d55df49c5796413b5d75ae1
7
- data.tar.gz: 397a8c45a05cc13c82d69222683a89cdf787cf25cea88ab60cc9d5a08e883b8498cf8b56c1979a1b93c200794782a4ccdd99534bf63b93f6b9cbd7cb31b3f2aa
6
+ metadata.gz: 62792b7625728352a661ac11a4f2e3b1ed4235ea38b1c313058628ceb6148cdffa3dc3dd957008a6555016fece8adea74078741b44e9e6a2baa36d0cda7f504a
7
+ data.tar.gz: 2dcff038ee1c588570593e9a1c7ce30dae473ee2fcf43f289c6df03ceb0d00354692240087f3681a61d81c63176675a74578253f5f40d15d7ac4cb834a5deb8a
@@ -13,7 +13,7 @@ module Keycard::Request
13
13
  shibboleth: ShibbolethAttributes
14
14
  }.freeze
15
15
 
16
- def initialize(finders: [InstitutionFinder.new])
16
+ def initialize(finders: [Keycard::InstitutionFinder.new])
17
17
  @finders = finders
18
18
  end
19
19
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Keycard
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: keycard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Botimer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-07-11 00:00:00.000000000 Z
12
+ date: 2018-07-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sequel