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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffd2df5c200efbb2a0807cfbcbcb0b2ffc3dd6045577af41d5e36d3d695a7866
|
4
|
+
data.tar.gz: 60b28f52cccafb095f3ef313ce958198ca0f01fb32981de0b4429ba69d489985
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02a533dbc94921173ad5cb39360b6f3c06ede8ecd602a93ff3d039a609d6717772abe7f3a5d496f563c6586dfd53acdb0772968825fed735bfe191a8485ca663
|
7
|
+
data.tar.gz: b1893a8603182fe8be1596c4238c0ed39a7349415ece36ae96d81e1ae2f47ccf6d47b5c45af03116af0f160c2e6c0de6465e5ebf264edcfe1893e0c85979b47e
|
data/lib/panoptic/version.rb
CHANGED
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.
|
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
|
-
*/
|