soapbox 0.2.11 → 0.2.12

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.11
1
+ 0.2.12
@@ -14,8 +14,8 @@
14
14
 
15
15
  <%= form.inputs do -%>
16
16
  <%= form.input :name %>
17
- <% if @setting.name.index("password") %>
18
- <%= form.input :value, :as => :password %>
17
+ <% if !@setting.name.nil? && @setting.name.index("password") %>
18
+ <%= form.input :value, :as => :password, :input_html => {:value => ""} %>
19
19
  <% else %>
20
20
  <%= form.input :value %>
21
21
  <% end %>
data/soapbox.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{soapbox}
8
- s.version = "0.2.11"
8
+ s.version = "0.2.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Gabe Coyne}, %q{Killit Creative}]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soapbox
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 11
10
- version: 0.2.11
9
+ - 12
10
+ version: 0.2.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gabe Coyne