runc 0.1.8 → 0.1.9

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: a0a24175e03440ea410f16a858abdcb0c9c4c081f9b67f9b1510a84994269f2f
4
- data.tar.gz: 7ceb92c4e998b82ade9b90cc7ff4fa1a65bfd1442730f5e45e6a42336fe2ba2e
3
+ metadata.gz: a2a910acd2374702b595d19d419065abe659ec54b85350a07844b1d27aed9c9a
4
+ data.tar.gz: bc3a693d3ad223e3cc983b60a6f700454d0e9cc5a34d7bd4de32f0bbae21a33e
5
5
  SHA512:
6
- metadata.gz: 1e5fcf6bb79d73389c123463a00499a8263debab70eec8e6eb34c68323daab97e904e7a3b29345184a2da509387619b5e87eee6cabd53c7cd19d8f77d0ea2b80
7
- data.tar.gz: 852665497b518679b0e044f444c70b71a7ff84268921ce0788a7c54554a8d1c54511f03cd6bc8734dd596a93c9bd5f204f436efa6152126ae747d46f15758116
6
+ metadata.gz: 57589478fdcec08ed7ee185fde4156296273a04dfebaf760e5409c4d4f69a4d4eaeb6cd950b98f517794b12eab31319609e4e21b80cd44ba70797765ae376415
7
+ data.tar.gz: 39e08a80b0f1883eccd46cad27751d4be170bba6890754c8ad8dac0fcfe227cb0b33c96a3ddbe2d9313c504d0269e930fb5d23c94414853cd9a8d5b4eabca5b5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runc (0.1.8)
4
+ runc (0.1.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -55,12 +55,21 @@ class Runc
55
55
 
56
56
  def self.help # :nodoc:
57
57
  puts <<~eos
58
- -B, --no-body discard the response body
59
- -H, --no-header discard the response header
60
- -h, --help print this message
61
- -n, --host host name (default 'localhost')
62
- -p, --port port (default 8000)
63
- -v, --version print runc version
58
+ Usage:
59
+ runc [options]
60
+
61
+ Example:
62
+ runc
63
+ header> host: example.com, port: 80
64
+ request> get
65
+
66
+ Options:
67
+ -B, --no-body discard the response body
68
+ -H, --no-header discard the response header
69
+ -h, --help print this message
70
+ -n, --host host name (default 'localhost')
71
+ -p, --port port (default 8000)
72
+ -v, --version print runc version
64
73
  eos
65
74
  exit
66
75
  end
@@ -1,4 +1,4 @@
1
1
  class Runc
2
2
  # :nodoc
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.9"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - sergioro