error_prone 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.markdown +3 -0
- data/README.markdown +2 -2
- data/lib/error_prone/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6355499ac58df8c347f7167300edd6b0ff363699
|
4
|
+
data.tar.gz: 12d32b3d395b9c8aa63efd16d526e43c07e385ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81dffe896c4e153edddff1b4aa7d3e6f38e770642a07b48e56f98e624fa41a5be4b6076c2fec4e7afd638fc53f52b00d3ced978f9f1e5be8c4440bff8db84951
|
7
|
+
data.tar.gz: 6c648d0f4b00582662face941b826c6814c3f8494ec3f3da5a3ab716efc5d4360552c6f7ce637a51445e1614049887d013bfa0510f29508a5c2886a8fd010323
|
data/CHANGELOG.markdown
CHANGED
data/README.markdown
CHANGED
@@ -52,7 +52,7 @@ p bad_person.errors_for(:email) # [:invalid_email]
|
|
52
52
|
## Philosophy
|
53
53
|
### Simple over Easy
|
54
54
|
ErrorProne isn't designed to minimize keystrokes. Instead, it exhibits a
|
55
|
-
pythonesque preference for
|
55
|
+
pythonesque preference for explicitness and minimal dependencies. This results
|
56
56
|
in a library that is powerful, portable, and comprehensible. ErrorProne eschews
|
57
57
|
metaprogramming in favor of a relatively boring codebase.
|
58
58
|
|
@@ -64,7 +64,7 @@ design instead of prescribing it.
|
|
64
64
|
|
65
65
|
## Contributing
|
66
66
|
OSS is all about the community. Feel free to submit new features, documentation
|
67
|
-
|
67
|
+
changes, and requests for help in the following ways:
|
68
68
|
|
69
69
|
1. Submit a [pull request](pulls). Explain how your change meets the ErrorProne
|
70
70
|
[philosophy](#label-Philosophy). Include reasonable tests and rdoc.
|
data/lib/error_prone/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: error_prone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zee Spencer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-07-
|
11
|
+
date: 2013-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: ErrorProne lets you choose where, when, and how to validate data without
|
14
14
|
tying you to ORMs or application frameworks.
|
@@ -24,7 +24,8 @@ files:
|
|
24
24
|
- README.markdown
|
25
25
|
- CHANGELOG.markdown
|
26
26
|
homepage: http://github.com/zspencer/error_prone
|
27
|
-
licenses:
|
27
|
+
licenses:
|
28
|
+
- MIT
|
28
29
|
metadata: {}
|
29
30
|
post_install_message:
|
30
31
|
rdoc_options: []
|