erroneous 0.1.0 → 0.1.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.
- data/README.rdoc +9 -6
- data/lib/erroneous/version.rb +1 -1
- metadata +3 -25
data/README.rdoc
CHANGED
|
@@ -6,12 +6,13 @@ Erroneous is a Ruby on Rails view helper that creates simple markup for inline e
|
|
|
6
6
|
|
|
7
7
|
The gem is tested with:
|
|
8
8
|
|
|
9
|
-
* Ruby on Rails 3.1.
|
|
10
|
-
* Ruby
|
|
11
|
-
* Ruby (MRI) 1.9.
|
|
12
|
-
* Ruby (MRI) 1.
|
|
13
|
-
* Ruby (
|
|
14
|
-
*
|
|
9
|
+
* Ruby on Rails 3.1.8
|
|
10
|
+
* Ruby on Rails 3.2.9
|
|
11
|
+
* Ruby (MRI) 1.9.3
|
|
12
|
+
* Ruby (MRI) 1.9.2
|
|
13
|
+
* Ruby (MRI) 1.8.7
|
|
14
|
+
* Ruby (REE) 1.8.7
|
|
15
|
+
* JRuby 1.7.0
|
|
15
16
|
* Rubinius 1.2.4
|
|
16
17
|
|
|
17
18
|
== Installation
|
|
@@ -32,6 +33,8 @@ The gem is tested with:
|
|
|
32
33
|
== Status
|
|
33
34
|
|
|
34
35
|
{<img src="https://travis-ci.org/ksylvest/erroneous.png" />}[https://travis-ci.org/ksylvest/erroneous]
|
|
36
|
+
{<img src="https://codeclimate.com/badge.png"}[https://codeclimate.com/github/ksylvest/erroneous]
|
|
37
|
+
|
|
35
38
|
|
|
36
39
|
== Copyright
|
|
37
40
|
|
data/lib/erroneous/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: erroneous
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-01-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -43,22 +43,6 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
|
-
- !ruby/object:Gem::Dependency
|
|
47
|
-
name: sqlite3
|
|
48
|
-
requirement: !ruby/object:Gem::Requirement
|
|
49
|
-
none: false
|
|
50
|
-
requirements:
|
|
51
|
-
- - ! '>='
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: '0'
|
|
54
|
-
type: :development
|
|
55
|
-
prerelease: false
|
|
56
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
-
none: false
|
|
58
|
-
requirements:
|
|
59
|
-
- - ! '>='
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
version: '0'
|
|
62
46
|
description: Erroneous adds inline errors to Rails views in a simple, sentence like
|
|
63
47
|
format.
|
|
64
48
|
email:
|
|
@@ -152,21 +136,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
152
136
|
- - ! '>='
|
|
153
137
|
- !ruby/object:Gem::Version
|
|
154
138
|
version: '0'
|
|
155
|
-
segments:
|
|
156
|
-
- 0
|
|
157
|
-
hash: -13626392019103903
|
|
158
139
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
140
|
none: false
|
|
160
141
|
requirements:
|
|
161
142
|
- - ! '>='
|
|
162
143
|
- !ruby/object:Gem::Version
|
|
163
144
|
version: '0'
|
|
164
|
-
segments:
|
|
165
|
-
- 0
|
|
166
|
-
hash: -13626392019103903
|
|
167
145
|
requirements: []
|
|
168
146
|
rubyforge_project:
|
|
169
|
-
rubygems_version: 1.8.
|
|
147
|
+
rubygems_version: 1.8.23
|
|
170
148
|
signing_key:
|
|
171
149
|
specification_version: 3
|
|
172
150
|
summary: An easy way to display inline errors in forms
|