validates_by_schema 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.
@@ -1,3 +1,3 @@
1
1
  module ValidatesBySchema
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: validates_by_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,8 +75,9 @@ dependencies:
75
75
  - - ! '>='
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
- description: Validate based on database column attributes! Automagically validate
79
- presence, length, numericality, inclusion, and timeliness of ActiveRecord columns.
78
+ description: Keep your code DRY by inferring column validations from table properties!
79
+ Automagically validate presence, length, numericality, and inclusion of ActiveRecord
80
+ backed columns.
80
81
  email:
81
82
  - josh.w.lewis@gmail.com
82
83
  executables: []
@@ -89,7 +90,7 @@ files:
89
90
  - MIT-LICENSE
90
91
  - Rakefile
91
92
  - README.md
92
- homepage: http://www.emergentcoils.com
93
+ homepage: http://github.com/joshwlewis/validates_by_schema
93
94
  licenses: []
94
95
  post_install_message:
95
96
  rdoc_options: []
@@ -112,6 +113,6 @@ rubyforge_project:
112
113
  rubygems_version: 1.8.23
113
114
  signing_key:
114
115
  specification_version: 3
115
- summary: Default validation for ActiveRecord based on database column attributes
116
+ summary: Automatic validation based on your database schema column types and limits.
116
117
  test_files: []
117
118
  has_rdoc: