coveragebook_components 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
data/app/assets/js/app.js CHANGED
@@ -3,16 +3,10 @@ import packageJSON from "@/package.json" assert { type: "json" };
3
3
  console.info("Initializing Coco JS", packageJSON.version);
4
4
 
5
5
  import "container-query-polyfill";
6
- import "alpine-turbo-drive-adapter";
7
-
8
- import * as Turbo from "@hotwired/turbo-rails";
9
- import * as ActiveStorage from "@rails/activestorage";
10
-
11
6
  import Alpine from "@libs/alpine";
12
7
 
13
8
  import "./base/components";
14
9
  import "./book/components";
15
10
  import "./app/components";
16
11
 
17
- ActiveStorage.start();
18
12
  Alpine.start();
data/lib/coco.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Coco
2
- VERSION = "0.6.4"
2
+ VERSION = "0.6.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coveragebook_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Perkins