File tree 3 files changed +8
-20
lines changed
3 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ script:
16
16
- bundle exec rspec
17
17
18
18
rvm :
19
- - 1.9.3
20
- - jruby-19mode
21
- - 2.0.0
22
19
- 2.1.10
23
20
- 2.2.2
24
21
- 2.3.1
@@ -36,14 +33,5 @@ matrix:
36
33
fast_finish : true
37
34
38
35
exclude :
39
- - rvm : 1.9.3
40
- gemfile : gemfiles/rack_2.gemfile
41
-
42
- - rvm : jruby-19mode
43
- gemfile : gemfiles/rack_2.gemfile
44
-
45
- - rvm : 2.0.0
46
- gemfile : gemfiles/rack_2.gemfile
47
-
48
36
- rvm : 2.1.10
49
37
gemfile : gemfiles/rack_2.gemfile
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Gem::Specification.new do |gem|
11
11
12
12
gem . homepage = 'https://github.com/omniauth/omniauth-saml'
13
13
14
+ gem . required_ruby_version = '>= 2.1'
15
+
14
16
gem . add_runtime_dependency 'omniauth' , '~> 1.3'
15
17
gem . add_runtime_dependency 'ruby-saml' , '~> 1.4'
16
18
Original file line number Diff line number Diff line change 1
- if RUBY_VERSION >= '1.9'
2
- require 'simplecov'
1
+ require 'simplecov'
3
2
4
- if ENV [ 'TRAVIS' ]
5
- require 'coveralls'
6
- Coveralls . wear!
7
- end
8
-
9
- SimpleCov . start
3
+ if ENV [ 'TRAVIS' ]
4
+ require 'coveralls'
5
+ Coveralls . wear!
10
6
end
11
7
8
+ SimpleCov . start
9
+
12
10
require 'omniauth-saml'
13
11
require 'rack/test'
14
12
require 'rexml/document'
You can’t perform that action at this time.
0 commit comments