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.
@@ -1 +1 @@
1
- @import "stylesheets/typical";
1
+ @import "stylesheets/mixins";
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{atypical-sass}
3
- s.version = "0.0.2"
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/_typical.scss"
16
+ "stylesheets/atypical/_mixins.scss"
17
17
  ]
18
18
  s.homepage = %q{https://github.com/atypicalmass/atypical-sass}
19
19
  s.require_paths = ["lib"]
@@ -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('atypical', :path => extension_path) if defined?(Compass)
4
+ Compass::Frameworks.register('atypicalmass', :path => extension_path) if defined?(Compass)
5
5
 
6
6
  module AtypicalSass
7
- VERSION = "0.0.2"
7
+ VERSION = "0.0.3"
8
8
  DATE = "2013-08-05"
9
9
  end
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.2
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/_typical.scss
57
+ - stylesheets/atypical/_mixins.scss
58
58
  homepage: https://github.com/atypicalmass/atypical-sass
59
59
  licenses: []
60
60
  post_install_message: