formula 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. data/lib/formula.rb +1 -1
  2. metadata +3 -3
data/lib/formula.rb CHANGED
@@ -76,7 +76,7 @@ module Formula
76
76
 
77
77
  components = "".html_safe
78
78
 
79
- components << self.label(method, options[:label])
79
+ components << self.label(method, options[:label]) unless options[:label] == false
80
80
 
81
81
  components << @template.capture(&block)
82
82
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kevin Sylvestre
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-15 00:00:00 -05:00
17
+ date: 2010-11-16 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20