appd 0.2.0 → 0.2.1

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/README.md +5 -5
  3. data/lib/appd/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c0025d6faffd9c1825ba8d05315bbb180941ea3
4
- data.tar.gz: 2cedd6ff443e412f8a5494c92074942b0f6edd80
3
+ metadata.gz: 82ecb74fbf2cc316d1d9c77467142f03fc671f8d
4
+ data.tar.gz: 11f2b8d9c912a2f554bba5b0facf4eaa5f553b25
5
5
  SHA512:
6
- metadata.gz: 90b001ec99f3a9872dbc683955eff265e5b78ae506680c53e4cd13d2783e2b239134b41aa8a32ea086ffd3a6ddb224997b498771cee58e9702ead3c9af025303
7
- data.tar.gz: 73e58b396843e97bf42e5115d931083a878cc210faf874beaa52b24a7063ab6f073a9d33a858011cc6868603beca1fcf791ba71e6ff6db16d1e3e301a0f24057
6
+ metadata.gz: 8e0a8055a6abfed7b034d6cc2326abd1a6d1a67c38c49c3163b4a75ad015b773f56d61298ec67d70962b07446b4ff513e230310e44d1483b2dbb3615c44a8d94
7
+ data.tar.gz: 0668bef6d4e5d662d69bd8b98b1c6908b3e1929f635ebad014e511f248de7bac818679627c32fff94ca68429a43861b0f813117199bf64e7713964611f484390
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Appd
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/appd`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Docker compose wrapper to manage multiple apps.
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,7 +20,9 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
23
+ ```sh
24
+ appd help
25
+ ```
26
26
 
27
27
  ## Development
28
28
 
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/appd. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/MorganShowman/appd. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
36
 
37
37
 
38
38
  ## License
data/lib/appd/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Appd
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Morgan Showman