cocooned 2.0.0 → 2.0.1

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
  SHA256:
3
- metadata.gz: cebb79afb609396e42235e4fcdb5fb60760174cf3b5c5f79b67435fe3c493a07
4
- data.tar.gz: 014ee4eb62394380a95feb3a105d7260d2d1ac6e32bf7488c746713dd1b0030b
3
+ metadata.gz: ec9d29b69c096e2ef655c9c346bbfa67fe6ae1b8f134a5b445a3ddafd65944b6
4
+ data.tar.gz: b0ba0335e01269a60ae779869766d0d7272041ff44cc9c13b76665761407203f
5
5
  SHA512:
6
- metadata.gz: 619a1aed3532db02f44338ec2d6199d92a316562574091fdfd853679bbaafb767a8b3599b6f0245a056098a929d146b83b8439e47dd612a41ffc84578f3e5504
7
- data.tar.gz: d6645b868d1a4f18e31ce217bf5f1407b24cf1d93b8541fbf920e6a76ea71ecb19ccca78726cf54d984c7b3455a08dc7cc764922f6f767c893e8bf0816e2f595
6
+ metadata.gz: cd621114abef804aa4fbadf97c444af62f576cfa611ca29a29a9d23945a14e505a87ca3dc5a58839a66d456177b571aa979fe691dc3664453628286d678c4245
7
+ data.tar.gz: 113d6f92fb2ae9b16f9e6df82afa972bd19d530c0ca64f9f31de5a6d04303dec10a4d11b388be0c808f73155f819a5b16892f1e12c6ed695987ad04edf849405
data/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## Version 2.0.1 (2023-03-20)
10
+
11
+ ### Fixed
12
+
13
+ * Webpack compatibility (#39)
14
+
9
15
  ## Version 2.0.0 (2023-03-07)
10
16
 
11
17
  * Drop support for Rails < 6.0
data/cocooned.gemspec CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  Easier nested form in Rails with capabilities to add, remove, reorder or limit nested items.
17
17
  Works with standard Rails form builder, Formtastic or SimpleForm, and with or without jQuery.
18
18
  DESC
19
- spec.homepage = 'https://github.com/notus-sh/cocooned'
19
+ spec.homepage = 'https://github.com/notus-sh/cocooned'
20
20
 
21
21
  raise 'RubyGems 2.0 or newer is required.' unless spec.respond_to?(:metadata)
22
22
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cocooned
4
- VERSION = '2.0.0'
4
+ VERSION = '2.0.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocooned
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaël-Ian Havard
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-03-07 00:00:00.000000000 Z
12
+ date: 2023-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails