comply 1.0.0 → 1.0.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/comply/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 559ebc5e66c45ccecbe7bd3bd23560dcc59dd772
|
|
4
|
+
data.tar.gz: fd0e2d90a6a21e76a135fd5dbb8845537237de65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02d4245d4656340b7bef7934a18574875937b2cc996afe26d03a44d2ee34bdd7479edfc6f03398e4e377edd48bc1b4cf512788210ba21b1579843e8a3765fc80
|
|
7
|
+
data.tar.gz: 048707cbf4f06f92bb144573c92d53904589d66d812249dc5aee79b6fe932627680757bd31b44ada4b943abb52bd6f9a3b369abea5fce74ee84da0cb640d3d7f
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Comply
|
|
2
|
-
Server-side ActiveRecord validations, all up in your client-side
|
|
2
|
+
Server-side ActiveRecord validations, all up in your HTML and client-side javascript.
|
|
3
3
|
|
|
4
4
|
## Intention and Purpose
|
|
5
5
|
Rendering the same page over and over due to validations is a slow and unpleasant user experience. The logical alternative is, of course, validating the form on the page, before it is submitted.
|
data/lib/comply/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: comply
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- '@jacobaweiss'
|
|
8
8
|
- '@andyjbas'
|
|
9
9
|
- '@azach'
|
|
10
|
+
- '@linedotstar'
|
|
10
11
|
autorequire:
|
|
11
12
|
bindir: bin
|
|
12
13
|
cert_chain: []
|
|
13
|
-
date: 2014-06-
|
|
14
|
+
date: 2014-06-18 00:00:00.000000000 Z
|
|
14
15
|
dependencies:
|
|
15
16
|
- !ruby/object:Gem::Dependency
|
|
16
17
|
name: coffee-rails
|
|
@@ -152,8 +153,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
152
153
|
version: '0'
|
|
153
154
|
requirements: []
|
|
154
155
|
rubyforge_project:
|
|
155
|
-
rubygems_version: 2.
|
|
156
|
+
rubygems_version: 2.0.14
|
|
156
157
|
signing_key:
|
|
157
158
|
specification_version: 4
|
|
158
159
|
summary: Inline validation of your ActiveRecord models via the AJAX internets
|
|
159
160
|
test_files: []
|
|
161
|
+
has_rdoc:
|