atypical-sass 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/{_atypical-sass.scss → _atypicalmass.scss} +0 -0
- data/atypical-sass.gemspec +3 -3
- data/lib/atypical-sass.rb +1 -6
- metadata +4 -4
File without changes
|
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.8"
|
4
4
|
s.date = "2013-08-05"
|
5
5
|
|
6
6
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
|
@@ -12,14 +12,14 @@ Gem::Specification.new do |s|
|
|
12
12
|
"atypical-sass.gemspec",
|
13
13
|
"README.md",
|
14
14
|
"lib/atypical-sass.rb",
|
15
|
-
"
|
15
|
+
"_atypicalmass.scss",
|
16
16
|
"stylesheets/atypicalmass/_mixins.scss"
|
17
17
|
]
|
18
18
|
s.homepage = %q{https://github.com/atypicalmass/atypical-sass}
|
19
19
|
s.license = "MIT"
|
20
20
|
s.require_paths = ["lib"]
|
21
21
|
s.rubygems_version = %q{1.3.6}
|
22
|
-
s.summary = %q{
|
22
|
+
s.summary = %q{Our shared Compass toolkit, Gemified}
|
23
23
|
s.add_dependency("sass", [">=3.2.5"])
|
24
24
|
s.add_dependency(%q<compass>, [">= 0.12.2"])
|
25
25
|
end
|
data/lib/atypical-sass.rb
CHANGED
@@ -1,9 +1,4 @@
|
|
1
1
|
require 'compass'
|
2
2
|
|
3
3
|
extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
|
4
|
-
Compass::Frameworks.register('atypicalmass', :path => extension_path) if defined?(Compass)
|
5
|
-
|
6
|
-
module AtypicalSass
|
7
|
-
VERSION = "0.0.7"
|
8
|
-
DATE = "2013-08-05"
|
9
|
-
end
|
4
|
+
Compass::Frameworks.register('atypicalmass', :path => extension_path) if defined?(Compass)
|
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.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -53,7 +53,7 @@ files:
|
|
53
53
|
- atypical-sass.gemspec
|
54
54
|
- README.md
|
55
55
|
- lib/atypical-sass.rb
|
56
|
-
-
|
56
|
+
- _atypicalmass.scss
|
57
57
|
- stylesheets/atypicalmass/_mixins.scss
|
58
58
|
homepage: https://github.com/atypicalmass/atypical-sass
|
59
59
|
licenses:
|
@@ -76,8 +76,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
version: 1.3.5
|
77
77
|
requirements: []
|
78
78
|
rubyforge_project:
|
79
|
-
rubygems_version: 1.8.
|
79
|
+
rubygems_version: 1.8.24
|
80
80
|
signing_key:
|
81
81
|
specification_version: 3
|
82
|
-
summary:
|
82
|
+
summary: Our shared Compass toolkit, Gemified
|
83
83
|
test_files: []
|