client_side_validations-simple_form 5.2.0 → 6.0.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
  SHA1:
3
- metadata.gz: 796f91e163f06f62f2a49c344b3b25562c7f73d1
4
- data.tar.gz: fddedc071b27470d73371bb9e07ecf9db9260a00
3
+ metadata.gz: 25b2c100b3f4e876164bd7284aae63da64d30a1b
4
+ data.tar.gz: a889c5834c01b0326d7156bfaca48023fb9f3bcf
5
5
  SHA512:
6
- metadata.gz: dd3b10a02c61997ffa731f857da5a82b80c9c568585b3ce998bcd5c5747ddc2cb33b974aa88de147e38e4ee7f40c87f6e6768a94bb3e5cf96f17619a6ca80450
7
- data.tar.gz: d16fcdf33bbf71fd6dfd3f4986cb8749049f8cba2197d38dd0b40e0f6a126bde38cdf0692aec0a79b3c62eec0ed00a021c42f7de4a188f3a0b6576d8bd9875cf
6
+ metadata.gz: 35a6f20ec2e6ac8e987210d5f7414da1d76bea764673d9311376a106a9f41fea2bf957bea85a9b475c59b5e100590bf05df3feec8de4b6b27eb1716d105e253e
7
+ data.tar.gz: 9a6260d9dd89eca31559f9cfa6f292d2ba950737afe7159a0254faf66a1ccaafce49294eecc6b72baad9db2d542b2244661d24f7d5bda7bfd9e50347557636cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.0.0 (2017-01-31)
4
+
5
+ * ClientSideValidations 9.0 compatibility
6
+
3
7
  ## 5.2.0 (2017-01-22)
4
8
 
5
9
  * ClientSideValidations 8.0 compatibility
data/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Geremia Taglialatela, Brian Cardarella
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module ClientSideValidations
3
3
  module SimpleForm
4
- VERSION = '5.2.0'.freeze
4
+ VERSION = '6.0.0'.freeze
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*!
3
- * Client Side Validations - SimpleForm - v5.2.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3
+ * Client Side Validations - SimpleForm - v6.0.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
4
4
  * Copyright (c) 2017 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-simple_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 6.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geremia Taglialatela
@@ -9,26 +9,20 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-01-22 00:00:00.000000000 Z
12
+ date: 2017-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
19
- - !ruby/object:Gem::Version
20
- version: '6.0'
21
- - - "<"
18
+ - - "~>"
22
19
  - !ruby/object:Gem::Version
23
20
  version: '9.0'
24
21
  type: :runtime
25
22
  prerelease: false
26
23
  version_requirements: !ruby/object:Gem::Requirement
27
24
  requirements:
28
- - - ">="
29
- - !ruby/object:Gem::Version
30
- version: '6.0'
31
- - - "<"
25
+ - - "~>"
32
26
  - !ruby/object:Gem::Version
33
27
  version: '9.0'
34
28
  - !ruby/object:Gem::Dependency
@@ -236,6 +230,7 @@ extensions: []
236
230
  extra_rdoc_files: []
237
231
  files:
238
232
  - CHANGELOG.md
233
+ - LICENSE.md
239
234
  - README.md
240
235
  - lib/client_side_validations/generators/simple_form.rb
241
236
  - lib/client_side_validations/simple_form.rb