mister_bin 0.6.2 → 0.6.3
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/README.md +16 -11
- data/lib/mister_bin/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96c54bf11d15090b8bdbde7d3540e768ce4b5ffab47cd30765b4f742b88a3746
|
|
4
|
+
data.tar.gz: 8915b5fa7b0222d5c09b39e9a530047277b56243b236d8af04a9f0cd36014caf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7529459ac47101bfc86b56569ebf0b680e684f0b94b044db6c39f9194539d4969f5cf244eb44e6f76a75f88cd72f06177898b2c4125ea696536a11182ee392b8
|
|
7
|
+
data.tar.gz: c6a34bc12c75edabb45fcc0a9c104f1df40d38079c69cfdf5d561768340a9bd2ba05a1b0e4891fa76cee272d4fbeccc9faf75b7e8cb66dbcf9bf8feb3d5d57a5
|
data/README.md
CHANGED
|
@@ -8,7 +8,8 @@ Mister Bin
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Mister Bin lets you develop rich, scalable and testable command line
|
|
12
|
+
interfaces for your gem or other Ruby application.
|
|
12
13
|
|
|
13
14
|
---
|
|
14
15
|
|
|
@@ -16,7 +17,7 @@ Contents
|
|
|
16
17
|
--------------------------------------------------
|
|
17
18
|
|
|
18
19
|
* [Installation](#installation)
|
|
19
|
-
* [
|
|
20
|
+
* [Feature Highlights](#feature-highlights)
|
|
20
21
|
* [Examples](#examples)
|
|
21
22
|
* [Usage](#usage)
|
|
22
23
|
* [Creating the Main Executable](#creating-the-main-executable)
|
|
@@ -35,21 +36,24 @@ Installation
|
|
|
35
36
|
|
|
36
37
|
|
|
37
38
|
|
|
38
|
-
|
|
39
|
+
Feature Highlights
|
|
39
40
|
--------------------------------------------------
|
|
40
41
|
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
42
|
+
- Easy to use and minimalistic DSL for describing your command line actions.
|
|
43
|
+
- Each command is defined with a separate class for maximum testability and
|
|
44
|
+
scalability.
|
|
45
|
+
- Commands can have subcommands.
|
|
46
|
+
- Designed for gem developers.
|
|
46
47
|
|
|
47
48
|
|
|
48
49
|
|
|
49
50
|
Examples
|
|
50
51
|
--------------------------------------------------
|
|
51
52
|
|
|
52
|
-
|
|
53
|
+

|
|
54
|
+
|
|
55
|
+
- See the [examples](/examples) folder for several example use cases.
|
|
56
|
+
- For real world examples, see the [In the Wild](#in-the-wild) section.
|
|
53
57
|
|
|
54
58
|
|
|
55
59
|
|
|
@@ -239,9 +243,10 @@ In the Wild
|
|
|
239
243
|
Several examples of real world use of Mister Bin in the wild (well,
|
|
240
244
|
"In the Back Yard" really...).
|
|
241
245
|
|
|
242
|
-
- [Kojo][2] - Command line utility for generating config files from templates and definition files
|
|
243
|
-
- [Madman][3] - The Markdown Swiss Army Knife
|
|
244
246
|
- [AudioAddict][4] - Command line utility for the AudioAddict radio network
|
|
247
|
+
- [Madman][3] - The Markdown Swiss Army Knife
|
|
248
|
+
- [Kojo][2] - Command line utility for generating config files from templates
|
|
249
|
+
and definition files
|
|
245
250
|
|
|
246
251
|
|
|
247
252
|
[1]: http://docopt.org/
|
data/lib/mister_bin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mister_bin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danny Ben Shitrit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colsole
|
|
@@ -62,15 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
requirements:
|
|
63
63
|
- - ">="
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version: 2.
|
|
65
|
+
version: 2.3.0
|
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - ">="
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
|
|
73
|
-
rubygems_version: 2.7.6
|
|
72
|
+
rubygems_version: 3.0.3
|
|
74
73
|
signing_key:
|
|
75
74
|
specification_version: 4
|
|
76
75
|
summary: Command line interface for your gems
|