atypical-sass 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
data/atypical-sass.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{atypical-sass}
|
3
|
-
s.version = "0.0.
|
4
|
-
s.date = "2013-05
|
3
|
+
s.version = "0.0.4"
|
4
|
+
s.date = "2013-08-05"
|
5
5
|
|
6
6
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
|
7
7
|
s.authors = ["Ben Edwards"]
|
@@ -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/
|
16
|
+
"stylesheets/atypicalmass/_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
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.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05
|
12
|
+
date: 2013-08-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -54,7 +54,7 @@ files:
|
|
54
54
|
- README.md
|
55
55
|
- lib/atypical-sass.rb
|
56
56
|
- _atypical-sass.scss
|
57
|
-
- stylesheets/
|
57
|
+
- stylesheets/atypicalmass/_mixins.scss
|
58
58
|
homepage: https://github.com/atypicalmass/atypical-sass
|
59
59
|
licenses: []
|
60
60
|
post_install_message:
|