atypical-sass 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
data/_atypical-sass.scss
CHANGED
@@ -1 +1 @@
|
|
1
|
-
@import "stylesheets/
|
1
|
+
@import "stylesheets/mixins";
|
data/atypical-sass.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{atypical-sass}
|
3
|
-
s.version = "0.0.
|
3
|
+
s.version = "0.0.3"
|
4
4
|
s.date = "2013-05-08"
|
5
5
|
|
6
6
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
"README.md",
|
14
14
|
"lib/atypical-sass.rb",
|
15
15
|
"_atypical-sass.scss",
|
16
|
-
"stylesheets/atypical/
|
16
|
+
"stylesheets/atypical/_mixins.scss"
|
17
17
|
]
|
18
18
|
s.homepage = %q{https://github.com/atypicalmass/atypical-sass}
|
19
19
|
s.require_paths = ["lib"]
|
data/lib/atypical-sass.rb
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
require 'compass'
|
2
2
|
|
3
3
|
extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
|
4
|
-
Compass::Frameworks.register('
|
4
|
+
Compass::Frameworks.register('atypicalmass', :path => extension_path) if defined?(Compass)
|
5
5
|
|
6
6
|
module AtypicalSass
|
7
|
-
VERSION = "0.0.
|
7
|
+
VERSION = "0.0.3"
|
8
8
|
DATE = "2013-08-05"
|
9
9
|
end
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atypical-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -54,7 +54,7 @@ files:
|
|
54
54
|
- README.md
|
55
55
|
- lib/atypical-sass.rb
|
56
56
|
- _atypical-sass.scss
|
57
|
-
- stylesheets/atypical/
|
57
|
+
- stylesheets/atypical/_mixins.scss
|
58
58
|
homepage: https://github.com/atypicalmass/atypical-sass
|
59
59
|
licenses: []
|
60
60
|
post_install_message:
|