foreman 0.80.0 → 0.80.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a02fb10bc795cf8fabe42ae18d886dae4a4c9b0a
4
- data.tar.gz: bf241e10966f47a51f4108eb049cba9107bc3930
3
+ metadata.gz: 82f51911ddef5ed7cea87f00898a3b6f849ed5d5
4
+ data.tar.gz: 2be01c5b7d7f0897c9e973df760a403697615e02
5
5
  SHA512:
6
- metadata.gz: 7224d69def523e03d69dae6c100454724fb7749fab05e612041703debaab11ef34f464a29266ccd77d795ee9e7116ff5d743619f9be3bc4c26c87bb292bbb4a8
7
- data.tar.gz: cb3900e18f9769c304e39414f5e3fc7679e252c78bf516a98e7c084e04d3df2224cc40ff5f78694963333386ff4a32376616e83f863492043771bcea4be93e51
6
+ metadata.gz: 7d487343b7e827bf813aecaf78b58a43f11bad8bccebb34b2132a0d267c347a54fc364b1330b357166cbaf0628fa032a27ddd64d6c13c4dc9805c7a785a99739
7
+ data.tar.gz: be05bd0e9be47eb72c630ce028ca9cc4b3c11127d648972d7872af29f5f428096089cb0902b93af315a2052a536e9b2515c5854b8ebc06c4128869afa15d6c98
data/README.md CHANGED
@@ -6,21 +6,6 @@
6
6
 
7
7
  Manage Procfile-based applications
8
8
 
9
- <table>
10
- <tr>
11
- <th>If you have...</th>
12
- <th>Install with...</th>
13
- </tr>
14
- <tr>
15
- <td>Ruby (MRI, JRuby, Windows)</td>
16
- <td><pre>$ gem install foreman</pre></td>
17
- </tr>
18
- <tr>
19
- <td>Mac OS X</td>
20
- <td><a href="http://assets.foreman.io/foreman/foreman.pkg">foreman.pkg</a></td>
21
- </tr>
22
- </table>
23
-
24
9
  ## Installation
25
10
 
26
11
  $ gem install foreman
@@ -1,5 +1,5 @@
1
1
  module Foreman
2
2
 
3
- VERSION = "0.80.0"
3
+ VERSION = "0.80.1"
4
4
 
5
5
  end
data/man/foreman.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "FOREMAN" "1" "April 2016" "Foreman 0.80.0" "Foreman Manual"
4
+ .TH "FOREMAN" "1" "April 2016" "Foreman 0.80.1" "Foreman Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBforeman\fR \- manage Procfile\-based applications
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.80.0
4
+ version: 0.80.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar