pwnstyles_rails 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
@@ -0,0 +1,5 @@
1
+ ActionView::Base.field_error_proc =
2
+ Proc.new do |html_tag, instance|
3
+ '<span class="field_with_errors">'.html_safe << html_tag <<
4
+ '</span>'.html_safe
5
+ end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pwnstyles_rails}
8
- s.version = "0.0.6"
8
+ s.version = "0.0.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Victor Costan"]
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "README.rdoc",
26
26
  "Rakefile",
27
27
  "VERSION",
28
+ "config/initializers/fix_fields_with_errors.rb",
28
29
  "config/initializers/paths.rb",
29
30
  "lib/pwnstyles_rails.rb",
30
31
  "lib/pwnstyles_rails/engine.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwnstyles_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan
@@ -127,6 +127,7 @@ files:
127
127
  - README.rdoc
128
128
  - Rakefile
129
129
  - VERSION
130
+ - config/initializers/fix_fields_with_errors.rb
130
131
  - config/initializers/paths.rb
131
132
  - lib/pwnstyles_rails.rb
132
133
  - lib/pwnstyles_rails/engine.rb