chowder 0.2 → 0.2.0.1

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/chowder.rb +4 -4
  2. metadata +2 -2
data/lib/chowder.rb CHANGED
@@ -129,10 +129,10 @@ module Chowder
129
129
  else
130
130
  @errors = extras
131
131
  render_custom_template(:signup) || signup_view_with_errors(extras)
132
- SIGNUP_VIEW.gsub(
133
- /__ERRORS__/,
134
- @errors.map { |e| "<p class=\"error\">#{e}</p>" }.join("\n")
135
- )
132
+ SIGNUP_VIEW.gsub(
133
+ /__ERRORS__/,
134
+ @errors.map { |e| "<p class=\"error\">#{e}</p>" }.join("\n")
135
+ )
136
136
  end
137
137
  end
138
138
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chowder
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.2"
4
+ version: 0.2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harry Vangberg
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-03-11 00:00:00 +01:00
13
+ date: 2009-11-23 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency