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 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 VAGRANT_BOX_NAME
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
@@ -35,6 +35,8 @@ class Mason::Buildpack
35
35
  data = io.gets
36
36
  data.gsub!(/^-----> /, " + ")
37
37
  data.gsub!(/^ /, " ")
38
+ data.gsub!(/^\s+\!\s+$/, "")
39
+ data.gsub!(/^\s+\!\s+/, " ! ")
38
40
  data.gsub!(/^\s+$/, "")
39
41
  print data
40
42
  end
@@ -1,3 +1,3 @@
1
1
  module Mason
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
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.8
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: &70229649790580 !ruby/object:Gem::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: *70229649790580
24
+ version_requirements: *70250793015500
25
25
  description: Build things
26
26
  email: ddollar@gmail.com
27
27
  executables: