cli_miami 0.0.2 → 0.0.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/.travis.yml +2 -1
- data/README.md +8 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c60266764b9175f842fe6919b0e05cee6d408e4
|
4
|
+
data.tar.gz: d8901f932ec476f1b87cd82280ee2875b3fab47a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75c76e892900ed53308ba79d261f970713661dff2a93df1804ecb09596451fa5314404f7bbfa20433e5cf93d8752077085df5e5878fb2f0721cd1a5ad6eb5333
|
7
|
+
data.tar.gz: 22d86d892b4b62c29d856399efe4aab73fc8fb163b3cf26c4ca233910256b5ae58ca72820182d2b6a3f7fd701abd698f12c5f9134d746a7979f5df4780dc3c3d
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
|
+
[](http://badge.fury.io/rb/cli_miami)
|
2
|
+
[](https://travis-ci.org/brewster1134/CLI-Miami)
|
3
|
+
|
1
4
|
# CLI Miami
|
2
5
|
A feature rich alternative for `gets` and `puts` for your cli interface
|
3
6
|
|
7
|
+
```shell
|
8
|
+
gem install cli_miami
|
9
|
+
```
|
10
|
+
|
4
11
|
_Gemfile_
|
5
12
|
```ruby
|
6
13
|
# This exposes the shortened API for `A.sk` and `S.ay`
|
@@ -62,8 +69,7 @@ overwrite: => [boolean] # True if you want the next line to overwrit
|
|
62
69
|
### Development & Testing
|
63
70
|
|
64
71
|
```shell
|
65
|
-
|
66
|
-
yuyi -m https://raw.githubusercontent.com/brewster1134/turple/master/yuyi_menu
|
72
|
+
yuyi -m https://raw.githubusercontent.com/brewster1134/CLI-Miami/master/yuyi_menu
|
67
73
|
bundle install
|
68
74
|
bundle exec guard
|
69
75
|
```
|