formula 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/formula.rb +1 -1
  2. data/lib/formula/version.rb +1 -1
  3. metadata +4 -4
data/lib/formula.rb CHANGED
@@ -65,7 +65,7 @@ module Formula
65
65
  # <%= f.submit(:name)
66
66
  # </div>
67
67
 
68
- def button(value, options = {})
68
+ def button(value = nil, options = {})
69
69
  options[:button] ||= {}
70
70
 
71
71
  options[:container] ||= {}
@@ -1,3 +1,3 @@
1
1
  module Formula
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- - 9
9
- version: 0.1.9
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
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: 2011-01-03 00:00:00 -05:00
17
+ date: 2011-01-25 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20