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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f3b01b02fbcc37d61e8f4ff00d3e28d54020840
4
- data.tar.gz: 3d62b2f849468bf454c562b0242d04de41ba11b5
3
+ metadata.gz: eacccf352f5f3de3902e9466fe098d4486ca4ac0
4
+ data.tar.gz: dcfcb18b5057a98419ea1e767266be07761e90f4
5
5
  SHA512:
6
- metadata.gz: 2baeda5e64932501c4c49de84b1b71aa69fe8a054c6e630bb417fb8c296eed345f3a0e8524cf00513e5092e8efbef80cc4df4f9ac81ab6199a3e9650a6afb87e
7
- data.tar.gz: 1471f0494ad82e96ef35441878d215ebd263970c793e484ffb1d1a87362bdba7bcde474d7fdaa2590a359f2b24cf760dd11338401ffb57c220adc23ee20136f9
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
@@ -1,6 +1,8 @@
1
- MIT License
1
+ # MIT License
2
2
 
3
- Copyright (c) 2017 Yoti Ltd
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
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Yoti
3
- VERSION = '1.1.1'.freeze
3
+ VERSION = '1.1.2'.freeze
4
4
  end
5
5
  end
@@ -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 = ['Vasile Zaremba']
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 = 'Proprietary'
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.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Vasile Zaremba
7
+ - Sebastian Zaremba
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-13 00:00:00.000000000 Z
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
- - Proprietary
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.12
152
+ rubygems_version: 2.6.13
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: Yoti strategy for OmniAuth