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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c35c189bd7720a73b92c1e9f71286844cc81138
4
- data.tar.gz: d12ddc14a3dade563cc49f8f3adb6530a22c3d30
3
+ metadata.gz: 6355499ac58df8c347f7167300edd6b0ff363699
4
+ data.tar.gz: 12d32b3d395b9c8aa63efd16d526e43c07e385ae
5
5
  SHA512:
6
- metadata.gz: e1e02a55550ace75ae30e553ff764c10e2688ce5b0ea90b618c468b1055c955cab532550d0449c4fd17c9ea56bd361478c02cd699b7f10556627b16dad63ec9a
7
- data.tar.gz: 9726de84a68b951b69ed47cdbf7ce8d37d5685a0548d0bfdca2bbb9b45645935813dbf9f4cec8dfe121fe3573f59bea84710d706b8d0ea41ad61cc16b85dd534
6
+ metadata.gz: 81dffe896c4e153edddff1b4aa7d3e6f38e770642a07b48e56f98e624fa41a5be4b6076c2fec4e7afd638fc53f52b00d3ced978f9f1e5be8c4440bff8db84951
7
+ data.tar.gz: 6c648d0f4b00582662face941b826c6814c3f8494ec3f3da5a3ab716efc5d4360552c6f7ce637a51445e1614049887d013bfa0510f29508a5c2886a8fd010323
@@ -1,2 +1,5 @@
1
+ ### 0.1.1
2
+ * Ensure license file is pushed to rubygems
3
+
1
4
  ### 0.1.0
2
5
  * Created initial feature set.
@@ -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 expliciteness and minimal dependencies. This results
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
- chagnes, and requests for help in the following ways:
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.
@@ -1,3 +1,3 @@
1
1
  module ErrorProne
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-21 00:00:00.000000000 Z
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: []