mason 0.0.8 → 0.0.9
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.
- data/README.md +5 -5
- data/lib/mason/buildpack.rb +2 -0
- data/lib/mason/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -51,17 +51,17 @@ Build things
|
|
51
51
|
You will need [VirtualBox](https://www.virtualbox.org/wiki/Downloads) for Vagrant to function.
|
52
52
|
|
53
53
|
$ gem install vagrant
|
54
|
-
|
54
|
+
|
55
55
|
$ vagrant box add cedar http://path/to/cedar.box
|
56
56
|
|
57
57
|
$ mason stacks:create cedar
|
58
58
|
* creating stack cedar... done
|
59
|
-
|
60
|
-
$ mason stacks:up
|
59
|
+
|
60
|
+
$ mason stacks:up cedar
|
61
61
|
* booting stack cedar (this may take a while)... done
|
62
|
-
|
62
|
+
|
63
63
|
$ mason:build /tmp/app -t tgz -o /tmp/compiled.tgz -s cedar
|
64
|
-
* booting stack cedar (this may take a while)... done
|
64
|
+
* booting stack cedar (this may take a while)... done
|
65
65
|
* detecting buildpack... done
|
66
66
|
= name: Baz
|
67
67
|
= url: https://github.com/ddollar/buildpack-baz.git
|
data/lib/mason/buildpack.rb
CHANGED
data/lib/mason/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mason
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-03-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thor
|
16
|
-
requirement: &
|
16
|
+
requirement: &70250793015500 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70250793015500
|
25
25
|
description: Build things
|
26
26
|
email: ddollar@gmail.com
|
27
27
|
executables:
|