omniauth-yoti 1.1.1 → 1.1.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 +4 -4
- data/CHANGELOG.md +2 -0
- data/{LICENSE → LICENSE.md} +4 -2
- data/lib/omniauth/yoti/version.rb +1 -1
- data/omniauth-yoti.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eacccf352f5f3de3902e9466fe098d4486ca4ac0
|
|
4
|
+
data.tar.gz: dcfcb18b5057a98419ea1e767266be07761e90f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c87b5e950123b4bd85ca9dc2ad64e25919e601abc373b6f6c50ab507210254ec58d25216328812caa0ea7552345933a800b18d514ad6f155997d6a0a00a06ee
|
|
7
|
+
data.tar.gz: 965f35bd45c50def48226237a8491911729ff4437289b7cb44ece3fe3560a43db9abd717f026667b09d54055c013c1113b2bbd1b37fa911751cf0cffc5b27600
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## 1.1.2 - 2017-10-18
|
|
8
|
+
|
|
7
9
|
## 1.1.1 - 2017-09-13
|
|
8
10
|
### Changed
|
|
9
11
|
- Switched from proprietary to MIT license
|
data/{LICENSE → LICENSE.md}
RENAMED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
MIT License
|
|
1
|
+
# MIT License
|
|
2
2
|
|
|
3
|
-
Copyright
|
|
3
|
+
Copyright © 2017 Yoti Ltd
|
|
4
|
+
|
|
5
|
+
* * *
|
|
4
6
|
|
|
5
7
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
8
|
of this software and associated documentation files (the "Software"), to deal
|
data/omniauth-yoti.gemspec
CHANGED
|
@@ -7,12 +7,12 @@ require 'omniauth/yoti/version'
|
|
|
7
7
|
Gem::Specification.new do |spec|
|
|
8
8
|
spec.name = 'omniauth-yoti'
|
|
9
9
|
spec.version = Omniauth::Yoti::VERSION
|
|
10
|
-
spec.authors = ['
|
|
10
|
+
spec.authors = ['Sebastian Zaremba']
|
|
11
11
|
spec.email = ['tech@yoti.com']
|
|
12
12
|
|
|
13
13
|
spec.summary = 'Yoti strategy for OmniAuth'
|
|
14
14
|
spec.homepage = 'https://github.com/getyoti/omniauth-yoti'
|
|
15
|
-
spec.license = '
|
|
15
|
+
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
18
18
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-yoti
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Sebastian Zaremba
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: omniauth
|
|
@@ -120,7 +120,7 @@ files:
|
|
|
120
120
|
- CHANGELOG.md
|
|
121
121
|
- Gemfile
|
|
122
122
|
- Guardfile
|
|
123
|
-
- LICENSE
|
|
123
|
+
- LICENSE.md
|
|
124
124
|
- README.md
|
|
125
125
|
- Rakefile
|
|
126
126
|
- lib/omniauth-yoti.rb
|
|
@@ -131,7 +131,7 @@ files:
|
|
|
131
131
|
- rubocop.yml
|
|
132
132
|
homepage: https://github.com/getyoti/omniauth-yoti
|
|
133
133
|
licenses:
|
|
134
|
-
-
|
|
134
|
+
- MIT
|
|
135
135
|
metadata: {}
|
|
136
136
|
post_install_message:
|
|
137
137
|
rdoc_options: []
|
|
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
149
149
|
version: '0'
|
|
150
150
|
requirements: []
|
|
151
151
|
rubyforge_project:
|
|
152
|
-
rubygems_version: 2.6.
|
|
152
|
+
rubygems_version: 2.6.13
|
|
153
153
|
signing_key:
|
|
154
154
|
specification_version: 4
|
|
155
155
|
summary: Yoti strategy for OmniAuth
|