client_side_validations-simple_form 6.8.0 → 6.9.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: 402828273e9e3e58670c2b919e8505b9e10f683e1db2534e1d47bc85ec6ffe57
4
- data.tar.gz: c19ddfa4ab2835af75af5a341188eed969e021e5930b1e7a2e513455daae74d5
3
+ metadata.gz: 6992abdc7d04cf0a8ef8721eb2c2665f18534cf19e29dee45dc1e58447321db8
4
+ data.tar.gz: 422fd3f90a01da8bbbf0ef7a20f23fb25c6cfa728dfe2c61f9e2d31bb7b5d96e
5
5
  SHA512:
6
- metadata.gz: d34b5065134036c9c9925d3472d168dba67bdca951e6c63371b79c02bddeaa333923fd3d3b18d00abc325e4af591702208a90cb1367f96625f53540da9369e3f
7
- data.tar.gz: 42620edade53fb90729e63aa2ae894080f610b9fd03af673c4b3b185b1c13cfd28dbe88e726b6052dac953cb7e8064e3fd48aa60844fb0a7285ffa66b369cbe4
6
+ metadata.gz: 9bcd6164288744bc3bba8ec00393dd3dab298b8e923e24facdbc4192d7bccd3575f685a1e374938942f7a71cd6dcff6358fbb3840210acde1023b7df001d470b
7
+ data.tar.gz: 73e43b7089ce49569375bdf8617a28b9bf87b8196699c859fe1cbcfa99781a136397d58f0e511aedb95ca736c3a17e996c5958a92b1446c17b15f1997da88fc1
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.9.0 / 2019-03-02
4
+
5
+ * [FEATURE] Add ClientSideValidations 13.0 compatibility
6
+ * [ENHANCEMENT] Test against Ruby 2.6.1
7
+ * [ENHANCEMENT] Update QUnit to 2.9.2
8
+ * [ENHANCEMENT] Update development dependencies
9
+
3
10
  ## 6.8.0 / 2018-12-12
4
11
 
5
12
  * [FEATURE] Add ClientSideValidations 12.0 compatibility
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018 Geremia Taglialatela, Brian Cardarella
3
+ Copyright (c) 2019 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
@@ -84,7 +84,7 @@ on how to properly submit issues and pull requests.
84
84
 
85
85
  ## Legal ##
86
86
 
87
- [DockYard](https://dockyard.com/), LLC © 2012-2018
87
+ [DockYard](https://dockyard.com/), LLC © 2012-2019
88
88
 
89
89
  [@dockyard](https://twitter.com/dockyard)
90
90
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module SimpleForm
5
- VERSION = '6.8.0'.freeze
5
+ VERSION = '6.9.0'.freeze
6
6
  end
7
7
  end
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
- * Client Side Validations - SimpleForm (Bootstrap 4) - v6.8.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
4
- * Copyright (c) 2018 Geremia Taglialatela, Brian Cardarella
3
+ * Client Side Validations - SimpleForm (Bootstrap 4) - v6.9.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
4
+ * Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
5
5
  * Licensed under MIT (http://opensource.org/licenses/mit-license.php)
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
- * Client Side Validations - SimpleForm - v6.8.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
4
- * Copyright (c) 2018 Geremia Taglialatela, Brian Cardarella
3
+ * Client Side Validations - SimpleForm - v6.9.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
4
+ * Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
5
5
  * Licensed under MIT (http://opensource.org/licenses/mit-license.php)
6
6
  */
7
7
 
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.8.0
4
+ version: 6.9.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: 2018-12-12 00:00:00.000000000 Z
12
+ date: 2019-03-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
@@ -20,7 +20,7 @@ dependencies:
20
20
  version: 9.3.2
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '13'
23
+ version: '14'
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: 9.3.2
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '13'
33
+ version: '14'
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: simple_form
36
36
  requirement: !ruby/object:Gem::Requirement
@@ -69,16 +69,22 @@ dependencies:
69
69
  name: byebug
70
70
  requirement: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - "~>"
72
+ - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: '10.0'
74
+ version: '10'
75
+ - - "<"
76
+ - !ruby/object:Gem::Version
77
+ version: '12'
75
78
  type: :development
76
79
  prerelease: false
77
80
  version_requirements: !ruby/object:Gem::Requirement
78
81
  requirements:
79
- - - "~>"
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '10'
85
+ - - "<"
80
86
  - !ruby/object:Gem::Version
81
- version: '10.0'
87
+ version: '12'
82
88
  - !ruby/object:Gem::Dependency
83
89
  name: coveralls_reborn
84
90
  requirement: !ruby/object:Gem::Requirement
@@ -127,14 +133,14 @@ dependencies:
127
133
  requirements:
128
134
  - - "~>"
129
135
  - !ruby/object:Gem::Version
130
- version: '1.7'
136
+ version: '1.8'
131
137
  type: :development
132
138
  prerelease: false
133
139
  version_requirements: !ruby/object:Gem::Requirement
134
140
  requirements:
135
141
  - - "~>"
136
142
  - !ruby/object:Gem::Version
137
- version: '1.7'
143
+ version: '1.8'
138
144
  - !ruby/object:Gem::Dependency
139
145
  name: rake
140
146
  requirement: !ruby/object:Gem::Requirement
@@ -155,14 +161,14 @@ dependencies:
155
161
  requirements:
156
162
  - - "~>"
157
163
  - !ruby/object:Gem::Version
158
- version: 0.61.1
164
+ version: 0.65.0
159
165
  type: :development
160
166
  prerelease: false
161
167
  version_requirements: !ruby/object:Gem::Requirement
162
168
  requirements:
163
169
  - - "~>"
164
170
  - !ruby/object:Gem::Version
165
- version: 0.61.1
171
+ version: 0.65.0
166
172
  - !ruby/object:Gem::Dependency
167
173
  name: simplecov
168
174
  requirement: !ruby/object:Gem::Requirement
@@ -270,8 +276,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
276
  - !ruby/object:Gem::Version
271
277
  version: '0'
272
278
  requirements: []
273
- rubyforge_project:
274
- rubygems_version: 2.7.7
279
+ rubygems_version: 3.0.2
275
280
  signing_key:
276
281
  specification_version: 4
277
282
  summary: ClientSideValidations SimpleForm