sass-tools 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -0,0 +1,5 @@
1
+ @warn "hello";
2
+ @import "sass-tools/blog";
3
+ @import "sass-tools/forms";
4
+ @import "sass-tools/images";
5
+ @import "sass-tools/tools";
File without changes
data/sass-tools.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sass-tools}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mario 'Kuroir' Ricalde"]
@@ -24,11 +24,13 @@ Gem::Specification.new do |s|
24
24
  "Rakefile",
25
25
  "VERSION",
26
26
  "lib/sass-tools.rb",
27
+ "lib/stylesheets/_sass-tools.scss",
27
28
  "lib/stylesheets/sass-tools/_blog.scss",
28
29
  "lib/stylesheets/sass-tools/_forms.scss",
29
30
  "lib/stylesheets/sass-tools/_images.scss",
30
31
  "lib/stylesheets/sass-tools/_tools.scss",
31
32
  "lib/templates/manifest.rb",
33
+ "lib/templates/project/manifest.rb",
32
34
  "sass-tools.gemspec",
33
35
  "test/helper.rb",
34
36
  "test/test_sass-tools.rb"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-tools
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mario 'Kuroir' Ricalde
@@ -49,11 +49,13 @@ files:
49
49
  - Rakefile
50
50
  - VERSION
51
51
  - lib/sass-tools.rb
52
+ - lib/stylesheets/_sass-tools.scss
52
53
  - lib/stylesheets/sass-tools/_blog.scss
53
54
  - lib/stylesheets/sass-tools/_forms.scss
54
55
  - lib/stylesheets/sass-tools/_images.scss
55
56
  - lib/stylesheets/sass-tools/_tools.scss
56
57
  - lib/templates/manifest.rb
58
+ - lib/templates/project/manifest.rb
57
59
  - sass-tools.gemspec
58
60
  - test/helper.rb
59
61
  - test/test_sass-tools.rb