Skip to content

Commit

Permalink
Regenerate assets
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 1, 2024
1 parent e2bd75a commit 3fa9fa7
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## main / unreleased

* [ENHANCEMENT] Test against Ruby 3.3
* [ENHANCEMENT] Update QUnit to 2.20.0

## 16.0.0 / 2023-09-02

* [FEATURE] Do not require jQuery
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Geremia Taglialatela, Brian Cardarella
Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dist/simple-form.bootstrap4.esm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Client Side Validations Simple Form JS (Default) - v0.4.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
* Copyright (c) 2023 Geremia Taglialatela, Brian Cardarella
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/simple-form.bootstrap4.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Client Side Validations Simple Form JS (Bootstrap 4+) - v0.4.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
* Copyright (c) 2023 Geremia Taglialatela, Brian Cardarella
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/simple-form.esm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Client Side Validations Simple Form JS (Default) - v0.4.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
* Copyright (c) 2023 Geremia Taglialatela, Brian Cardarella
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/simple-form.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Client Side Validations Simple Form JS (Default) - v0.4.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
* Copyright (c) 2023 Geremia Taglialatela, Brian Cardarella
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/client_side_validations/simple_form/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ClientSideValidations
module SimpleForm
VERSION = '16.0.0'
VERSION = '16.1.0'
end
end
2 changes: 1 addition & 1 deletion test/javascript/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def call(env)
use AssetPath, urls: ['/vendor/assets/javascripts'], root: rails_validations_path.full_gem_path

DEFAULT_JQUERY_VERSION = '3.7.1.slim'
QUNIT_VERSION = '2.19.4'
QUNIT_VERSION = '2.20.0'

helpers do
def jquery_version
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Client Side Validations Simple Form JS (Bootstrap 4+) - v0.4.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
* Copyright (c) 2023 Geremia Taglialatela, Brian Cardarella
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/rails.validations.simple_form.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Client Side Validations Simple Form JS (Default) - v0.4.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
* Copyright (c) 2023 Geremia Taglialatela, Brian Cardarella
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

Expand Down

0 comments on commit 3fa9fa7

Please sign in to comment.