atypical-sass 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/atypical-sass.gemspec +2 -1
- data/lib/atypical-sass.rb +1 -1
- metadata +3 -2
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.7"
|
4
4
|
s.date = "2013-08-05"
|
5
5
|
|
6
6
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
|
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
|
|
16
16
|
"stylesheets/atypicalmass/_mixins.scss"
|
17
17
|
]
|
18
18
|
s.homepage = %q{https://github.com/atypicalmass/atypical-sass}
|
19
|
+
s.license = "MIT"
|
19
20
|
s.require_paths = ["lib"]
|
20
21
|
s.rubygems_version = %q{1.3.6}
|
21
22
|
s.summary = %q{Atypical Mass Compass toolkit}
|
data/lib/atypical-sass.rb
CHANGED
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.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -56,7 +56,8 @@ files:
|
|
56
56
|
- _atypical-sass.scss
|
57
57
|
- stylesheets/atypicalmass/_mixins.scss
|
58
58
|
homepage: https://github.com/atypicalmass/atypical-sass
|
59
|
-
licenses:
|
59
|
+
licenses:
|
60
|
+
- MIT
|
60
61
|
post_install_message:
|
61
62
|
rdoc_options: []
|
62
63
|
require_paths:
|