html5-starter 0.1.8b → 0.1.9b

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.
@@ -2,7 +2,7 @@ description "Compass extention for HTML5 Boilerplate located at http://html5boil
2
2
 
3
3
  stylesheet 'style.scss'
4
4
  stylesheet 'handheld.scss', :media => 'handheld'
5
- stylesheet 'partials/_base.scss'
5
+ stylesheet 'partials/_boilerplate-defaults.scss'
6
6
 
7
7
  html 'index.html'
8
8
 
@@ -1,5 +1,5 @@
1
1
  // First, set some default constants
2
- @import "partials/base";
2
+ @import "partials/boilerplate-defaults";
3
3
 
4
4
  // Then we'll import the compass extension
5
5
  @import "html5-boilerplate";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html5-starter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 7
5
5
  prerelease: 5
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8
9
+ - 9
10
10
  - b
11
- version: 0.1.8b
11
+ version: 0.1.9b
12
12
  platform: ruby
13
13
  authors:
14
14
  - Peter Gumeson
@@ -100,7 +100,7 @@ files:
100
100
  - templates/project/javascripts/rails.js
101
101
  - templates/project/javascripts/script.js
102
102
  - templates/project/manifest.rb
103
- - templates/project/partials/_base.scss
103
+ - templates/project/partials/_boilerplate-defaults.scss
104
104
  - templates/project/style.scss
105
105
  has_rdoc: true
106
106
  homepage: http://github.com/rizkysyazuli/compass-html5-starter