valid 1.0.0 → 1.0.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: 3884b80fba4962cf882cfe7bb92f4ad9e8cb4477
4
- data.tar.gz: a662f9037e89723252b6df170642da3553bdb8ec
3
+ metadata.gz: 1c765b79a95bb9e8bec12bebbcee37007174277b
4
+ data.tar.gz: dd0598fcf6096bd549c9e7fc2a202464289687c1
5
5
  SHA512:
6
- metadata.gz: d5f703039389a1d83f613ce03c546e2c15e3fb12a9a4d8a9cd7823917819b2c55211b27918f7d23627a76a23072820012cfa9191407d951482e92bc889d8ba90
7
- data.tar.gz: b2b97e6ab86f1514779f0bfcdbef593e8ee9ba35d4f347073f616396e6ba3f57524b1ef141de8da6373caa644b0581abe52892d67d1d1f7c0898ee5a15ffc6d6
6
+ metadata.gz: dfa1d48a957fc166adf12516bc737a11e64160cd1ee253c705e699952d896f4310cb43730f595375bc30d00deb4ebd098691390cce66cd726b33f043689b3099
7
+ data.tar.gz: eaf483cb3842661a5509df2260afaaa9a05d6794daffa9cd54cfe1523a92e8d925c4160bce6f37498a815db25b80fa7ec1f509db57ac9715307000307a19dc9b
data/README.md CHANGED
@@ -78,14 +78,18 @@ Now you can use this anywhere in your code:
78
78
  form_validator.valid?
79
79
  ```
80
80
 
81
+ # Semantic Versioning
82
+
83
+ This project conforms to [semver](http://semver.org/).
84
+
81
85
  # Contributing
82
86
 
83
87
  Have an improvement? Have an awesome rule you want included? Simple!
84
88
 
85
89
  1. Fork the repository
86
- 2. Create a branch off of the `develop` branch
90
+ 2. Create a branch off of the `master` branch
87
91
  3. Write specs for the change
88
92
  4. Add your change
89
- 5. Submit a pull request to merge against the `develop` branch
93
+ 5. Submit a pull request to merge against the `master` branch
90
94
 
91
95
  Don't change any version files or gemspec files in your change.
@@ -1,3 +1,3 @@
1
1
  module Validation
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Bush
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-10 00:00:00.000000000 Z
11
+ date: 2015-09-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: