panoptic 0.1.0 → 0.1.2

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: 243ea0a4585f5384dd5287ce50c678f830f4e3eff5186fd9974eaef89d40a448
4
- data.tar.gz: 1ccae354aed4823252e3fc8c943ca5d3fb53b5e143c0f6ee0994b22a665a0c27
3
+ metadata.gz: 2139703571c494d033de27157820fd5a897cc8ea964b51ef526a15c2df009fde
4
+ data.tar.gz: 1bc481cbaa03329579c5fdc7a58501b2ab00b09afc4952fea960572f787f3c29
5
5
  SHA512:
6
- metadata.gz: b926aef681978c208c42ae9420d98e2211e7dd79fbcc6920368317f3e7fac9564736005ceb0cdd38a8ed4aba60d98153bdf2122650402c9a66d6634de996794f
7
- data.tar.gz: 54cc316be3314aa9d935be5b44d7739ef5fd475c10d3dcef1e89b90a2f8afcd883c5b200debb17ba9b5acc1c12080666d5687e43c277673002e4a34a96096704
6
+ metadata.gz: bd1d0d3a182541129e3a84885c69b48ed9145055baeced6df8809fc269c2a62c5479f4253f7ed36fbd420082613c37513ebc92a2bc66b4fa55186ad5f082015c
7
+ data.tar.gz: eac99da9fcafbb3be1a2282fbf9e72ce242cc2a0dfd70b58e243de8f31184c4879b701088b144f670687d21359e5eb0971a46ef24614fad9a8085f2c123a174c
@@ -5,7 +5,6 @@
5
5
  <%= csrf_meta_tags %>
6
6
  <%= csp_meta_tag %>
7
7
 
8
- <%= stylesheet_link_tag "panoptic/application", media: "all" %>
9
8
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
10
9
  </head>
11
10
  <body>
@@ -1,3 +1,3 @@
1
1
  module Panoptic
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panoptic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Rolea
@@ -62,8 +62,6 @@ files:
62
62
  - MIT-LICENSE
63
63
  - README.md
64
64
  - Rakefile
65
- - app/assets/config/panoptic_manifest.js
66
- - app/assets/stylesheets/panoptic/application.css
67
65
  - app/controllers/panoptic/application_controller.rb
68
66
  - app/controllers/panoptic/jobs_controller.rb
69
67
  - app/controllers/panoptic/processes_controller.rb
@@ -1 +0,0 @@
1
- //= link_directory ../stylesheets/panoptic .css
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */