ruby-saml-idp 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/ruby-saml-idp.rb CHANGED
@@ -1,3 +1,4 @@
1
1
  require 'saml-idp/controller'
2
2
  require 'saml-idp/default'
3
3
  require 'saml-idp/version'
4
+ require 'saml-idp/rails' if defined?(::Rails) && Rails::VERSION::MAJOR > 2
@@ -0,0 +1,4 @@
1
+ module SamlIdp
2
+ class Engine < Rails::Engine
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
1
  module SamlIdp
2
- VERSION = '0.1'
2
+ VERSION = '0.2'
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-saml-idp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- version: "0.1"
8
+ - 2
9
+ version: "0.2"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Lawrence Pit
@@ -87,6 +87,7 @@ files:
87
87
  - lib/ruby-saml-idp.rb
88
88
  - lib/saml-idp/controller.rb
89
89
  - lib/saml-idp/default.rb
90
+ - lib/saml-idp/rails.rb
90
91
  - lib/saml-idp/version.rb
91
92
  - MIT-LICENSE
92
93
  - README.md