octopusUI 0.0.3 → 0.0.4

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.
@@ -1,3 +1,3 @@
1
1
  module OctopusUI
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/octopusUI.rb CHANGED
@@ -1,16 +1,7 @@
1
1
  require "octopusUI/version"
2
2
 
3
3
  module OctopusUI
4
- stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'stylesheets'))
5
4
 
6
- ENV['SASS_PATH'] ||= ''
7
-
8
- begin
9
- require 'compass'
10
- Compass::Frameworks.register('octopus', :stylesheets_directory => stylesheets_path)
11
- rescue LoadError
12
- end
13
-
14
- # compass not found, register on the Sass path via the environment.
15
5
  ENV['SASS_PATH'] += File::PATH_SEPARATOR + stylesheets_path
6
+
16
7
  end
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - octopusUI