gemstash 2.1.0 → 2.2.1

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.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +57 -0
  3. data/lib/gemstash/cache.rb +37 -0
  4. data/lib/gemstash/cli/authorize.rb +2 -2
  5. data/lib/gemstash/cli/setup.rb +11 -3
  6. data/lib/gemstash/configuration.rb +1 -1
  7. data/lib/gemstash/dependencies.rb +2 -2
  8. data/lib/gemstash/env.rb +2 -0
  9. data/lib/gemstash/gem_fetcher.rb +2 -2
  10. data/lib/gemstash/gem_pusher.rb +2 -2
  11. data/lib/gemstash/gem_source/private_source.rb +3 -3
  12. data/lib/gemstash/gem_source.rb +2 -2
  13. data/lib/gemstash/http_client.rb +8 -3
  14. data/lib/gemstash/logging.rb +1 -1
  15. data/lib/gemstash/man/gemstash-authorize.1 +36 -21
  16. data/lib/gemstash/man/gemstash-authorize.1.txt +21 -19
  17. data/lib/gemstash/man/gemstash-configuration.5 +118 -106
  18. data/lib/gemstash/man/gemstash-configuration.5.txt +105 -103
  19. data/lib/gemstash/man/gemstash-customize.7 +83 -68
  20. data/lib/gemstash/man/gemstash-customize.7.txt +63 -62
  21. data/lib/gemstash/man/gemstash-debugging.7 +24 -9
  22. data/lib/gemstash/man/gemstash-debugging.7.txt +11 -9
  23. data/lib/gemstash/man/gemstash-deploy.7 +30 -15
  24. data/lib/gemstash/man/gemstash-deploy.7.txt +18 -16
  25. data/lib/gemstash/man/gemstash-mirror.7 +25 -10
  26. data/lib/gemstash/man/gemstash-mirror.7.txt +9 -7
  27. data/lib/gemstash/man/gemstash-multiple-sources.7 +34 -20
  28. data/lib/gemstash/man/gemstash-multiple-sources.7.txt +30 -29
  29. data/lib/gemstash/man/gemstash-private-gems.7 +55 -40
  30. data/lib/gemstash/man/gemstash-private-gems.7.txt +40 -38
  31. data/lib/gemstash/man/gemstash-readme.7 +61 -49
  32. data/lib/gemstash/man/gemstash-readme.7.txt +58 -58
  33. data/lib/gemstash/man/gemstash-setup.1 +36 -21
  34. data/lib/gemstash/man/gemstash-setup.1.txt +19 -17
  35. data/lib/gemstash/man/gemstash-start.1 +29 -14
  36. data/lib/gemstash/man/gemstash-start.1.txt +14 -12
  37. data/lib/gemstash/man/gemstash-status.1 +27 -12
  38. data/lib/gemstash/man/gemstash-status.1.txt +12 -10
  39. data/lib/gemstash/man/gemstash-stop.1 +27 -12
  40. data/lib/gemstash/man/gemstash-stop.1.txt +12 -10
  41. data/lib/gemstash/man/gemstash-version.1 +25 -10
  42. data/lib/gemstash/man/gemstash-version.1.txt +7 -5
  43. data/lib/gemstash/storage.rb +5 -4
  44. data/lib/gemstash/upstream.rb +6 -5
  45. data/lib/gemstash/version.rb +2 -2
  46. data/lib/gemstash/web.rb +6 -4
  47. data/lib/gemstash.rb +1 -1
  48. metadata +31 -157
@@ -2,9 +2,11 @@ gemstash-readme(7) gemstash-readme(7)
2
2
 
3
3
 
4
4
 
5
- 1mGEMSTASH0m
6
- 1mWHAT IS GEMSTASH?0m
7
- Gemstash is both a cache for remote servers such as
5
+ <!-- Automatically generated by Pandoc -->
6
+
7
+ 1mGemstash0m
8
+ 1mWhat is Gemstash?0m
9
+ Gemstash is both a cache for remote servers such as
8
10
  https://rubygems.org, and a private gem source.
9
11
 
10
12
  If you are using bundler (http://bundler.io/) across many machines that
@@ -18,20 +20,20 @@ gemstash-readme(7) gemstash-readme(7)
18
20
  you might want to use Gemstash.
19
21
 
20
22
  Are you only using gems from https://rubygems.org, and don't bundle the
21
- same gems frequently? Well, maybe you don't need Gemstash... yet.
23
+ same gems frequently? Well, maybe you don't need Gemstash... yet.
22
24
 
23
- Gemstash is maintained by Ruby Together (https://rubytogether.org/), a
25
+ Gemstash is maintained by Ruby Together (https://rubytogether.org/), a
24
26
  grassroots initiative committed to supporting the critical Ruby infra-
25
27
  structure you rely on. Contribute today as an individual
26
- (https://rubytogether.org/developers) or even better, as a company
28
+ (https://rubytogether.org/developers) or even better, as a company
27
29
  (https://rubytogether.org/companies), and ensure that Bundler,
28
30
  RubyGems, Gemstash, and other shared tooling is around for years to
29
31
  come.
30
32
 
31
- 1mQUICKSTART GUIDE0m
32
- 1mSETUP0m
33
- Gemstash is designed to be quick and painless to get set up. By the
34
- end of this Quickstart Guide, you will be able to bundle stashed gems
33
+ 1mQuickstart Guide0m
34
+ 1mSetup0m
35
+ Gemstash is designed to be quick and painless to get set up. By the
36
+ end of this Quickstart Guide, you will be able to bundle stashed gems
35
37
  from public sources against a Gemstash server running on your machine.
36
38
 
37
39
  Install Gemstash to get started:
@@ -39,7 +41,7 @@ gemstash-readme(7) gemstash-readme(7)
39
41
  $ gem install gemstash
40
42
 
41
43
  After it is installed, starting Gemstash requires no additional steps.
42
- Simply start the Gemstash server with the gemstash command:
44
+ Simply start the Gemstash server with the 1mgemstash 22mcommand:
43
45
 
44
46
  $ gemstash start
45
47
 
@@ -47,7 +49,7 @@ gemstash-readme(7) gemstash-readme(7)
47
49
  cause Gemstash will run the server in the background by default. The
48
50
  server runs on port 9292.
49
51
 
50
- 1mBUNDLING0m
52
+ 1mBundling0m
51
53
  With the server running, you can bundle against it. Tell Bundler that
52
54
  you want to use Gemstash to find gems from RubyGems.org:
53
55
 
@@ -65,19 +67,19 @@ gemstash-readme(7) gemstash-readme(7)
65
67
  $ bundle install --path .bundle
66
68
 
67
69
  Your Gemstash server has fetched the gems from https://rubygems.org and
68
- cached them for you! To prove this, you can disable your Internet con-
70
+ cached them for you! To prove this, you can disable your Internet con-
69
71
  nection and try again. Gem files (*.gem) are cached indefinitely. Gem
70
72
  dependencies metadata are cached for 30 minutes, so if you bundle again
71
- before that, you can successfully bundle without an Internet connec-
73
+ before that, you can successfully bundle without an Internet connec-
72
74
  tion:
73
75
 
74
76
  $ # Disable your Internet first!
75
77
  $ rm -rf Gemfile.lock .bundle
76
78
  $ bundle
77
79
 
78
- 1mFALLING BACK TO RUBYGEMS.ORG0m
80
+ 1mFalling back to rubygems.org0m
79
81
  If you want to make sure that your bundling from https://rubygems.org
80
- still works as expected when the Gemstash server is not running, you
82
+ still works as expected when the Gemstash server is not running, you
81
83
  can easily configure Bundler to fallback to https://rubygems.org.
82
84
 
83
85
  $ bundle config mirror.https://rubygems.org.fallback_timeout true
@@ -88,92 +90,90 @@ gemstash-readme(7) gemstash-readme(7)
88
90
 
89
91
  $ bundle config mirror.https://rubygems.org.fallback_timeout 3
90
92
 
91
- 1mSTOPPING THE SERVER0m
93
+ 1mStopping the Server0m
92
94
  Once you've finish using your Gemstash server, you can stop it just as
93
95
  easily as you started it:
94
96
 
95
97
  $ gemstash stop
96
98
 
97
- You'll also want to tell Bundler that it can go back to getting gems
99
+ You'll also want to tell Bundler that it can go back to getting gems
98
100
  from RubyGems.org directly, instead of going through Gemstash:
99
101
 
100
102
  $ bundle config --delete mirror.https://rubygems.org
101
103
 
102
- 1mUNDER THE HOOD0m
104
+ 1mUnder the Hood0m
103
105
  You might wonder where the gems are stored. After running the commands
104
- above, you will find a new directory at ~/.gemstash. This directory
105
- holds all the cached and private gems. It also has a server log, the
106
+ above, you will find a new directory at 1m~/.gemstash22m. This directory
107
+ holds all the cached and private gems. It also has a server log, the
106
108
  database, and configuration for Gemstash. If you prefer, you can point
107
- to a different directory (gemstash help customize.7).
109
+ to a different directory.
108
110
 
109
- Gemstash uses SQLite (https://www.sqlite.org/) to store details about
110
- private gems. The database will be located in ~/.gemstash, however you
111
+ Gemstash uses SQLite (https://www.sqlite.org/) to store details about
112
+ private gems. The database will be located in 1m~/.gemstash22m, however you
111
113
  won't see the database appear until you start using private gems. If
112
- you prefer, you can use a different database (gemstash help custom-
113
- ize.7).
114
-
115
- Gemstash temporarily caches things like gem dependencies in memory.
116
- Anything cached in memory will last for 30 minutes before being re-
117
- trieved again. You can use memcached (gemstash help customize.7) in-
118
- stead of caching in memory. Gem files are always cached permanently,
119
- so bundling with a Gemfile.lock with all gems cached will never call
120
- out to https://rubygems.org.
121
-
122
- The server you ran is provided via Puma (http://puma.io/) and Rack
123
- (http://rack.github.io/), however they are not customizable at this
114
+ you prefer, you can use a different database.
115
+
116
+ Gemstash temporarily caches things like gem dependencies in memory.
117
+ Anything cached in memory will last for 30 minutes before being re-
118
+ trieved again. You can use memcached instead of caching in memory.
119
+ Gem files are always cached permanently, so bundling with a 1mGem-0m
120
+ 1mfile.lock 22mwith all gems cached will never call out to
121
+ https://rubygems.org.
122
+
123
+ The server you ran is provided via Puma (http://puma.io/) and Rack
124
+ (http://rack.github.io/), however they are not customizable at this
124
125
  point.
125
126
 
126
- 1mDEEP DIVE0m
127
+ 1mDeep Dive0m
127
128
  Deep dive into more subjects:
128
129
 
129
- o Private gems (gemstash help private-gems.7)
130
+ o Private gems
130
131
 
131
- o Multiple gem sources (gemstash help multiple-sources.7)
132
+ o Multiple gem sources
132
133
 
133
- o Using Gemstash as a mirror (gemstash help mirror.7)
134
+ o Using Gemstash as a mirror
134
135
 
135
- o Customizing the server (database, storage, caching, and more) (gem-
136
- stash help customize.7)
136
+ o Customizing the server (database, storage, caching, and more)
137
137
 
138
- o Deploying Gemstash (gemstash help deploy.7)
138
+ o Deploying Gemstash
139
139
 
140
- o Debugging Gemstash (gemstash help debugging.7)
140
+ o Debugging Gemstash
141
141
 
142
- 1mREFERENCE0m
142
+ 1mReference0m
143
143
  An anatomy of various configuration and commands:
144
144
 
145
- o Configuration (gemstash help configuration.5)
145
+ o Configuration
146
146
 
147
- o Authorize (gemstash help authorize.1)
147
+ o Authorize
148
148
 
149
- o Start (gemstash help start.1)
149
+ o Start
150
150
 
151
- o Stop (gemstash help stop.1)
151
+ o Stop
152
152
 
153
- o Status (gemstash help status.1)
153
+ o Status
154
154
 
155
- o Setup (gemstash help setup.1)
155
+ o Setup
156
156
 
157
- o Version (gemstash help version.1)
157
+ o Version
158
158
 
159
159
  To see what has changed in recent versions of Gemstash, see the
160
160
  CHANGELOG (https://github.com/rubygems/gemstash/blob/master/CHANGEL-
161
161
  OG.md).
162
162
 
163
- 1mDEVELOPMENT0m
164
- After checking out the repo, run bin/setup to install dependencies.
165
- Then, run rake to run RuboCop and the tests. While developing, you can
166
- run bin/gemstash to run Gemstash. You can also run bin/console for an
163
+ 1mDevelopment0m
164
+ After checking out the repo, run 1mbin/setup 22mto install dependencies.
165
+ Then, run 1mrake 22mto run RuboCop and the tests. While developing, you can
166
+ run 1mbin/gemstash 22mto run Gemstash. You can also run 1mbin/console 22mfor an
167
167
  interactive prompt that will allow you to experiment.
168
168
 
169
- 1mCONTRIBUTING0m
169
+ 1mContributing0m
170
170
  Bug reports and pull requests are welcome on GitHub at
171
171
  https://github.com/rubygems/gemstash. This project is intended to be a
172
172
  safe, welcoming space for collaboration, and contributors are expected
173
173
  to adhere to the Contributor Covenant (https://github.com/rubygems/gem-
174
174
  stash/blob/master/CODE_OF_CONDUCT.md) code of conduct.
175
175
 
176
- 1mLICENSE0m
176
+ 1mLicense0m
177
177
  The gem is available as open source under the terms of the MIT License
178
178
  (http://opensource.org/licenses/MIT).
179
179
 
@@ -1,43 +1,58 @@
1
- .\" Automatically generated by Pandoc 2.5
1
+ <!-- Automatically generated by Pandoc -->
2
+ .\" Automatically generated by Pandoc 3.0.1
2
3
  .\"
3
- .TH "gemstash\-setup" "1" "October 9, 2015" "" ""
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
+ .TH "gemstash-setup" "1" "October 9, 2015" "" ""
4
19
  .hy
5
- .SH NAME
20
+ .SH Name
6
21
  .PP
7
- gemstash\-setup \- Customize your Gemstash configuration interactively
8
- .SH SYNOPSIS
22
+ gemstash-setup - Customize your Gemstash configuration interactively
23
+ .SH Synopsis
9
24
  .PP
10
- \f[C]gemstash setup [\-\-redo] [\-\-debug] [\-\-config\-file FILE]\f[R]
11
- .SH DESCRIPTION
25
+ \f[V]gemstash setup [--redo] [--debug] [--config-file FILE]\f[R]
26
+ .SH Description
12
27
  .PP
13
28
  Customize your Gemstash configuration interactively.
14
29
  This will save your config file, but only if a few checks pass after
15
30
  you\[cq]ve provided your answers.
16
- .SS USAGE
31
+ .SS Usage
17
32
  .IP
18
33
  .nf
19
34
  \f[C]
20
35
  gemstash setup
21
- gemstash setup \-\-redo
22
- gemstash setup \-\-config\-file <file>
36
+ gemstash setup --redo
37
+ gemstash setup --config-file <file>
23
38
  \f[R]
24
39
  .fi
25
- .SH OPTIONS
40
+ .SH Options
26
41
  .IP \[bu] 2
27
- \f[C]\-\-redo\f[R]: Redo the configuration.
28
- This does nothing the first time \f[C]gemstash setup\f[R] is run.
29
- If you want to change your configuration using \f[C]gemstash setup\f[R]
42
+ \f[V]--redo\f[R]: Redo the configuration.
43
+ This does nothing the first time \f[V]gemstash setup\f[R] is run.
44
+ If you want to change your configuration using \f[V]gemstash setup\f[R]
30
45
  after you\[cq]ve run it before, you must provide this option, otherwise
31
46
  Gemstash will simply indicate your setup is complete.
32
47
  .IP \[bu] 2
33
- \f[C]\-\-debug\f[R]: Output additional information if one of the checks
34
- at the end of setup fails.
48
+ \f[V]--debug\f[R]: Output additional information if one of the checks at
49
+ the end of setup fails.
35
50
  This will do nothing if all checks pass.
36
51
  .IP \[bu] 2
37
- \f[C]\-\-config\-file FILE\f[R]: Specify the config file to write to.
52
+ \f[V]--config-file FILE\f[R]: Specify the config file to write to.
38
53
  Without this option, your configuration will be written to
39
- \f[C]\[ti]/.gemstash/config.yml\f[R].
54
+ \f[V]\[ti]/.gemstash/config.yml\f[R].
40
55
  If you write to a custom location, you will need to pass the
41
- \f[C]\-\-config\-file\f[R] option to all Gemstash commands.
42
- If you plan to use ERB in your config file (gemstash help customize.7),
43
- you might want to use \f[C]\[ti]/.gemstash/config.yml.erb\f[R].
56
+ \f[V]--config-file\f[R] option to all Gemstash commands.
57
+ If you plan to use ERB in your config file, you might want to use
58
+ \f[V]\[ti]/.gemstash/config.yml.erb\f[R].
@@ -2,39 +2,41 @@ gemstash-setup(1) gemstash-setup(1)
2
2
 
3
3
 
4
4
 
5
- 1mNAME0m
5
+ <!-- Automatically generated by Pandoc -->
6
+
7
+ 1mName0m
6
8
  gemstash-setup - Customize your Gemstash configuration interactively
7
9
 
8
- 1mSYNOPSIS0m
9
- gemstash setup [--redo] [--debug] [--config-file FILE]
10
+ 1mSynopsis0m
11
+ 1mgemstash setup [--redo] [--debug] [--config-file FILE]0m
10
12
 
11
- 1mDESCRIPTION0m
13
+ 1mDescription0m
12
14
  Customize your Gemstash configuration interactively. This will save
13
15
  your config file, but only if a few checks pass after you've provided
14
16
  your answers.
15
17
 
16
- 1mUSAGE0m
18
+ 1mUsage0m
17
19
  gemstash setup
18
20
  gemstash setup --redo
19
21
  gemstash setup --config-file <file>
20
22
 
21
- 1mOPTIONS0m
22
- o --redo: Redo the configuration. This does nothing the first time
23
- gemstash setup is run. If you want to change your configuration us-
24
- ing gemstash setup after you've run it before, you must provide this
23
+ 1mOptions0m
24
+ o 1m--redo22m: Redo the configuration. This does nothing the first time
25
+ 1mgemstash setup 22mis run. If you want to change your configuration us-
26
+ ing 1mgemstash setup 22mafter you've run it before, you must provide this
25
27
  option, otherwise Gemstash will simply indicate your setup is com-
26
28
  plete.
27
29
 
28
- o --debug: Output additional information if one of the checks at the
30
+ o 1m--debug22m: Output additional information if one of the checks at the
29
31
  end of setup fails. This will do nothing if all checks pass.
30
32
 
31
- o --config-file FILE: Specify the config file to write to. Without
32
- this option, your configuration will be written to ~/.gemstash/con-
33
- fig.yml. If you write to a custom location, you will need to pass
34
- the --config-file option to all Gemstash commands. If you plan to
35
- use ERB in your config file (gemstash help customize.7), you might
36
- want to use ~/.gemstash/config.yml.erb.
33
+ o 1m--config-file FILE22m: Specify the config file to write to. Without
34
+ this option, your configuration will be written to 1m~/.gemstash/con-0m
35
+ 1mfig.yml22m. If you write to a custom location, you will need to pass
36
+ the 1m--config-file 22moption to all Gemstash commands. If you plan to
37
+ use ERB in your config file, you might want to use 1m~/.gemstash/con-0m
38
+ 1mfig.yml.erb22m.
37
39
 
38
40
 
39
41
 
40
- October 9, 2015 gemstash-setup(1)
42
+ October 9, 2015 gemstash-setup(1)
@@ -1,26 +1,41 @@
1
- .\" Automatically generated by Pandoc 2.5
1
+ <!-- Automatically generated by Pandoc -->
2
+ .\" Automatically generated by Pandoc 3.0.1
2
3
  .\"
3
- .TH "gemstash\-start" "1" "October 9, 2015" "" ""
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
+ .TH "gemstash-start" "1" "October 9, 2015" "" ""
4
19
  .hy
5
- .SH NAME
20
+ .SH Name
6
21
  .PP
7
- gemstash\-start \- Starts the Gemstash server
8
- .SH SYNOPSIS
22
+ gemstash-start - Starts the Gemstash server
23
+ .SH Synopsis
9
24
  .PP
10
- \f[C]gemstash start [\-\-no\-daemonize] [\-\-config\-file FILE]\f[R]
11
- .SH DESCRIPTION
25
+ \f[V]gemstash start [--no-daemonize] [--config-file FILE]\f[R]
26
+ .SH Description
12
27
  .PP
13
28
  Starts the Gemstash server.
14
- .SH OPTIONS
29
+ .SH Options
15
30
  .IP \[bu] 2
16
- \f[C]\-\-config\-file FILE\f[R]: Specify the config file to use.
31
+ \f[V]--config-file FILE\f[R]: Specify the config file to use.
17
32
  If you aren\[cq]t using the default config file at
18
- \f[C]\[ti]/.gemstash/config.yml\f[R] or
19
- \f[C]\[ti]/.gemstash/config.yml.erb\f[R] (gemstash help customize.7),
20
- then you must specify the config file via this option.
33
+ \f[V]\[ti]/.gemstash/config.yml\f[R] or
34
+ \f[V]\[ti]/.gemstash/config.yml.erb\f[R], then you must specify the
35
+ config file via this option.
21
36
  .IP \[bu] 2
22
- \f[C]\-\-no\-daemonize\f[R]: The Gemstash server daemonizes itself by
37
+ \f[V]--no-daemonize\f[R]: The Gemstash server daemonizes itself by
23
38
  default.
24
- Provide this option to instead run the server until \f[C]Ctrl\-C\f[R] is
39
+ Provide this option to instead run the server until \f[V]Ctrl-C\f[R] is
25
40
  typed.
26
41
  When not daemonized, the log will be output to standard out.
@@ -2,25 +2,27 @@ gemstash-start(1) gemstash-start(1)
2
2
 
3
3
 
4
4
 
5
- 1mNAME0m
5
+ <!-- Automatically generated by Pandoc -->
6
+
7
+ 1mName0m
6
8
  gemstash-start - Starts the Gemstash server
7
9
 
8
- 1mSYNOPSIS0m
9
- gemstash start [--no-daemonize] [--config-file FILE]
10
+ 1mSynopsis0m
11
+ 1mgemstash start [--no-daemonize] [--config-file FILE]0m
10
12
 
11
- 1mDESCRIPTION0m
13
+ 1mDescription0m
12
14
  Starts the Gemstash server.
13
15
 
14
- 1mOPTIONS0m
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 (gemstash help customize.7), then you must spec-
18
- ify the config file via this option.
16
+ 1mOptions0m
17
+ o 1m--config-file FILE22m: Specify the config file to use. If you aren't
18
+ using the default config file at 1m~/.gemstash/config.yml 22mor 1m~/.gem-0m
19
+ 1mstash/config.yml.erb22m, then you must specify the config file via this
20
+ option.
19
21
 
20
- o --no-daemonize: The Gemstash server daemonizes itself by default.
21
- Provide this option to instead run the server until Ctrl-C is typed.
22
+ o 1m--no-daemonize22m: The Gemstash server daemonizes itself by default.
23
+ Provide this option to instead run the server until 1mCtrl-C 22mis typed.
22
24
  When not daemonized, the log will be output to standard out.
23
25
 
24
26
 
25
27
 
26
- October 9, 2015 gemstash-start(1)
28
+ October 9, 2015 gemstash-start(1)
@@ -1,20 +1,35 @@
1
- .\" Automatically generated by Pandoc 2.5
1
+ <!-- Automatically generated by Pandoc -->
2
+ .\" Automatically generated by Pandoc 3.0.1
2
3
  .\"
3
- .TH "gemstash\-status" "1" "October 28, 2015" "" ""
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
+ .TH "gemstash-status" "1" "October 28, 2015" "" ""
4
19
  .hy
5
- .SH NAME
20
+ .SH Name
6
21
  .PP
7
- gemstash\-status \- Checks status of the Gemstash server
8
- .SH SYNOPSIS
22
+ gemstash-status - Checks status of the Gemstash server
23
+ .SH Synopsis
9
24
  .PP
10
- \f[C]gemstash status [\-\-config\-file FILE]\f[R]
11
- .SH DESCRIPTION
25
+ \f[V]gemstash status [--config-file FILE]\f[R]
26
+ .SH Description
12
27
  .PP
13
28
  Checks status of the Gemstash server.
14
- .SH OPTIONS
29
+ .SH Options
15
30
  .IP \[bu] 2
16
- \f[C]\-\-config\-file FILE\f[R]: Specify the config file to use.
31
+ \f[V]--config-file FILE\f[R]: Specify the config file to use.
17
32
  If you aren\[cq]t using the default config file at
18
- \f[C]\[ti]/.gemstash/config.yml\f[R] or
19
- \f[C]\[ti]/.gemstash/config.yml.erb\f[R] (gemstash help customize.7),
20
- then you must specify the config file via this option.
33
+ \f[V]\[ti]/.gemstash/config.yml\f[R] or
34
+ \f[V]\[ti]/.gemstash/config.yml.erb\f[R], then you must specify the
35
+ config file via this option.
@@ -2,21 +2,23 @@ gemstash-status(1) gemstash-status(1)
2
2
 
3
3
 
4
4
 
5
- 1mNAME0m
5
+ <!-- Automatically generated by Pandoc -->
6
+
7
+ 1mName0m
6
8
  gemstash-status - Checks status of the Gemstash server
7
9
 
8
- 1mSYNOPSIS0m
9
- gemstash status [--config-file FILE]
10
+ 1mSynopsis0m
11
+ 1mgemstash status [--config-file FILE]0m
10
12
 
11
- 1mDESCRIPTION0m
13
+ 1mDescription0m
12
14
  Checks status of the Gemstash server.
13
15
 
14
- 1mOPTIONS0m
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 (gemstash help customize.7), then you must spec-
18
- ify the config file via this option.
16
+ 1mOptions0m
17
+ o 1m--config-file FILE22m: Specify the config file to use. If you aren't
18
+ using the default config file at 1m~/.gemstash/config.yml 22mor 1m~/.gem-0m
19
+ 1mstash/config.yml.erb22m, then you must specify the config file via this
20
+ option.
19
21
 
20
22
 
21
23
 
22
- October 28, 2015 gemstash-status(1)
24
+ October 28, 2015 gemstash-status(1)
@@ -1,20 +1,35 @@
1
- .\" Automatically generated by Pandoc 2.5
1
+ <!-- Automatically generated by Pandoc -->
2
+ .\" Automatically generated by Pandoc 3.0.1
2
3
  .\"
3
- .TH "gemstash\-stop" "1" "October 9, 2015" "" ""
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
+ .TH "gemstash-stop" "1" "October 9, 2015" "" ""
4
19
  .hy
5
- .SH NAME
20
+ .SH Name
6
21
  .PP
7
- gemstash\-stop \- Stops the Gemstash server
8
- .SH SYNOPSIS
22
+ gemstash-stop - Stops the Gemstash server
23
+ .SH Synopsis
9
24
  .PP
10
- \f[C]gemstash stop [\-\-config\-file FILE]\f[R]
11
- .SH DESCRIPTION
25
+ \f[V]gemstash stop [--config-file FILE]\f[R]
26
+ .SH Description
12
27
  .PP
13
28
  Stops the Gemstash server.
14
- .SH OPTIONS
29
+ .SH Options
15
30
  .IP \[bu] 2
16
- \f[C]\-\-config\-file FILE\f[R]: Specify the config file to use.
31
+ \f[V]--config-file FILE\f[R]: Specify the config file to use.
17
32
  If you aren\[cq]t using the default config file at
18
- \f[C]\[ti]/.gemstash/config.yml\f[R] or
19
- \f[C]\[ti]/.gemstash/config.yml.erb\f[R] (gemstash help customize.7),
20
- then you must specify the config file via this option.
33
+ \f[V]\[ti]/.gemstash/config.yml\f[R] or
34
+ \f[V]\[ti]/.gemstash/config.yml.erb\f[R], then you must specify the
35
+ config file via this option.
@@ -2,21 +2,23 @@ gemstash-stop(1) gemstash-stop(1)
2
2
 
3
3
 
4
4
 
5
- 1mNAME0m
5
+ <!-- Automatically generated by Pandoc -->
6
+
7
+ 1mName0m
6
8
  gemstash-stop - Stops the Gemstash server
7
9
 
8
- 1mSYNOPSIS0m
9
- gemstash stop [--config-file FILE]
10
+ 1mSynopsis0m
11
+ 1mgemstash stop [--config-file FILE]0m
10
12
 
11
- 1mDESCRIPTION0m
13
+ 1mDescription0m
12
14
  Stops the Gemstash server.
13
15
 
14
- 1mOPTIONS0m
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 (gemstash help customize.7), then you must spec-
18
- ify the config file via this option.
16
+ 1mOptions0m
17
+ o 1m--config-file FILE22m: Specify the config file to use. If you aren't
18
+ using the default config file at 1m~/.gemstash/config.yml 22mor 1m~/.gem-0m
19
+ 1mstash/config.yml.erb22m, then you must specify the config file via this
20
+ option.
19
21
 
20
22
 
21
23
 
22
- October 9, 2015 gemstash-stop(1)
24
+ October 9, 2015 gemstash-stop(1)