opal-up 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b5f1d401dd86a88d34ec1137b212d166a60dc376acb94f2123d6c4b29f0dd61
4
- data.tar.gz: f8f37f91e0de3dbd37974411e08babe4c5c07a3f1776f9d63016d7b6da13becc
3
+ metadata.gz: e47b86e6f54cbdb8ecf23cf5b6c759127ac30a8f4f00764e39eeca57ca94e52d
4
+ data.tar.gz: 6d93f3b96474fb1c18fadeb5a46083241947691470a0c3f7d36dc7025e1116de
5
5
  SHA512:
6
- metadata.gz: 9e4b3f682584aca6cac12aa0cdc97304005d6d791bbd2a7228f353298290dbd05feabe9409eb1863cbce5120c416ef94c111c1498bdbb9984bc7ab2eb2b10b82
7
- data.tar.gz: 5834fece6b8c7ee428242bdfaebb65e49c7cdbc4f2df8b125c05485b476ec471ba5e3c7287c4d00d72cb20851bbd6f2dcf13c748d1f483b1ee42a03617239e75
6
+ metadata.gz: 25d3c86c354d50656b266995a0d235460e6d9c45b1853d33d363636e1bead3b4539b8a068fee0cbfd58b27d2160759b2f1823ae039c2ce0c15793f6a95fd0541
7
+ data.tar.gz: d3a6dd3a8e854a1ba75cfc297ecb5b4153c04b3814185add67424bcfd7574538d4365aebbd1006967e798d7af155ad0b98582955eb4f8c2e1f5633448d474433
data/README.md CHANGED
@@ -84,15 +84,16 @@ Available with `bundle exec` within the example apps or if this gem is included
84
84
  Usage: up [options]
85
85
 
86
86
  -h, --help Show this message
87
- -p, --port PORT Port number the server will listen to
88
- -b, --bind ADDRESS Address the server will listen to
87
+ -p, --port PORT Port number the server will listen to. Default: 3000
88
+ -b, --bind ADDRESS Address the server will listen to. Default: localhost
89
89
  -s, --secure Use secure sockets.
90
90
  When using secure sockets, the -a, -c and -k options must be provided
91
91
  -a, --ca-file FILE File with CA certs
92
92
  -c, --cert-file FILE File with the servers certificate
93
93
  -k, --key-file FILE File with the servers certificate
94
+ -l, --log-file FILE Log file
94
95
  -v, --version Show version
95
-
96
+ -w, --workers NUMBER For clusters, the number of workers to run. Default: number of processors
96
97
  ```
97
98
  ## Supported Features
98
99