sass-tools 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/lib/sass-tools.rb CHANGED
@@ -1,3 +1,3 @@
1
- Compass::Frameworks.register('fancy-buttons',
1
+ Compass::Frameworks.register('sass-tools',
2
2
  :stylesheets_directory => File.join(File.dirname(__FILE__), 'stylesheets'),
3
3
  :templates_directory => File.join(File.dirname(__FILE__), 'templates'))
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.1"
8
+ s.version = "0.1.2"
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"]
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
28
28
  "lib/stylesheets/sass-tools/_forms.scss",
29
29
  "lib/stylesheets/sass-tools/_images.scss",
30
30
  "lib/stylesheets/sass-tools/_tools.scss",
31
+ "lib/templates/manifest.rb",
31
32
  "sass-tools.gemspec",
32
33
  "test/helper.rb",
33
34
  "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: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mario 'Kuroir' Ricalde
@@ -53,6 +53,7 @@ files:
53
53
  - lib/stylesheets/sass-tools/_forms.scss
54
54
  - lib/stylesheets/sass-tools/_images.scss
55
55
  - lib/stylesheets/sass-tools/_tools.scss
56
+ - lib/templates/manifest.rb
56
57
  - sass-tools.gemspec
57
58
  - test/helper.rb
58
59
  - test/test_sass-tools.rb