shibboleth_auth 0.3.2 → 0.3.3
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.
| 
            File without changes
         | 
    
        data/lib/shibboleth_auth.rb
    CHANGED
    
    | @@ -1,10 +1,9 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
            #require 'shibboleth_auth'
         | 
| 1 | 
            +
            require 'rails'
         | 
| 3 2 | 
             
            module ShibbolethAuth
         | 
| 4 3 | 
             
              extend ActiveSupport::Autoload
         | 
| 5 4 |  | 
| 6 5 | 
             
              autoload :LoginController, __FILE__.split('/')[0..-2].join('/')+'/../app/controllers/login_controller'
         | 
| 7 | 
            -
               | 
| 6 | 
            +
              require __FILE__.split('/')[0..-2].join('/')+'/../app/models/shibboleth_auth/shibboleth_user'
         | 
| 8 7 | 
             
              require __FILE__.split('/')[0..-2].join('/')+'/generators/auth_generator'
         | 
| 9 8 | 
             
              require 'routes'
         | 
| 10 9 | 
             
              class Railtie < Rails::Railtie
         | 
    
        data/shibboleth_auth.gemspec
    CHANGED
    
    | @@ -5,7 +5,7 @@ | |
| 5 5 |  | 
| 6 6 | 
             
            Gem::Specification.new do |s|
         | 
| 7 7 | 
             
              s.name = %q{shibboleth_auth}
         | 
| 8 | 
            -
              s.version = "0.3. | 
| 8 | 
            +
              s.version = "0.3.3"
         | 
| 9 9 |  | 
| 10 10 | 
             
              s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
         | 
| 11 11 | 
             
              s.authors = ["Dominik Masur"]
         | 
| @@ -24,7 +24,7 @@ Gem::Specification.new do |s| | |
| 24 24 | 
             
                 "Rakefile",
         | 
| 25 25 | 
             
                 "VERSION",
         | 
| 26 26 | 
             
                 "app/controllers/login_controller.rb",
         | 
| 27 | 
            -
                 "app/models/shibboleth_user.rb",
         | 
| 27 | 
            +
                 "app/models/shibboleth_auth/shibboleth_user.rb",
         | 
| 28 28 | 
             
                 "features/shibboleth_auth.feature",
         | 
| 29 29 | 
             
                 "features/step_definitions/shibboleth_auth_steps.rb",
         | 
| 30 30 | 
             
                 "features/support/env.rb",
         | 
    
        metadata
    CHANGED
    
    | @@ -1,13 +1,8 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification 
         | 
| 2 2 | 
             
            name: shibboleth_auth
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            -
              hash: 23
         | 
| 5 4 | 
             
              prerelease: 
         | 
| 6 | 
            -
               | 
| 7 | 
            -
              - 0
         | 
| 8 | 
            -
              - 3
         | 
| 9 | 
            -
              - 2
         | 
| 10 | 
            -
              version: 0.3.2
         | 
| 5 | 
            +
              version: 0.3.3
         | 
| 11 6 | 
             
            platform: ruby
         | 
| 12 7 | 
             
            authors: 
         | 
| 13 8 | 
             
            - Dominik Masur
         | 
| @@ -15,8 +10,7 @@ autorequire: | |
| 15 10 | 
             
            bindir: bin
         | 
| 16 11 | 
             
            cert_chain: []
         | 
| 17 12 |  | 
| 18 | 
            -
            date: 2010-11-10 00:00:00  | 
| 19 | 
            -
            default_executable: 
         | 
| 13 | 
            +
            date: 2010-11-10 00:00:00 Z
         | 
| 20 14 | 
             
            dependencies: 
         | 
| 21 15 | 
             
            - !ruby/object:Gem::Dependency 
         | 
| 22 16 | 
             
              name: rspec
         | 
| @@ -26,11 +20,6 @@ dependencies: | |
| 26 20 | 
             
                requirements: 
         | 
| 27 21 | 
             
                - - ">="
         | 
| 28 22 | 
             
                  - !ruby/object:Gem::Version 
         | 
| 29 | 
            -
                    hash: 13
         | 
| 30 | 
            -
                    segments: 
         | 
| 31 | 
            -
                    - 1
         | 
| 32 | 
            -
                    - 2
         | 
| 33 | 
            -
                    - 9
         | 
| 34 23 | 
             
                    version: 1.2.9
         | 
| 35 24 | 
             
              type: :development
         | 
| 36 25 | 
             
              version_requirements: *id001
         | 
| @@ -42,11 +31,6 @@ dependencies: | |
| 42 31 | 
             
                requirements: 
         | 
| 43 32 | 
             
                - - ">="
         | 
| 44 33 | 
             
                  - !ruby/object:Gem::Version 
         | 
| 45 | 
            -
                    hash: 53
         | 
| 46 | 
            -
                    segments: 
         | 
| 47 | 
            -
                    - 0
         | 
| 48 | 
            -
                    - 8
         | 
| 49 | 
            -
                    - 5
         | 
| 50 34 | 
             
                    version: 0.8.5
         | 
| 51 35 | 
             
              type: :development
         | 
| 52 36 | 
             
              version_requirements: *id002
         | 
| @@ -58,11 +42,6 @@ dependencies: | |
| 58 42 | 
             
                requirements: 
         | 
| 59 43 | 
             
                - - ">="
         | 
| 60 44 | 
             
                  - !ruby/object:Gem::Version 
         | 
| 61 | 
            -
                    hash: 7
         | 
| 62 | 
            -
                    segments: 
         | 
| 63 | 
            -
                    - 3
         | 
| 64 | 
            -
                    - 0
         | 
| 65 | 
            -
                    - 0
         | 
| 66 45 | 
             
                    version: 3.0.0
         | 
| 67 46 | 
             
              type: :development
         | 
| 68 47 | 
             
              version_requirements: *id003
         | 
| @@ -74,11 +53,6 @@ dependencies: | |
| 74 53 | 
             
                requirements: 
         | 
| 75 54 | 
             
                - - ">="
         | 
| 76 55 | 
             
                  - !ruby/object:Gem::Version 
         | 
| 77 | 
            -
                    hash: 23
         | 
| 78 | 
            -
                    segments: 
         | 
| 79 | 
            -
                    - 1
         | 
| 80 | 
            -
                    - 0
         | 
| 81 | 
            -
                    - 0
         | 
| 82 56 | 
             
                    version: 1.0.0
         | 
| 83 57 | 
             
              type: :development
         | 
| 84 58 | 
             
              version_requirements: *id004
         | 
| @@ -99,7 +73,7 @@ files: | |
| 99 73 | 
             
            - Rakefile
         | 
| 100 74 | 
             
            - VERSION
         | 
| 101 75 | 
             
            - app/controllers/login_controller.rb
         | 
| 102 | 
            -
            - app/models/shibboleth_user.rb
         | 
| 76 | 
            +
            - app/models/shibboleth_auth/shibboleth_user.rb
         | 
| 103 77 | 
             
            - features/shibboleth_auth.feature
         | 
| 104 78 | 
             
            - features/step_definitions/shibboleth_auth_steps.rb
         | 
| 105 79 | 
             
            - features/support/env.rb
         | 
| @@ -114,7 +88,6 @@ files: | |
| 114 88 | 
             
            - spec/shibboleth_auth_spec.rb
         | 
| 115 89 | 
             
            - spec/spec.opts
         | 
| 116 90 | 
             
            - spec/spec_helper.rb
         | 
| 117 | 
            -
            has_rdoc: true
         | 
| 118 91 | 
             
            homepage: http://github.com/TBAA/shibboleth_auth
         | 
| 119 92 | 
             
            licenses: []
         | 
| 120 93 |  | 
| @@ -128,23 +101,17 @@ required_ruby_version: !ruby/object:Gem::Requirement | |
| 128 101 | 
             
              requirements: 
         | 
| 129 102 | 
             
              - - ">="
         | 
| 130 103 | 
             
                - !ruby/object:Gem::Version 
         | 
| 131 | 
            -
                  hash: 3
         | 
| 132 | 
            -
                  segments: 
         | 
| 133 | 
            -
                  - 0
         | 
| 134 104 | 
             
                  version: "0"
         | 
| 135 105 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement 
         | 
| 136 106 | 
             
              none: false
         | 
| 137 107 | 
             
              requirements: 
         | 
| 138 108 | 
             
              - - ">="
         | 
| 139 109 | 
             
                - !ruby/object:Gem::Version 
         | 
| 140 | 
            -
                  hash: 3
         | 
| 141 | 
            -
                  segments: 
         | 
| 142 | 
            -
                  - 0
         | 
| 143 110 | 
             
                  version: "0"
         | 
| 144 111 | 
             
            requirements: []
         | 
| 145 112 |  | 
| 146 113 | 
             
            rubyforge_project: 
         | 
| 147 | 
            -
            rubygems_version: 1. | 
| 114 | 
            +
            rubygems_version: 1.8.1
         | 
| 148 115 | 
             
            signing_key: 
         | 
| 149 116 | 
             
            specification_version: 3
         | 
| 150 117 | 
             
            summary: Support for Shibboleth Auth
         |