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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -11
  3. data/lib/mister_bin/version.rb +1 -1
  4. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76e34d55dfabe07bc1af47c8230b84e51219e5cc6fdc0e06144d7e05d320a2a2
4
- data.tar.gz: c8084b7fc6bb3404729f6be62164a5533467575b89a59a974a341d91e78a374d
3
+ metadata.gz: 96c54bf11d15090b8bdbde7d3540e768ce4b5ffab47cd30765b4f742b88a3746
4
+ data.tar.gz: 8915b5fa7b0222d5c09b39e9a530047277b56243b236d8af04a9f0cd36014caf
5
5
  SHA512:
6
- metadata.gz: 83a1d56d69fff9eb9277fec12944f17b9d031cffc2d7d0bb8f727cff2eafe0b9b3efe7f8a74580f27b062b4e29f29c882d71d52117cbfc64b3d472bfe390ecab
7
- data.tar.gz: 76726b42f9c436be9d037b325ef3ba9d881311acadfa828d17314b218695790cd17407d6524295415a1b3b2b00cfed86e40d62a4b353d59b734ea11d691b76b3
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
- A command line framework for adding command line interface to your gems.
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
- * [Design Goals](#design-goals)
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
- Design Goals
39
+ Feature Highlights
39
40
  --------------------------------------------------
40
41
 
41
- - Provide an easy and minimalistic DSL for building command line utilities.
42
- - Provide a mechanism for separating each command and subcommand to its
43
- own file.
44
- - Allow gem developers to easily add command line interface to their gems.
45
- - Allow for easy and straight forward testing of the generated CLI.
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
- See the [examples](/examples) folder for several example use cases.
53
+ ![Demo](https://raw.githubusercontent.com/DannyBen/mister_bin/master/demo/demo.gif)
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/
@@ -1,3 +1,3 @@
1
1
  module MisterBin
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
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.2
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: 2018-12-14 00:00:00.000000000 Z
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.4.0
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
- rubyforge_project:
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