cli_miami 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -1
  3. data/README.md +8 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd7d67a105b5bf10eb4c7866715f2a339790d95f
4
- data.tar.gz: d6174185ffba6ed82b5afb8fafc775b99f6d143b
3
+ metadata.gz: 4c60266764b9175f842fe6919b0e05cee6d408e4
4
+ data.tar.gz: d8901f932ec476f1b87cd82280ee2875b3fab47a
5
5
  SHA512:
6
- metadata.gz: a021f7b6cee5a2fb6f3c86c979bef4911798e09d02a8727b7fcd5c4eb8c2ac5512fbe4a1bf9bb03683141f99bd6fe0ea366dd62b6217611eb1ad5f3ab15ae7e7
7
- data.tar.gz: ca06fe71cc4cb3fae24b79a13bdee0efb47678897c2be1d578645aa012e9174b9212d1d3f78a586c4c6a3dc6d2757b02ab7a8ef3915c52e20a809edde506849d
6
+ metadata.gz: 75c76e892900ed53308ba79d261f970713661dff2a93df1804ecb09596451fa5314404f7bbfa20433e5cf93d8752077085df5e5878fb2f0721cd1a5ad6eb5333
7
+ data.tar.gz: 22d86d892b4b62c29d856399efe4aab73fc8fb163b3cf26c4ca233910256b5ae58ca72820182d2b6a3f7fd701abd698f12c5f9134d746a7979f5df4780dc3c3d
data/.travis.yml CHANGED
@@ -2,4 +2,5 @@ language: ruby
2
2
  install: bundle install --without development
3
3
  script: bundle exec rspec
4
4
  rvm:
5
- - 2.1.2
5
+ - 1.9.3-p551
6
+ - 2.1.5
data/README.md CHANGED
@@ -1,6 +1,13 @@
1
+ [![Gem Version](https://badge.fury.io/rb/cli_miami.svg)](http://badge.fury.io/rb/cli_miami)
2
+ [![Build Status](https://travis-ci.org/brewster1134/CLI-Miami.svg)](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
- gem install cli_miami
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
  ```
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cli_miami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Brewster