octopusUI 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopusUI
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - octopusUI
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: exe
16
16
  cert_chain: []
17
17
 
18
- date: 2017-04-10 00:00:00 Z
18
+ date: 2017-04-14 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: octopusUI
@@ -27,10 +27,8 @@ extensions: []
27
27
 
28
28
  extra_rdoc_files: []
29
29
 
30
- files:
31
- - lib/octopusUI.rb
32
- - lib/octopusUI/version.rb
33
- - stylesheets/_octopus.scss
30
+ files: []
31
+
34
32
  homepage: ""
35
33
  licenses:
36
34
  - MIT
@@ -1,3 +0,0 @@
1
- module OctopusUI
2
- VERSION = "0.0.8"
3
- end
data/lib/octopusUI.rb DELETED
@@ -1,11 +0,0 @@
1
- require "octopusUI/version"
2
-
3
- module OctopusUI
4
-
5
- stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'stylesheets'))
6
-
7
- ENV['SASS_PATH'] ||= ''
8
-
9
- ENV['SASS_PATH'] += File::PATH_SEPARATOR + stylesheets_path
10
-
11
- end
@@ -1,3 +0,0 @@
1
- %octopus{
2
- z-index:2345;
3
- }