client_side_validations 11.1.2 → 11.1.3

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: 6d3d7f72371714e3b64c6bbbac4ad8a2fcb38bd44a9113a4b483b5b422e3d7f4
4
- data.tar.gz: ee4bb3abb3135e12ff93b713310364327b81dcd3f535a9be7db1e59f0201e53c
3
+ metadata.gz: bb05711ee69d3edec166fdb2e15b5478a865f7c2952b88d169d5517089a4d2c7
4
+ data.tar.gz: c522d25ac8c086a9718308a98f1524b9c937b2b795fd3a0f47a78d21470e55a9
5
5
  SHA512:
6
- metadata.gz: 653662cb6a0a310257daba62d84b164505a82360866a59d837784a07f2309777bffb4905a6991b27104d4db5a357c1ab507a7d4d93aab2c5e824d3a7ad386e10
7
- data.tar.gz: 590523b6b8043ac6b51d3efccc10df7b41d4e656da5efb012e04a0c250f4ea3741ea8e739d0ff83e2125ab360bb584eeae124b09018a55c8f022926d877a0ef0
6
+ metadata.gz: e896daa042d1266d87d459bb97f6c21536d7f94e19cea43f238f548eaaa8020255842e6b6ec8901d21a25187e9ca4d88b91cb64357063f7a9efac476aa8eaad4
7
+ data.tar.gz: 28deac80645181f6cd01efd510bb14409d5fe220a789bba7300ae5c70d2af7d74260a5ecfa46d8f130711eb1f01a7437e5652c27fdbe30b40ca8e805d48eb28e
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 11.1.3 / 2018-09-08
4
+
5
+ * [ENHANCEMENT] Test against jQuery 3.3.1 by default
6
+ * [ENHANCEMENT] Update QUnit to 2.6.2
7
+ * [ENHANCEMENT] Update dependencies
8
+
3
9
  ## 11.1.2 / 2018-04-08
4
10
 
5
11
  * [BUGFIX] Fix support for allow_nil option ([#737](https://github.com/DavyJonesLocker/client_side_validations/issues/737))
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/client_side_validations.svg)](http://badge.fury.io/rb/client_side_validations)
4
4
  [![Build Status](https://secure.travis-ci.org/DavyJonesLocker/client_side_validations.svg?branch=master)](https://travis-ci.org/DavyJonesLocker/client_side_validations)
5
- [![Dependency Status](https://gemnasium.com/badges/github.com/DavyJonesLocker/client_side_validations.svg)](https://gemnasium.com/github.com/DavyJonesLocker/client_side_validations)
6
5
  [![Maintainability](https://api.codeclimate.com/v1/badges/9f9e8bb6edc92615f34e/maintainability)](https://codeclimate.com/github/DavyJonesLocker/client_side_validations/maintainability)
7
6
  [![Coverage Status](https://coveralls.io/repos/github/DavyJonesLocker/client_side_validations/badge.svg?branch=master)](https://coveralls.io/github/DavyJonesLocker/client_side_validations?branch=master)
8
7
 
@@ -452,7 +451,7 @@ on how to properly submit issues and pull requests.
452
451
 
453
452
  ## Legal ##
454
453
 
455
- [DockYard](https://dockyard.com/), LLC © 2012-2017
454
+ [DockYard](https://dockyard.com/), LLC © 2012-2018
456
455
 
457
456
  [@dockyard](https://twitter.com/dockyard)
458
457
 
@@ -4,7 +4,7 @@ require 'js_regex'
4
4
 
5
5
  class Regexp
6
6
  def as_json(*)
7
- JsRegex.new(self).to_h
7
+ JsRegex.new(self, options: 'g').to_h
8
8
  end
9
9
 
10
10
  def to_json(options = nil)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ClientSideValidations
4
- VERSION = '11.1.2'.freeze
4
+ VERSION = '11.1.3'.freeze
5
5
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*!
3
- * Client Side Validations - v11.1.2 (https://github.com/DavyJonesLocker/client_side_validations)
3
+ * Client Side Validations - v11.1.3 (https://github.com/DavyJonesLocker/client_side_validations)
4
4
  * Copyright (c) 2018 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: 11.1.2
4
+ version: 11.1.3
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-04-08 00:00:00.000000000 Z
12
+ date: 2018-09-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -51,14 +51,14 @@ dependencies:
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '2.2'
54
+ version: '3.0'
55
55
  type: :runtime
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '2.2'
61
+ version: '3.0'
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: appraisal
64
64
  requirement: !ruby/object:Gem::Requirement
@@ -93,14 +93,14 @@ dependencies:
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 0.11.0
96
+ version: 0.12.0
97
97
  type: :development
98
98
  prerelease: false
99
99
  version_requirements: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 0.11.0
103
+ version: 0.12.0
104
104
  - !ruby/object:Gem::Dependency
105
105
  name: m
106
106
  requirement: !ruby/object:Gem::Requirement
@@ -135,14 +135,14 @@ dependencies:
135
135
  requirements:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: '1.5'
138
+ version: '1.7'
139
139
  type: :development
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: '1.5'
145
+ version: '1.7'
146
146
  - !ruby/object:Gem::Dependency
147
147
  name: rake
148
148
  requirement: !ruby/object:Gem::Requirement
@@ -163,14 +163,14 @@ dependencies:
163
163
  requirements:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: 0.54.0
166
+ version: 0.58.2
167
167
  type: :development
168
168
  prerelease: false
169
169
  version_requirements: !ruby/object:Gem::Requirement
170
170
  requirements:
171
171
  - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: 0.54.0
173
+ version: 0.58.2
174
174
  - !ruby/object:Gem::Dependency
175
175
  name: simplecov
176
176
  requirement: !ruby/object:Gem::Requirement
@@ -316,7 +316,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
316
316
  version: '0'
317
317
  requirements: []
318
318
  rubyforge_project:
319
- rubygems_version: 2.7.6
319
+ rubygems_version: 2.7.7
320
320
  signing_key:
321
321
  specification_version: 4
322
322
  summary: Client Side Validations