panoptic 0.1.0 → 0.1.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: 243ea0a4585f5384dd5287ce50c678f830f4e3eff5186fd9974eaef89d40a448
4
- data.tar.gz: 1ccae354aed4823252e3fc8c943ca5d3fb53b5e143c0f6ee0994b22a665a0c27
3
+ metadata.gz: ffd2df5c200efbb2a0807cfbcbcb0b2ffc3dd6045577af41d5e36d3d695a7866
4
+ data.tar.gz: 60b28f52cccafb095f3ef313ce958198ca0f01fb32981de0b4429ba69d489985
5
5
  SHA512:
6
- metadata.gz: b926aef681978c208c42ae9420d98e2211e7dd79fbcc6920368317f3e7fac9564736005ceb0cdd38a8ed4aba60d98153bdf2122650402c9a66d6634de996794f
7
- data.tar.gz: 54cc316be3314aa9d935be5b44d7739ef5fd475c10d3dcef1e89b90a2f8afcd883c5b200debb17ba9b5acc1c12080666d5687e43c277673002e4a34a96096704
6
+ metadata.gz: 02a533dbc94921173ad5cb39360b6f3c06ede8ecd602a93ff3d039a609d6717772abe7f3a5d496f563c6586dfd53acdb0772968825fed735bfe191a8485ca663
7
+ data.tar.gz: b1893a8603182fe8be1596c4238c0ed39a7349415ece36ae96d81e1ae2f47ccf6d47b5c45af03116af0f160c2e6c0de6465e5ebf264edcfe1893e0c85979b47e
@@ -1,3 +1,3 @@
1
1
  module Panoptic
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.1
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
- */