devise_saml_authenticatable 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +4 -10
- data/devise_saml_authenticatable.gemspec +1 -1
- data/lib/devise_saml_authenticatable/version.rb +1 -1
- metadata +4 -6
- data/spec/support/Gemfile.ruby-saml-1.3 +0 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 377131d065bd2670e5830eff8c0cdf75fa221d69
|
4
|
+
data.tar.gz: 9304fbf24d72a198ea36290fe45f25a63be62790
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d4d5fb0973e73ee61052e9ba5f2a34cc5bf721659e32d0b760db46d355648cd1d825e7510278e73f7597aa4fb52c87187270441131bf409baf1308583ccfeb7
|
7
|
+
data.tar.gz: 0749346b7c5d0db06780fe811763eb62ffebb49f0f0d0c5d6de45c69fd04baafb3fd3c8957c95628c403044bfc26b2ee27460db28817c05d3ca5802d58b3842d
|
data/.travis.yml
CHANGED
@@ -3,34 +3,28 @@ rvm:
|
|
3
3
|
- "1.9.3"
|
4
4
|
- "2.0.0"
|
5
5
|
- "2.1.10"
|
6
|
-
- "2.2.
|
7
|
-
- "2.3.
|
8
|
-
- "2.4.
|
6
|
+
- "2.2.9"
|
7
|
+
- "2.3.6"
|
8
|
+
- "2.4.3"
|
9
|
+
- "2.5.0"
|
9
10
|
gemfile:
|
10
11
|
- Gemfile
|
11
12
|
- spec/support/Gemfile.rails5
|
12
13
|
- spec/support/Gemfile.rails4
|
13
|
-
- spec/support/Gemfile.ruby-saml-1.3
|
14
14
|
matrix:
|
15
15
|
allow_failures:
|
16
16
|
- rvm: "1.9.3"
|
17
17
|
gemfile: Gemfile
|
18
18
|
- rvm: "1.9.3"
|
19
19
|
gemfile: spec/support/Gemfile.rails5
|
20
|
-
- rvm: "1.9.3"
|
21
|
-
gemfile: spec/support/Gemfile.ruby-saml-1.3
|
22
20
|
- rvm: "2.0.0"
|
23
21
|
gemfile: Gemfile
|
24
22
|
- rvm: "2.0.0"
|
25
23
|
gemfile: spec/support/Gemfile.rails5
|
26
|
-
- rvm: "2.0.0"
|
27
|
-
gemfile: spec/support/Gemfile.ruby-saml-1.3
|
28
24
|
- rvm: "2.1.10"
|
29
25
|
gemfile: Gemfile
|
30
26
|
- rvm: "2.1.10"
|
31
27
|
gemfile: spec/support/Gemfile.rails5
|
32
|
-
- rvm: "2.1.10"
|
33
|
-
gemfile: spec/support/Gemfile.ruby-saml-1.3
|
34
28
|
|
35
29
|
before_install:
|
36
30
|
# update bundler to avoid https://github.com/travis-ci/travis-ci/issues/5239
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise_saml_authenticatable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josef Sauter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: devise
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '1.
|
33
|
+
version: '1.7'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '1.
|
40
|
+
version: '1.7'
|
41
41
|
description: SAML Authentication for devise
|
42
42
|
email:
|
43
43
|
- Josef.Sauter@gmail.com
|
@@ -76,7 +76,6 @@ files:
|
|
76
76
|
- spec/spec_helper.rb
|
77
77
|
- spec/support/Gemfile.rails4
|
78
78
|
- spec/support/Gemfile.rails5
|
79
|
-
- spec/support/Gemfile.ruby-saml-1.3
|
80
79
|
- spec/support/idp_settings_adapter.rb.erb
|
81
80
|
- spec/support/idp_template.rb
|
82
81
|
- spec/support/rails_app.rb
|
@@ -119,7 +118,6 @@ test_files:
|
|
119
118
|
- spec/spec_helper.rb
|
120
119
|
- spec/support/Gemfile.rails4
|
121
120
|
- spec/support/Gemfile.rails5
|
122
|
-
- spec/support/Gemfile.ruby-saml-1.3
|
123
121
|
- spec/support/idp_settings_adapter.rb.erb
|
124
122
|
- spec/support/idp_template.rb
|
125
123
|
- spec/support/rails_app.rb
|
@@ -1,22 +0,0 @@
|
|
1
|
-
source 'https://rubygems.org'
|
2
|
-
|
3
|
-
# Specify your gem's dependencies in devise_saml_authenticatable.gemspec
|
4
|
-
gemspec path: '../..'
|
5
|
-
|
6
|
-
group :test do
|
7
|
-
gem 'rake'
|
8
|
-
gem 'rspec', '~> 3.0'
|
9
|
-
gem 'rails', '~> 5.0'
|
10
|
-
gem 'rspec-rails'
|
11
|
-
gem 'ruby-saml', '~> 1.3.0'
|
12
|
-
gem 'sqlite3'
|
13
|
-
gem 'capybara'
|
14
|
-
gem 'poltergeist'
|
15
|
-
|
16
|
-
# Lock down versions of gems for older versions of Ruby
|
17
|
-
if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new("2.1")
|
18
|
-
gem 'devise', '~> 3.5'
|
19
|
-
gem 'public_suffix', '~> 2.0.5'
|
20
|
-
gem 'nokogiri', '~> 1.6.8'
|
21
|
-
end
|
22
|
-
end
|