shutl_auth 0.8.1 → 0.8.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.
- data/Gemfile +4 -0
- data/config/license_finder.yml +20 -0
- data/doc/dependencies.csv +34 -0
- data/doc/dependencies.db +0 -0
- data/doc/dependencies.html +1298 -0
- data/lib/shutl/auth/access_token_request.rb +5 -1
- data/lib/shutl/auth/authenticated_request.rb +17 -3
- data/lib/shutl/auth/version.rb +1 -1
- data/lib/shutl_auth.rb +8 -0
- metadata +12 -2
    
        data/Gemfile
    CHANGED
    
    
| @@ -0,0 +1,20 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            whitelist:
         | 
| 3 | 
            +
            - MIT
         | 
| 4 | 
            +
            - Apache 2.0
         | 
| 5 | 
            +
            - ruby
         | 
| 6 | 
            +
            - BSD
         | 
| 7 | 
            +
            - ISC
         | 
| 8 | 
            +
            - LGPL-3
         | 
| 9 | 
            +
            - GPLv2
         | 
| 10 | 
            +
            - LGPL
         | 
| 11 | 
            +
            - Apache License 2.0
         | 
| 12 | 
            +
            - LGPL-3.0
         | 
| 13 | 
            +
            - Apache License Version 2.0
         | 
| 14 | 
            +
            - 2-clause BSDL
         | 
| 15 | 
            +
            - New BSD
         | 
| 16 | 
            +
            ignore_groups:
         | 
| 17 | 
            +
            #- test
         | 
| 18 | 
            +
            #- development
         | 
| 19 | 
            +
            dependencies_file_dir: './doc/'
         | 
| 20 | 
            +
            project_name: # project name
         | 
| @@ -0,0 +1,34 @@ | |
| 1 | 
            +
            activesupport, 4.0.0, MIT
         | 
| 2 | 
            +
            addressable, 2.3.5, Apache License 2.0
         | 
| 3 | 
            +
            atomic, 1.1.13, Apache-2.0
         | 
| 4 | 
            +
            attr_required, 0.0.5, MIT
         | 
| 5 | 
            +
            bundler, 1.3.5, MIT
         | 
| 6 | 
            +
            columnize, 0.3.6, Ruby
         | 
| 7 | 
            +
            crack, 0.3.2, MIT
         | 
| 8 | 
            +
            debugger, 1.6.1, BSD
         | 
| 9 | 
            +
            debugger-linecache, 1.2.0, MIT
         | 
| 10 | 
            +
            debugger-ruby_core_source, 1.2.3, ruby
         | 
| 11 | 
            +
            diff-lcs, 1.1.3, MIT
         | 
| 12 | 
            +
            httparty, 0.11.0, MIT
         | 
| 13 | 
            +
            httpclient, 2.3.4.1, ruby
         | 
| 14 | 
            +
            i18n, 0.6.5, MIT
         | 
| 15 | 
            +
            license_finder, 0.9.2, MIT
         | 
| 16 | 
            +
            minitest, 4.7.5, MIT
         | 
| 17 | 
            +
            multi_json, 1.7.9, MIT
         | 
| 18 | 
            +
            multi_xml, 0.5.5, MIT
         | 
| 19 | 
            +
            rack, 1.5.2, MIT
         | 
| 20 | 
            +
            rack-oauth2, 1.0.5, MIT
         | 
| 21 | 
            +
            rake, 10.1.0, MIT
         | 
| 22 | 
            +
            retriable, 1.3.3.1, MIT
         | 
| 23 | 
            +
            rspec, 2.11.0, MIT
         | 
| 24 | 
            +
            rspec-core, 2.11.1, MIT
         | 
| 25 | 
            +
            rspec-expectations, 2.11.3, MIT
         | 
| 26 | 
            +
            rspec-mocks, 2.11.3, MIT
         | 
| 27 | 
            +
            sequel, 4.2.0, MIT
         | 
| 28 | 
            +
            shutl_auth, 0.8.1, MIT
         | 
| 29 | 
            +
            sqlite3, 1.3.8, MIT
         | 
| 30 | 
            +
            thor, 0.18.1, MIT
         | 
| 31 | 
            +
            thread_safe, 0.1.2, Apache-2.0
         | 
| 32 | 
            +
            tzinfo, 0.3.37, MIT
         | 
| 33 | 
            +
            vcr, 2.5.0, MIT
         | 
| 34 | 
            +
            webmock, 1.8.11, MIT
         | 
    
        data/doc/dependencies.db
    ADDED
    
    | Binary file |