client_side_validations-simple_form 9.1.0 → 9.2.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: f3eb13986e0e6ae5587221bae373cd1f61ed4996b45e5737d35757302a3846cf
4
- data.tar.gz: 20b5d81a2c3eec3f184c53f95c3aff917fc5352f30c3c12c0b2eb1e81684cad9
3
+ metadata.gz: f5d77668bc65187db5728dd50a1c8b3473522ffeecab8cc3fb97b97a97491723
4
+ data.tar.gz: 934341d14784f9557db30ae8b1c3c3f3f094b298a4a2a0c92a6e1db4a8532bee
5
5
  SHA512:
6
- metadata.gz: ba0cc63c9161d29c7b0fd23fcaf9f15afaf9263f747b352a02f1286e7c685e891cec823745ad9b794b646c7abc70953ccc4284a2d855696ca1d699b2c1bde8bd
7
- data.tar.gz: eea83ab45fb0413fd4f3ad8d6a44bf4d1e6da025f393656ed3621dc98fdbedddc2baca1eb43a8613e856a3de3a65b76693a1374ddd930ea93a50d5c47c8cc800
6
+ metadata.gz: 78389f0636baafb94b8cc4e00baccba4280d9b4607fa721ba71e378cb4bade9baa88a82cda310de3f09988b931c442ae90e229d51ff0c36431e8cd84b8b422d2
7
+ data.tar.gz: 2002a1a074fe1badeae4d497bcc41260f2abdf2326ae680bdb209b822442e139615937466d41b2f9f304f4cc1bfef4be2cf0bf93aa328e2df65c7e3e5f8f6012
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.2.0 / 2019-12-25
4
+
5
+ * [FEATURE] Ruby 2.7 support
6
+ * [ENHANCEMENT] Update development dependencies
7
+
3
8
  ## 9.1.0 / 2019-10-06
4
9
 
5
10
  * [FEATURE] Add ClientSideValidations JS 0.1.0 compatibility
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module SimpleForm
5
- VERSION = '9.1.0'
5
+ VERSION = '9.2.0'
6
6
  end
7
7
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Client Side Validations Simple Form JS (Bootstrap 4) - v0.1.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
2
+ * Client Side Validations Simple Form JS (Bootstrap 4) - v0.1.1 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3
3
  * Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
4
4
  * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
5
5
  */
@@ -8,7 +8,7 @@
8
8
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery'), require('@client-side-validations/client-side-validations')) :
9
9
  typeof define === 'function' && define.amd ? define(['jquery', '@client-side-validations/client-side-validations'], factory) :
10
10
  (global = global || self, factory(global.$, global.ClientSideValidations));
11
- }(this, function ($, ClientSideValidations) { 'use strict';
11
+ }(this, (function ($, ClientSideValidations) { 'use strict';
12
12
 
13
13
  $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
14
14
  ClientSideValidations = ClientSideValidations && ClientSideValidations.hasOwnProperty('default') ? ClientSideValidations['default'] : ClientSideValidations;
@@ -52,4 +52,4 @@
52
52
  }
53
53
  };
54
54
 
55
- }));
55
+ })));
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Client Side Validations Simple Form JS (Default) - v0.1.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
2
+ * Client Side Validations Simple Form JS (Default) - v0.1.1 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3
3
  * Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
4
4
  * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
5
5
  */
@@ -8,7 +8,7 @@
8
8
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery'), require('@client-side-validations/client-side-validations')) :
9
9
  typeof define === 'function' && define.amd ? define(['jquery', '@client-side-validations/client-side-validations'], factory) :
10
10
  (global = global || self, factory(global.$, global.ClientSideValidations));
11
- }(this, function ($, ClientSideValidations) { 'use strict';
11
+ }(this, (function ($, ClientSideValidations) { 'use strict';
12
12
 
13
13
  $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
14
14
  ClientSideValidations = ClientSideValidations && ClientSideValidations.hasOwnProperty('default') ? ClientSideValidations['default'] : ClientSideValidations;
@@ -50,4 +50,4 @@
50
50
  }
51
51
  };
52
52
 
53
- }));
53
+ })));
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: 9.1.0
4
+ version: 9.2.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: 2019-10-06 00:00:00.000000000 Z
12
+ date: 2019-12-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
@@ -85,14 +85,14 @@ dependencies:
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: 0.13.1
88
+ version: 0.14.0
89
89
  type: :development
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: 0.13.1
95
+ version: 0.14.0
96
96
  - !ruby/object:Gem::Dependency
97
97
  name: m
98
98
  requirement: !ruby/object:Gem::Requirement
@@ -113,28 +113,28 @@ dependencies:
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '5.12'
116
+ version: '5.13'
117
117
  type: :development
118
118
  prerelease: false
119
119
  version_requirements: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - "~>"
122
122
  - !ruby/object:Gem::Version
123
- version: '5.12'
123
+ version: '5.13'
124
124
  - !ruby/object:Gem::Dependency
125
125
  name: mocha
126
126
  requirement: !ruby/object:Gem::Requirement
127
127
  requirements:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
- version: '1.9'
130
+ version: '1.11'
131
131
  type: :development
132
132
  prerelease: false
133
133
  version_requirements: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - "~>"
136
136
  - !ruby/object:Gem::Version
137
- version: '1.9'
137
+ version: '1.11'
138
138
  - !ruby/object:Gem::Dependency
139
139
  name: rake
140
140
  requirement: !ruby/object:Gem::Requirement
@@ -155,14 +155,14 @@ dependencies:
155
155
  requirements:
156
156
  - - "~>"
157
157
  - !ruby/object:Gem::Version
158
- version: 0.75.0
158
+ version: 0.78.0
159
159
  type: :development
160
160
  prerelease: false
161
161
  version_requirements: !ruby/object:Gem::Requirement
162
162
  requirements:
163
163
  - - "~>"
164
164
  - !ruby/object:Gem::Version
165
- version: 0.75.0
165
+ version: 0.78.0
166
166
  - !ruby/object:Gem::Dependency
167
167
  name: rubocop-performance
168
168
  requirement: !ruby/object:Gem::Requirement
@@ -183,14 +183,14 @@ dependencies:
183
183
  requirements:
184
184
  - - "~>"
185
185
  - !ruby/object:Gem::Version
186
- version: '2.3'
186
+ version: '2.4'
187
187
  type: :development
188
188
  prerelease: false
189
189
  version_requirements: !ruby/object:Gem::Requirement
190
190
  requirements:
191
191
  - - "~>"
192
192
  - !ruby/object:Gem::Version
193
- version: '2.3'
193
+ version: '2.4'
194
194
  - !ruby/object:Gem::Dependency
195
195
  name: simplecov
196
196
  requirement: !ruby/object:Gem::Requirement
@@ -284,7 +284,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
284
284
  - !ruby/object:Gem::Version
285
285
  version: '0'
286
286
  requirements: []
287
- rubygems_version: 3.0.6
287
+ rubygems_version: 3.1.2
288
288
  signing_key:
289
289
  specification_version: 4
290
290
  summary: ClientSideValidations SimpleForm