client_side_validations 4.2.5 → 4.2.6

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
  SHA1:
3
- metadata.gz: e89eee9df86b52cd88e9502fb4586c8be6172702
4
- data.tar.gz: 7454460a7844579521618c65aac3bfabd9516cf7
3
+ metadata.gz: f7660a074d8f678e3b6841b647e68e0db66ca655
4
+ data.tar.gz: dc56ed98df933905d380193059870fd8ff799e3e
5
5
  SHA512:
6
- metadata.gz: f3cdbfecf0e2a4309b87fd50b6a2a03ab136cd091c5ae6fe6f343654bbfb907b7ec3382541b39558f8cfcbe7d3246b76543734ac69eb8366f1be0943c3b6d3c5
7
- data.tar.gz: c45bdfbb956fbe411cd71faa370f071882d64ca4f8281fe636831ad43e587a107acb7b349cbcf22edce9f95248cf4c34d75aa15450c5866b4f1e632e3a3adfeb
6
+ metadata.gz: aee1e36ce0851501683651b6809435c8c5f05d44ab5dbdba105d32ffbb8f7194a702c6d5a0fae1219455e266784a9f292749943d8721e03bfaad5c261bd28452
7
+ data.tar.gz: 915a17d9edf26f307c543b47860ab1712c08f06b138096a4b5fe1cc5106ccaacb324fc716d7b4b9a2fc3e7c66fec632b8afd1454a201dda5111d6cbfa4914637
data/HISTORY.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  ## Version 4.2
4
4
 
5
+ * [v4.2.6](https://github.com/DavyJonesLocker/client_side_validations/compare/v4.2.5...v4.2.6)
5
6
  * [v4.2.5](https://github.com/DavyJonesLocker/client_side_validations/compare/v4.2.4...v4.2.5)
6
7
  * [v4.2.4](https://github.com/DavyJonesLocker/client_side_validations/compare/v4.2.3...v4.2.4)
7
8
  * [v4.2.3](https://github.com/DavyJonesLocker/client_side_validations/compare/v4.2.2...v4.2.3)
data/README.md CHANGED
@@ -46,11 +46,12 @@ This will install the initializer:
46
46
  config/initializers/client_side_validations.rb
47
47
  ```
48
48
 
49
- If you want to copy the asset files from the gem into your project:
49
+ If you need to copy the asset files from the gem into your project:
50
50
 
51
51
  ```
52
52
  rails g client_side_validations:copy_assets
53
53
  ```
54
+ Note: If you run `copy_assets`, you will need to run it again each time you update this project.
54
55
 
55
56
  ## Initializer ##
56
57
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ClientSideValidations
3
- VERSION = '4.2.5'.freeze
3
+ VERSION = '4.2.6'.freeze
4
4
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*!
3
- * Client Side Validations - v4.2.5 (https://github.com/DavyJonesLocker/client_side_validations)
3
+ * Client Side Validations - v4.2.6 (https://github.com/DavyJonesLocker/client_side_validations)
4
4
  * Copyright (c) 2016 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: 4.2.5
4
+ version: 4.2.6
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: 2016-07-06 00:00:00.000000000 Z
12
+ date: 2016-09-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -105,14 +105,14 @@ dependencies:
105
105
  requirements:
106
106
  - - "~>"
107
107
  - !ruby/object:Gem::Version
108
- version: 0.8.14
108
+ version: 0.8.15
109
109
  type: :development
110
110
  prerelease: false
111
111
  version_requirements: !ruby/object:Gem::Requirement
112
112
  requirements:
113
113
  - - "~>"
114
114
  - !ruby/object:Gem::Version
115
- version: 0.8.14
115
+ version: 0.8.15
116
116
  - !ruby/object:Gem::Dependency
117
117
  name: m
118
118
  requirement: !ruby/object:Gem::Requirement
@@ -181,14 +181,14 @@ dependencies:
181
181
  requirements:
182
182
  - - "~>"
183
183
  - !ruby/object:Gem::Version
184
- version: 0.41.1
184
+ version: 0.42.0
185
185
  type: :development
186
186
  prerelease: false
187
187
  version_requirements: !ruby/object:Gem::Requirement
188
188
  requirements:
189
189
  - - "~>"
190
190
  - !ruby/object:Gem::Version
191
- version: 0.41.1
191
+ version: 0.42.0
192
192
  - !ruby/object:Gem::Dependency
193
193
  name: simplecov
194
194
  requirement: !ruby/object:Gem::Requirement