erroneous 0.0.3 → 0.0.4

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 (4) hide show
  1. data/LICENSE +1 -1
  2. data/README.rdoc +1 -1
  3. data/lib/erroneous/version.rb +1 -1
  4. metadata +4 -12
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010 Kevin Sylvestre
1
+ Copyright (c) 2010 - 2011 Kevin Sylvestre
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.rdoc CHANGED
@@ -19,4 +19,4 @@ Erroneous is a Ruby on Rails view helper that creates simple markup for inline e
19
19
 
20
20
  == Copyright
21
21
 
22
- Copyright (c) 2010 Kevin Sylvestre. See LICENSE for details.
22
+ Copyright (c) 2010 - 2011 Kevin Sylvestre. See LICENSE for details.
@@ -1,3 +1,3 @@
1
1
  module Erroneous
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erroneous
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 0
8
- - 3
9
- version: 0.0.3
4
+ prerelease:
5
+ version: 0.0.4
10
6
  platform: ruby
11
7
  authors:
12
8
  - Kevin Sylvestre
@@ -14,7 +10,7 @@ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2011-01-21 00:00:00 -05:00
13
+ date: 2011-05-15 00:00:00 -04:00
18
14
  default_executable:
19
15
  dependencies: []
20
16
 
@@ -47,21 +43,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
43
  requirements:
48
44
  - - ">="
49
45
  - !ruby/object:Gem::Version
50
- segments:
51
- - 0
52
46
  version: "0"
53
47
  required_rubygems_version: !ruby/object:Gem::Requirement
54
48
  none: false
55
49
  requirements:
56
50
  - - ">="
57
51
  - !ruby/object:Gem::Version
58
- segments:
59
- - 0
60
52
  version: "0"
61
53
  requirements: []
62
54
 
63
55
  rubyforge_project:
64
- rubygems_version: 1.3.7
56
+ rubygems_version: 1.6.2
65
57
  signing_key:
66
58
  specification_version: 3
67
59
  summary: An easy way to display inline errors in forms