gemstash 2.3.2 → 2.4.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -36
- data/lib/gemstash/authorization.rb +5 -2
- data/lib/gemstash/cli/authorize.rb +42 -1
- data/lib/gemstash/cli.rb +4 -0
- data/lib/gemstash/db/authorization.rb +3 -3
- data/lib/gemstash/man/gemstash-authorize.1 +21 -33
- data/lib/gemstash/man/gemstash-authorize.1.txt +23 -15
- data/lib/gemstash/man/gemstash-configuration.5 +63 -118
- data/lib/gemstash/man/gemstash-configuration.5.txt +54 -54
- data/lib/gemstash/man/gemstash-customize.7 +60 -103
- data/lib/gemstash/man/gemstash-customize.7.txt +35 -35
- data/lib/gemstash/man/gemstash-debugging.7 +8 -27
- data/lib/gemstash/man/gemstash-debugging.7.txt +6 -6
- data/lib/gemstash/man/gemstash-deploy.7 +15 -39
- data/lib/gemstash/man/gemstash-deploy.7.txt +16 -16
- data/lib/gemstash/man/gemstash-mirror.7 +10 -31
- data/lib/gemstash/man/gemstash-mirror.7.txt +3 -3
- data/lib/gemstash/man/gemstash-multiple-sources.7 +17 -44
- data/lib/gemstash/man/gemstash-multiple-sources.7.txt +8 -8
- data/lib/gemstash/man/gemstash-private-gems.7 +51 -102
- data/lib/gemstash/man/gemstash-private-gems.7.txt +21 -21
- data/lib/gemstash/man/gemstash-readme.7 +29 -75
- data/lib/gemstash/man/gemstash-readme.7.txt +10 -10
- data/lib/gemstash/man/gemstash-setup.1 +13 -33
- data/lib/gemstash/man/gemstash-setup.1.txt +11 -11
- data/lib/gemstash/man/gemstash-start.1 +7 -25
- data/lib/gemstash/man/gemstash-start.1.txt +6 -6
- data/lib/gemstash/man/gemstash-status.1 +5 -23
- data/lib/gemstash/man/gemstash-status.1.txt +4 -4
- data/lib/gemstash/man/gemstash-stop.1 +5 -23
- data/lib/gemstash/man/gemstash-stop.1.txt +4 -4
- data/lib/gemstash/man/gemstash-version.1 +4 -24
- data/lib/gemstash/man/gemstash-version.1.txt +1 -1
- data/lib/gemstash/migrations/05_authorization_names.rb +10 -0
- data/lib/gemstash/version.rb +1 -1
- metadata +18 -3
| @@ -1,35 +1,17 @@ | |
| 1 1 | 
             
            <!-- Automatically generated by Pandoc -->
         | 
| 2 | 
            -
            .\" Automatically generated by Pandoc 3.1. | 
| 2 | 
            +
            .\" Automatically generated by Pandoc 3.1.8
         | 
| 3 3 | 
             
            .\"
         | 
| 4 | 
            -
            .\" Define V font for inline verbatim, using C font in formats
         | 
| 5 | 
            -
            .\" that render this, and otherwise B font.
         | 
| 6 | 
            -
            .ie "\f[CB]x\f[]"x" \{\
         | 
| 7 | 
            -
            . ftr V B
         | 
| 8 | 
            -
            . ftr VI BI
         | 
| 9 | 
            -
            . ftr VB B
         | 
| 10 | 
            -
            . ftr VBI BI
         | 
| 11 | 
            -
            .\}
         | 
| 12 | 
            -
            .el \{\
         | 
| 13 | 
            -
            . ftr V CR
         | 
| 14 | 
            -
            . ftr VI CI
         | 
| 15 | 
            -
            . ftr VB CB
         | 
| 16 | 
            -
            . ftr VBI CBI
         | 
| 17 | 
            -
            .\}
         | 
| 18 4 | 
             
            .TH "gemstash-stop" "1" "October 9, 2015" "" ""
         | 
| 19 | 
            -
            .hy
         | 
| 20 5 | 
             
            .SH Name
         | 
| 21 | 
            -
            .PP
         | 
| 22 6 | 
             
            gemstash-stop - Stops the Gemstash server
         | 
| 23 7 | 
             
            .SH Synopsis
         | 
| 24 | 
            -
             | 
| 25 | 
            -
            \f[V]gemstash stop [--config-file FILE]\f[R]
         | 
| 8 | 
            +
            \f[CR]gemstash stop [--config-file FILE]\f[R]
         | 
| 26 9 | 
             
            .SH Description
         | 
| 27 | 
            -
            .PP
         | 
| 28 10 | 
             
            Stops the Gemstash server.
         | 
| 29 11 | 
             
            .SH Options
         | 
| 30 12 | 
             
            .IP \[bu] 2
         | 
| 31 | 
            -
            \f[ | 
| 13 | 
            +
            \f[CR]--config-file FILE\f[R]: Specify the config file to use.
         | 
| 32 14 | 
             
            If you aren\[cq]t using the default config file at
         | 
| 33 | 
            -
            \f[ | 
| 34 | 
            -
            \f[ | 
| 15 | 
            +
            \f[CR]\[ti]/.gemstash/config.yml\f[R] or
         | 
| 16 | 
            +
            \f[CR]\[ti]/.gemstash/config.yml.erb\f[R], then you must specify the
         | 
| 35 17 | 
             
            config file via this option.
         | 
| @@ -6,15 +6,15 @@ | |
| 6 6 | 
             
                   gemstash-stop - Stops the Gemstash server
         | 
| 7 7 |  | 
| 8 8 | 
             
            1mSynopsis0m
         | 
| 9 | 
            -
                    | 
| 9 | 
            +
                   gemstash stop [--config-file FILE]
         | 
| 10 10 |  | 
| 11 11 | 
             
            1mDescription0m
         | 
| 12 12 | 
             
                   Stops the Gemstash server.
         | 
| 13 13 |  | 
| 14 14 | 
             
            1mOptions0m
         | 
| 15 | 
            -
                   o  | 
| 16 | 
            -
            	 using the default config file at   | 
| 17 | 
            -
            	  | 
| 15 | 
            +
                   o --config-file	FILE:  Specify	the config file to use.  If you aren't
         | 
| 16 | 
            +
            	 using the default config file at  ~/.gemstash/config.yml  or  ~/.gem-
         | 
| 17 | 
            +
            	 stash/config.yml.erb,	then you must specify the config file via this
         | 
| 18 18 | 
             
            	 option.
         | 
| 19 19 |  | 
| 20 20 | 
             
            				October 9, 2015 	      4mgemstash-stop24m(1)
         | 
| @@ -1,37 +1,17 @@ | |
| 1 1 | 
             
            <!-- Automatically generated by Pandoc -->
         | 
| 2 | 
            -
            .\" Automatically generated by Pandoc 3.1. | 
| 2 | 
            +
            .\" Automatically generated by Pandoc 3.1.8
         | 
| 3 3 | 
             
            .\"
         | 
| 4 | 
            -
            .\" Define V font for inline verbatim, using C font in formats
         | 
| 5 | 
            -
            .\" that render this, and otherwise B font.
         | 
| 6 | 
            -
            .ie "\f[CB]x\f[]"x" \{\
         | 
| 7 | 
            -
            . ftr V B
         | 
| 8 | 
            -
            . ftr VI BI
         | 
| 9 | 
            -
            . ftr VB B
         | 
| 10 | 
            -
            . ftr VBI BI
         | 
| 11 | 
            -
            .\}
         | 
| 12 | 
            -
            .el \{\
         | 
| 13 | 
            -
            . ftr V CR
         | 
| 14 | 
            -
            . ftr VI CI
         | 
| 15 | 
            -
            . ftr VB CB
         | 
| 16 | 
            -
            . ftr VBI CBI
         | 
| 17 | 
            -
            .\}
         | 
| 18 4 | 
             
            .TH "gemstash-version" "1" "December 14, 2015" "" ""
         | 
| 19 | 
            -
            .hy
         | 
| 20 5 | 
             
            .SH Name
         | 
| 21 | 
            -
            .PP
         | 
| 22 6 | 
             
            gemstash-version - Show what version of Gemstash you are using
         | 
| 23 7 | 
             
            .SH Synopsis
         | 
| 24 | 
            -
             | 
| 25 | 
            -
            \f[V]gemstash version\f[R]
         | 
| 8 | 
            +
            \f[CR]gemstash version\f[R]
         | 
| 26 9 | 
             
            .SH Description
         | 
| 27 | 
            -
            .PP
         | 
| 28 10 | 
             
            Show what version of Gemstash you are using.
         | 
| 29 11 | 
             
            .SS Usage
         | 
| 30 12 | 
             
            .IP
         | 
| 31 | 
            -
            . | 
| 32 | 
            -
            \f[C]
         | 
| 13 | 
            +
            .EX
         | 
| 33 14 | 
             
            gemstash version
         | 
| 34 15 | 
             
            gemstash --version
         | 
| 35 16 | 
             
            gemstash -v
         | 
| 36 | 
            -
             | 
| 37 | 
            -
            .fi
         | 
| 17 | 
            +
            .EE
         | 
    
        data/lib/gemstash/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: gemstash
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2. | 
| 4 | 
            +
              version: 2.4.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Andre Arko
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: exe
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2023-09- | 
| 11 | 
            +
            date: 2023-09-27 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: activesupport
         | 
| @@ -174,6 +174,20 @@ dependencies: | |
| 174 174 | 
             
                - - "<"
         | 
| 175 175 | 
             
                  - !ruby/object:Gem::Version
         | 
| 176 176 | 
             
                    version: '4.0'
         | 
| 177 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 178 | 
            +
              name: terminal-table
         | 
| 179 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 180 | 
            +
                requirements:
         | 
| 181 | 
            +
                - - "~>"
         | 
| 182 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 183 | 
            +
                    version: '3.0'
         | 
| 184 | 
            +
              type: :runtime
         | 
| 185 | 
            +
              prerelease: false
         | 
| 186 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 187 | 
            +
                requirements:
         | 
| 188 | 
            +
                - - "~>"
         | 
| 189 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 190 | 
            +
                    version: '3.0'
         | 
| 177 191 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 178 192 | 
             
              name: thor
         | 
| 179 193 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -281,6 +295,7 @@ files: | |
| 281 295 | 
             
            - lib/gemstash/migrations/02_authorizations.rb
         | 
| 282 296 | 
             
            - lib/gemstash/migrations/03_cached_gems.rb
         | 
| 283 297 | 
             
            - lib/gemstash/migrations/04_health_tests.rb
         | 
| 298 | 
            +
            - lib/gemstash/migrations/05_authorization_names.rb
         | 
| 284 299 | 
             
            - lib/gemstash/puma.rb
         | 
| 285 300 | 
             
            - lib/gemstash/rack_env_rewriter.rb
         | 
| 286 301 | 
             
            - lib/gemstash/specs_builder.rb
         | 
| @@ -307,7 +322,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 307 322 | 
             
                - !ruby/object:Gem::Version
         | 
| 308 323 | 
             
                  version: '0'
         | 
| 309 324 | 
             
            requirements: []
         | 
| 310 | 
            -
            rubygems_version: 3. | 
| 325 | 
            +
            rubygems_version: 3.5.0.dev
         | 
| 311 326 | 
             
            signing_key:
         | 
| 312 327 | 
             
            specification_version: 4
         | 
| 313 328 | 
             
            summary: A place to stash gems you'll need
         |