client_side_validations-simple_form 6.0.0 → 6.1.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: 25b2c100b3f4e876164bd7284aae63da64d30a1b
4
- data.tar.gz: a889c5834c01b0326d7156bfaca48023fb9f3bcf
3
+ metadata.gz: f28116dc30e0e8add175975a2874d2d61e0fd4f0
4
+ data.tar.gz: '09f6f71eaaa63d3a47caaf0a5864f81d74ae09f2'
5
5
  SHA512:
6
- metadata.gz: 35a6f20ec2e6ac8e987210d5f7414da1d76bea764673d9311376a106a9f41fea2bf957bea85a9b475c59b5e100590bf05df3feec8de4b6b27eb1716d105e253e
7
- data.tar.gz: 9a6260d9dd89eca31559f9cfa6f292d2ba950737afe7159a0254faf66a1ccaafce49294eecc6b72baad9db2d542b2244661d24f7d5bda7bfd9e50347557636cc
6
+ metadata.gz: cc51bbd3d195a486f019b553dd1ebfe7e64ccd287a9b9a88260474acffa21d693455a1b0af2ee4d5c0626cfe7be1a3ee0840207d4914be6dbaafedbe634c01fa
7
+ data.tar.gz: bac056e0558d7c97572d799b66dedabe0ace4fb1aecaa13976bc8dd1ef8bc73c51e255567bee1138b407b7ef3817795a7973d4316ab8dec497ae3dc70cc710f6
@@ -1,18 +1,25 @@
1
1
  # Changelog
2
2
 
3
- ## 6.0.0 (2017-01-31)
3
+ ## 6.1.0 / 2017-03-23
4
4
 
5
- * ClientSideValidations 9.0 compatibility
5
+ * [ENHANCEMENT] Use Ruby 2.3's Frozen String Literal Pragma
6
+ * [ENHANCEMENT] Test against Ruby 2.4.1
7
+ * [ENHANCEMENT] Test against jQuery 3.2.0 and 3.2.1
8
+ * [ENHANCEMENT] Follow Vandamme's changelog conventions
6
9
 
7
- ## 5.2.0 (2017-01-22)
10
+ ## 6.0.0 / 2017-01-31
8
11
 
9
- * ClientSideValidations 8.0 compatibility
12
+ * [FEATURE] ClientSideValidations 9.0 compatibility
10
13
 
11
- ## 5.1.0 (2017-01-22)
14
+ ## 5.2.0 / 2017-01-22
12
15
 
13
- * ClientSideValidations 7.0 compatibility
14
- * Update development dependencies
16
+ * [FEATURE] ClientSideValidations 8.0 compatibility
15
17
 
16
- ## 5.0.0 (2017-01-20)
18
+ ## 5.1.0 / 2017-01-22
17
19
 
18
- * ClientSideValidations 6.0 compatibility
20
+ * [FEATURE] ClientSideValidations 7.0 compatibility
21
+ * [ENHANCEMENT] Update development dependencies
22
+
23
+ ## 5.0.0 / 2017-01-20
24
+
25
+ * [FEATURE] ClientSideValidations 6.0 compatibility
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module ClientSideValidations
2
3
  module Generators
3
4
  class SimpleForm
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require 'simple_form'
2
3
  require 'client_side_validations'
3
4
  require 'client_side_validations/simple_form/form_builder'
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module ClientSideValidations
2
3
  module SimpleForm
3
4
  class Engine < ::Rails::Engine
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module ClientSideValidations
2
3
  module SimpleForm
3
4
  module FormBuilder
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module ClientSideValidations
3
3
  module SimpleForm
4
- VERSION = '6.0.0'.freeze
4
+ VERSION = '6.1.0'.freeze
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*!
3
- * Client Side Validations - SimpleForm - v6.0.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3
+ * Client Side Validations - SimpleForm - v6.1.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: 6.0.0
4
+ version: 6.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: 2017-01-31 00:00:00.000000000 Z
12
+ date: 2017-03-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
@@ -171,14 +171,14 @@ dependencies:
171
171
  requirements:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
- version: 2.0.0.beta2
174
+ version: 2.0.0.rc1
175
175
  type: :development
176
176
  prerelease: false
177
177
  version_requirements: !ruby/object:Gem::Requirement
178
178
  requirements:
179
179
  - - "~>"
180
180
  - !ruby/object:Gem::Version
181
- version: 2.0.0.beta2
181
+ version: 2.0.0.rc1
182
182
  - !ruby/object:Gem::Dependency
183
183
  name: shotgun
184
184
  requirement: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
258
258
  version: '0'
259
259
  requirements: []
260
260
  rubyforge_project:
261
- rubygems_version: 2.6.9
261
+ rubygems_version: 2.6.11
262
262
  signing_key:
263
263
  specification_version: 4
264
264
  summary: ClientSideValidations SimpleForm