erroneous 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/erroneous/version.rb +1 -1
  2. metadata +3 -5
@@ -1,3 +1,3 @@
1
1
  module Erroneous
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: erroneous
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kevin Sylvestre
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-15 00:00:00 -04:00
14
- default_executable:
13
+ date: 2011-06-25 00:00:00 Z
15
14
  dependencies: []
16
15
 
17
16
  description: Erroneous adds inline errors to Rails views in a simple, sentence like format.
@@ -29,7 +28,6 @@ files:
29
28
  - lib/erroneous.rb
30
29
  - README.rdoc
31
30
  - LICENSE
32
- has_rdoc: true
33
31
  homepage: http://github.com/ksylvest/erroneous
34
32
  licenses: []
35
33
 
@@ -53,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
51
  requirements: []
54
52
 
55
53
  rubyforge_project:
56
- rubygems_version: 1.6.2
54
+ rubygems_version: 1.8.5
57
55
  signing_key:
58
56
  specification_version: 3
59
57
  summary: An easy way to display inline errors in forms