client_side_validations-simple_form 6.0.0 → 6.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -9
- data/lib/client_side_validations/generators/simple_form.rb +1 -0
- data/lib/client_side_validations/simple_form.rb +1 -0
- data/lib/client_side_validations/simple_form/engine.rb +1 -0
- data/lib/client_side_validations/simple_form/form_builder.rb +1 -0
- data/lib/client_side_validations/simple_form/version.rb +1 -1
- data/vendor/assets/javascripts/rails.validations.simple_form.js +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f28116dc30e0e8add175975a2874d2d61e0fd4f0
|
4
|
+
data.tar.gz: '09f6f71eaaa63d3a47caaf0a5864f81d74ae09f2'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc51bbd3d195a486f019b553dd1ebfe7e64ccd287a9b9a88260474acffa21d693455a1b0af2ee4d5c0626cfe7be1a3ee0840207d4914be6dbaafedbe634c01fa
|
7
|
+
data.tar.gz: bac056e0558d7c97572d799b66dedabe0ace4fb1aecaa13976bc8dd1ef8bc73c51e255567bee1138b407b7ef3817795a7973d4316ab8dec497ae3dc70cc710f6
|
data/CHANGELOG.md
CHANGED
@@ -1,18 +1,25 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## 6.
|
3
|
+
## 6.1.0 / 2017-03-23
|
4
4
|
|
5
|
-
*
|
5
|
+
* [ENHANCEMENT] Use Ruby 2.3's Frozen String Literal Pragma
|
6
|
+
* [ENHANCEMENT] Test against Ruby 2.4.1
|
7
|
+
* [ENHANCEMENT] Test against jQuery 3.2.0 and 3.2.1
|
8
|
+
* [ENHANCEMENT] Follow Vandamme's changelog conventions
|
6
9
|
|
7
|
-
##
|
10
|
+
## 6.0.0 / 2017-01-31
|
8
11
|
|
9
|
-
* ClientSideValidations
|
12
|
+
* [FEATURE] ClientSideValidations 9.0 compatibility
|
10
13
|
|
11
|
-
## 5.
|
14
|
+
## 5.2.0 / 2017-01-22
|
12
15
|
|
13
|
-
* ClientSideValidations
|
14
|
-
* Update development dependencies
|
16
|
+
* [FEATURE] ClientSideValidations 8.0 compatibility
|
15
17
|
|
16
|
-
## 5.
|
18
|
+
## 5.1.0 / 2017-01-22
|
17
19
|
|
18
|
-
* ClientSideValidations
|
20
|
+
* [FEATURE] ClientSideValidations 7.0 compatibility
|
21
|
+
* [ENHANCEMENT] Update development dependencies
|
22
|
+
|
23
|
+
## 5.0.0 / 2017-01-20
|
24
|
+
|
25
|
+
* [FEATURE] ClientSideValidations 6.0 compatibility
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
/*!
|
3
|
-
* Client Side Validations - SimpleForm - v6.
|
3
|
+
* Client Side Validations - SimpleForm - v6.1.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
|
4
4
|
* Copyright (c) 2017 Geremia Taglialatela, Brian Cardarella
|
5
5
|
* Licensed under MIT (http://opensource.org/licenses/mit-license.php)
|
6
6
|
*/
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: client_side_validations-simple_form
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.
|
4
|
+
version: 6.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geremia Taglialatela
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-03-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: client_side_validations
|
@@ -171,14 +171,14 @@ dependencies:
|
|
171
171
|
requirements:
|
172
172
|
- - "~>"
|
173
173
|
- !ruby/object:Gem::Version
|
174
|
-
version: 2.0.0.
|
174
|
+
version: 2.0.0.rc1
|
175
175
|
type: :development
|
176
176
|
prerelease: false
|
177
177
|
version_requirements: !ruby/object:Gem::Requirement
|
178
178
|
requirements:
|
179
179
|
- - "~>"
|
180
180
|
- !ruby/object:Gem::Version
|
181
|
-
version: 2.0.0.
|
181
|
+
version: 2.0.0.rc1
|
182
182
|
- !ruby/object:Gem::Dependency
|
183
183
|
name: shotgun
|
184
184
|
requirement: !ruby/object:Gem::Requirement
|
@@ -258,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
258
258
|
version: '0'
|
259
259
|
requirements: []
|
260
260
|
rubyforge_project:
|
261
|
-
rubygems_version: 2.6.
|
261
|
+
rubygems_version: 2.6.11
|
262
262
|
signing_key:
|
263
263
|
specification_version: 4
|
264
264
|
summary: ClientSideValidations SimpleForm
|