client_side_validations-simple_form 14.1.0 → 15.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13d24d8370a15ce86f679dfa301f8f1cf5e3cf3958705ae91ffdb7a2e99c6ec7
4
- data.tar.gz: cea9297484a5e48a0cb68ab2683a71e353063761a5fff0c046a65bd6a7bb4d86
3
+ metadata.gz: 597d48cb2d321b380c11353ff5859ee85af3d00d9b40105face9ff7759dc34b3
4
+ data.tar.gz: 52896f78c47a066551f4f99fbe20f3a6e28047b8324a5cd0c00980eb795b0a29
5
5
  SHA512:
6
- metadata.gz: 6dce8ab92b3f5a260440a7d81bc14c7ff09b2b5548a06ff19005624a60bf94430dc3babab3e8b8df6f0cf953a00e0ec53d377e2a3f6a63f8d2f349db2d80840c
7
- data.tar.gz: 8e80373be98c7146aca7f5be676b17db66a68a4d307165cf3c33ff391e9395fbc60a417ff704fe1ea62a0769cc08286146116eacfc835b2f2f1c5c1e98948bf9
6
+ metadata.gz: 1d98668e2cc1d07baa31a26770fcbd5342966f70792d268a94872ff9e508779044d1e52b023f054a59e8d6bdc03d23d22894b4c3cffbb5b2554750c346155b1e
7
+ data.tar.gz: 07c3f18115cc691ce07de1b14f3b543253ed4cdde1959d4dd6b9a0d2e7e433b86b03bbe2763bbb2182c9dc459167c6c16d6f6c41660a0152d6df836595f484ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 15.0.0 / 2022-09-18
4
+
5
+ * [FEATURE] Drop Ruby 2.5 support
6
+ * [FEATURE] Drop Client Side Validations < 21.0 compatibility
7
+ * [ENHANCEMENT] Test against jQuery 3.6.1 by default
8
+ * [ENHANCEMENT] Update QUnit to 2.19.1
9
+ * [ENHANCEMENT] Update development dependencies
10
+
3
11
  ## 14.1.0 / 2021-12-16
4
12
 
5
13
  * [FEATURE] Add Client Side Validations 20.0 compatibility
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Geremia Taglialatela, Brian Cardarella
3
+ Copyright (c) 2022 Geremia Taglialatela, Brian Cardarella
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -116,7 +116,7 @@ on how to properly submit issues and pull requests.
116
116
 
117
117
  ## Legal ##
118
118
 
119
- [DockYard](https://dockyard.com/), LLC &copy; 2012-2021
119
+ [DockYard](https://dockyard.com/), LLC &copy; 2012-2022
120
120
 
121
121
  [@dockyard](https://twitter.com/dockyard)
122
122
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module SimpleForm
5
- VERSION = '14.1.0'
5
+ VERSION = '15.0.0'
6
6
  end
7
7
  end
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Client Side Validations Simple Form JS (Bootstrap 4+) - v0.3.1 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3
- * Copyright (c) 2021 Geremia Taglialatela, Brian Cardarella
3
+ * Copyright (c) 2022 Geremia Taglialatela, Brian Cardarella
4
4
  * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Client Side Validations Simple Form JS (Default) - v0.3.1 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3
- * Copyright (c) 2021 Geremia Taglialatela, Brian Cardarella
3
+ * Copyright (c) 2022 Geremia Taglialatela, Brian Cardarella
4
4
  * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
5
5
  */
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: 14.1.0
4
+ version: 15.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: 2021-12-16 00:00:00.000000000 Z
12
+ date: 2022-09-18 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: '19.0'
21
- - - "<"
18
+ - - "~>"
22
19
  - !ruby/object:Gem::Version
23
- version: '21'
20
+ version: '21.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: '19.0'
31
- - - "<"
25
+ - - "~>"
32
26
  - !ruby/object:Gem::Version
33
- version: '21'
27
+ version: '21.0'
34
28
  - !ruby/object:Gem::Dependency
35
29
  name: simple_form
36
30
  requirement: !ruby/object:Gem::Requirement
@@ -79,42 +73,42 @@ dependencies:
79
73
  requirements:
80
74
  - - "~>"
81
75
  - !ruby/object:Gem::Version
82
- version: '1.5'
76
+ version: '1.6'
83
77
  type: :development
84
78
  prerelease: false
85
79
  version_requirements: !ruby/object:Gem::Requirement
86
80
  requirements:
87
81
  - - "~>"
88
82
  - !ruby/object:Gem::Version
89
- version: '1.5'
83
+ version: '1.6'
90
84
  - !ruby/object:Gem::Dependency
91
85
  name: minitest
92
86
  requirement: !ruby/object:Gem::Requirement
93
87
  requirements:
94
88
  - - "~>"
95
89
  - !ruby/object:Gem::Version
96
- version: '5.14'
90
+ version: '5.16'
97
91
  type: :development
98
92
  prerelease: false
99
93
  version_requirements: !ruby/object:Gem::Requirement
100
94
  requirements:
101
95
  - - "~>"
102
96
  - !ruby/object:Gem::Version
103
- version: '5.14'
97
+ version: '5.16'
104
98
  - !ruby/object:Gem::Dependency
105
99
  name: mocha
106
100
  requirement: !ruby/object:Gem::Requirement
107
101
  requirements:
108
102
  - - "~>"
109
103
  - !ruby/object:Gem::Version
110
- version: '1.13'
104
+ version: '1.14'
111
105
  type: :development
112
106
  prerelease: false
113
107
  version_requirements: !ruby/object:Gem::Requirement
114
108
  requirements:
115
109
  - - "~>"
116
110
  - !ruby/object:Gem::Version
117
- version: '1.13'
111
+ version: '1.14'
118
112
  - !ruby/object:Gem::Dependency
119
113
  name: rake
120
114
  requirement: !ruby/object:Gem::Requirement
@@ -177,14 +171,14 @@ dependencies:
177
171
  requirements:
178
172
  - - "~>"
179
173
  - !ruby/object:Gem::Version
180
- version: '2.0'
174
+ version: '2.2'
181
175
  type: :development
182
176
  prerelease: false
183
177
  version_requirements: !ruby/object:Gem::Requirement
184
178
  requirements:
185
179
  - - "~>"
186
180
  - !ruby/object:Gem::Version
187
- version: '2.0'
181
+ version: '2.2'
188
182
  - !ruby/object:Gem::Dependency
189
183
  name: webrick
190
184
  requirement: !ruby/object:Gem::Requirement
@@ -233,14 +227,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
233
227
  requirements:
234
228
  - - ">="
235
229
  - !ruby/object:Gem::Version
236
- version: '2.5'
230
+ version: '2.6'
237
231
  required_rubygems_version: !ruby/object:Gem::Requirement
238
232
  requirements:
239
233
  - - ">="
240
234
  - !ruby/object:Gem::Version
241
235
  version: '0'
242
236
  requirements: []
243
- rubygems_version: 3.1.6
237
+ rubygems_version: 3.3.12
244
238
  signing_key:
245
239
  specification_version: 4
246
240
  summary: ClientSideValidations SimpleForm