client_side_validations 13.0.0 → 13.1.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: e341134d35bb7b45d50e4a7d3cc67a9998baf197328f266fe2952739be5ef938
4
- data.tar.gz: 9e4322685d843d6b3e0dd79fa1f189f9af21301878c31d9ca9a4ec8fd0d90af4
3
+ metadata.gz: 38a83d913f4fe8deb8803b0f6e63934794c1cf891f8078b0dfdcef0c80e926a9
4
+ data.tar.gz: 501a06876e49ca0a667e3c151c37af549aa53f3240c41e63dc1a0bd176bf0111
5
5
  SHA512:
6
- metadata.gz: 241fc551a848a822d4d587d9d0752f94bf2ab26ca3eded5391fe8864be12381e90cbd33bf959576194302c5904783b755d2a3e5a82294629a2f3f8406efc3597
7
- data.tar.gz: 606783d3945f37763802350bf50c9fce082686b4f1440fa39a547afa2f9be214e443713cd47c3ba43d1a8ab35db7eef8735530acad71653a09828f9e4c25b482
6
+ metadata.gz: 7446715f98d05f4d46b9d361a25ad3fa8ad0dffe390c6dbde0466a9b4b66ef76f00d76c8c9f9a1653479459adcae981bc8501feeecbc86d78f8456fac9716d2a
7
+ data.tar.gz: eb0908f2eb8ec7d3bf2b501acb98df4c867bbd57c4ced7381faeef2a2aa2404eafbc6f6083205495cb1076029e31345e2740230c14795353849f09f498e53de0
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 13.1.0 / 2019-03-14
4
+
5
+ * [FEATURE] Add Rails 6.0.0.beta3 compatibility
6
+ * [ENHANCEMENT] Test against Ruby 2.6.2
7
+ * [ENHANCEMENT] Update QUnit to 2.9.2
8
+ * [ENHANCEMENT] Update dependencies
9
+
3
10
  ## 13.0.0 / 2019-03-01
4
11
 
5
12
  * [FEATURE] Add Rails 6.0.0.beta2 compatibility
data/README.md CHANGED
@@ -27,13 +27,17 @@
27
27
 
28
28
  ## Install ##
29
29
 
30
- Include `ClientSideValidations` in your Gemfile
30
+ Add the following line to your Gemfile:
31
31
 
32
32
  ```ruby
33
33
  gem 'client_side_validations'
34
34
  ```
35
35
 
36
- Then run the install generator
36
+ Then run `bundle install`
37
+
38
+ Please run `spring stop` if you are using [Spring](https://github.com/rails/spring)
39
+
40
+ Next you need to run the generator:
37
41
 
38
42
  ```
39
43
  rails g client_side_validations:install
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ClientSideValidations
4
- VERSION = '13.0.0'.freeze
4
+ VERSION = '13.1.0'.freeze
5
5
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*!
3
- * Client Side Validations - v13.0.0 (https://github.com/DavyJonesLocker/client_side_validations)
3
+ * Client Side Validations - v13.1.0 (https://github.com/DavyJonesLocker/client_side_validations)
4
4
  * Copyright (c) 2019 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
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.0.0
4
+ version: 13.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: 2019-03-01 00:00:00.000000000 Z
12
+ date: 2019-03-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -20,7 +20,7 @@ dependencies:
20
20
  version: 5.0.0.1
21
21
  - - "<="
22
22
  - !ruby/object:Gem::Version
23
- version: 6.0.0.beta2
23
+ version: 6.0.0.beta3
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: 5.0.0.1
31
31
  - - "<="
32
32
  - !ruby/object:Gem::Version
33
- version: 6.0.0.beta2
33
+ version: 6.0.0.beta3
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: jquery-rails
36
36
  requirement: !ruby/object:Gem::Requirement
@@ -321,7 +321,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
321
321
  - !ruby/object:Gem::Version
322
322
  version: '0'
323
323
  requirements: []
324
- rubygems_version: 3.0.2
324
+ rubygems_version: 3.0.3
325
325
  signing_key:
326
326
  specification_version: 4
327
327
  summary: Client Side Validations