client_side_validations-simple_form 6.10.0 → 7.0.0

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
  SHA256:
3
- metadata.gz: afea88d5978ae6840d7009de7e81f0944c5f416e6e4b0b496f4cf53183d9c84f
4
- data.tar.gz: cb0cdd39abdc11692a93a8e9ec8f4b07175f6dc5f7d2b4b3dbff421420c479ae
3
+ metadata.gz: c342252657d107301bea3efe9a6b1bfe40212134ce912dad3a9d85b7745e7423
4
+ data.tar.gz: 9898b2d60653f80336122671262319fd0cc41d008389f3c0a35ad949441b0b4d
5
5
  SHA512:
6
- metadata.gz: 9f4bfddc53594b5f3e3bc25be338a92a3a24262d652b5fd11aac387ad5757e81afa187f91df060452f6b0e566bf6584f592df301fdc659758d94d5cb5a233ef8
7
- data.tar.gz: be8e8160aaa2444a11824ea1145d79ef157e5d9cc21907361bdb9392252777fc9609e42b2db8b76119d0fbf0ab0fca7e64cbe6229fd2e846f19f142d2285bae1
6
+ metadata.gz: 5f09f68843fd3844eccd386fc7a7716720d852df7c4104eed937168e3afa6f87318bfc2c7f22f9dee0bbe0a4a4d6051f4813c2f2db135f4274ded36337a60226
7
+ data.tar.gz: adf0cc462f91ffa49620a5405a7be611f1a3749e602cc523442b5ddfee5fea401ceaf79f19f6033ccc24a059c3df2a292052756a153a693b791831d393a0532d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.0.0 / 2019-05-14
4
+
5
+ * [FEATURE] Add ClientSideValidations 15.0 compatibility
6
+ * [FEATURE] Drop Ruby 2.2 support
7
+ * [FEATURE] Drop ClientSideValidations < 15.0 compatibility
8
+ * [ENHANCEMENT] Test against jQuery 3.4.1 by default
9
+
3
10
  ## 6.10.0 / 2019-04-23
4
11
 
5
12
  * [FEATURE] Add ClientSideValidations 14.0 compatibility
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ClientSideValidations-SimpleForm #
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/client_side_validations-simple_form.svg)](http://badge.fury.io/rb/client_side_validations-simple_form)
3
+ [![Gem Version](https://badge.fury.io/rb/client_side_validations-simple_form.svg)](https://badge.fury.io/rb/client_side_validations-simple_form)
4
4
  [![Build Status](https://secure.travis-ci.org/DavyJonesLocker/client_side_validations-simple_form.svg?branch=master)](https://travis-ci.org/DavyJonesLocker/client_side_validations-simple_form)
5
5
  [![Code Climate](https://codeclimate.com/github/DavyJonesLocker/client_side_validations-simple_form/badges/gpa.svg)](https://codeclimate.com/github/DavyJonesLocker/client_side_validations-simple_form)
6
6
  [![Coverage Status](https://coveralls.io/repos/github/DavyJonesLocker/client_side_validations-simple_form/badge.svg?branch=master)](https://coveralls.io/github/DavyJonesLocker/client_side_validations-simple_form?branch=master)
@@ -74,7 +74,7 @@ Per-input options are done with `:validate`
74
74
 
75
75
  ## Versioning ##
76
76
 
77
- This gem follows [Semantic Versioning](http://semver.org)
77
+ This gem follows [Semantic Versioning](https://semver.org)
78
78
 
79
79
  ## Want to help? ##
80
80
 
@@ -88,4 +88,4 @@ on how to properly submit issues and pull requests.
88
88
 
89
89
  [@dockyard](https://twitter.com/dockyard)
90
90
 
91
- [Licensed under the MIT license](http://opensource.org/licenses/mit-license.php)
91
+ [Licensed under the MIT license](https://opensource.org/licenses/mit-license.php)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module SimpleForm
5
- VERSION = '6.10.0'.freeze
5
+ VERSION = '7.0.0'
6
6
  end
7
7
  end
@@ -1,8 +1,8 @@
1
1
 
2
2
  /*!
3
- * Client Side Validations - SimpleForm (Bootstrap 4) - v6.10.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3
+ * Client Side Validations - SimpleForm (Bootstrap 4) - v7.0.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
4
4
  * Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
5
- * Licensed under MIT (http://opensource.org/licenses/mit-license.php)
5
+ * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
6
6
  */
7
7
 
8
8
  (function() {
@@ -1,8 +1,8 @@
1
1
 
2
2
  /*!
3
- * Client Side Validations - SimpleForm - v6.10.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3
+ * Client Side Validations - SimpleForm - v7.0.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
4
4
  * Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
5
- * Licensed under MIT (http://opensource.org/licenses/mit-license.php)
5
+ * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
6
6
  */
7
7
 
8
8
  (function() {
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.10.0
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geremia Taglialatela
@@ -9,28 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-04-23 00:00:00.000000000 Z
12
+ date: 2019-05-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
19
- - !ruby/object:Gem::Version
20
- version: 9.3.2
21
- - - "<"
18
+ - - "~>"
22
19
  - !ruby/object:Gem::Version
23
- version: '15'
20
+ version: '15.0'
24
21
  type: :runtime
25
22
  prerelease: false
26
23
  version_requirements: !ruby/object:Gem::Requirement
27
24
  requirements:
28
- - - ">="
29
- - !ruby/object:Gem::Version
30
- version: 9.3.2
31
- - - "<"
25
+ - - "~>"
32
26
  - !ruby/object:Gem::Version
33
- version: '15'
27
+ version: '15.0'
34
28
  - !ruby/object:Gem::Dependency
35
29
  name: simple_form
36
30
  requirement: !ruby/object:Gem::Requirement
@@ -161,14 +155,28 @@ dependencies:
161
155
  requirements:
162
156
  - - "~>"
163
157
  - !ruby/object:Gem::Version
164
- version: 0.67.2
158
+ version: 0.69.0
165
159
  type: :development
166
160
  prerelease: false
167
161
  version_requirements: !ruby/object:Gem::Requirement
168
162
  requirements:
169
163
  - - "~>"
170
164
  - !ruby/object:Gem::Version
171
- version: 0.67.2
165
+ version: 0.69.0
166
+ - !ruby/object:Gem::Dependency
167
+ name: rubocop-performance
168
+ requirement: !ruby/object:Gem::Requirement
169
+ requirements:
170
+ - - "~>"
171
+ - !ruby/object:Gem::Version
172
+ version: '1.3'
173
+ type: :development
174
+ prerelease: false
175
+ version_requirements: !ruby/object:Gem::Requirement
176
+ requirements:
177
+ - - "~>"
178
+ - !ruby/object:Gem::Version
179
+ version: '1.3'
172
180
  - !ruby/object:Gem::Dependency
173
181
  name: simplecov
174
182
  requirement: !ruby/object:Gem::Requirement
@@ -267,9 +275,9 @@ require_paths:
267
275
  - lib
268
276
  required_ruby_version: !ruby/object:Gem::Requirement
269
277
  requirements:
270
- - - ">="
278
+ - - "~>"
271
279
  - !ruby/object:Gem::Version
272
- version: '0'
280
+ version: '2.3'
273
281
  required_rubygems_version: !ruby/object:Gem::Requirement
274
282
  requirements:
275
283
  - - ">="