seasons 0.9.3.beta4 → 0.9.3.beta5

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/seasons.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{seasons}
5
- s.version = "0.9.3.beta4"
5
+ s.version = "0.9.3.beta5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
8
8
  s.authors = ["Scott Kellum"]
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  "stylesheets/seasons/tools/_reset.sass",
23
23
  "templates/project/_chrome.scss",
24
24
  "templates/project/_config.sass",
25
- "templates/project/_grid.scss",
25
+ "templates/project/_pages.scss",
26
26
  "templates/project/style.sass",
27
27
  "templates/project/treesaver-0.9.3b.js",
28
28
  "templates/project/toc.json",
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  s.homepage = %q{http://www.treesaver.net/}
36
36
  s.require_paths = ["lib"]
37
37
  s.rubyforge_project = %q{seasons}
38
- s.rubygems_version = %q{0.9.3.beta4}
38
+ s.rubygems_version = %q{0.9.3.beta5}
39
39
  s.summary = %q{The Compass variant of the Seasons framework to style Treesaver.}
40
40
  s.add_dependency(%q<compass>, ["~> 0.11"])
41
41
  end
@@ -2,7 +2,7 @@ description "Seasons treesaver framework"
2
2
 
3
3
  stylesheet 'style.sass'
4
4
  stylesheet '_config.sass'
5
- stylesheet '_grid.scss'
5
+ stylesheet '_pages.scss'
6
6
  stylesheet '_chrome.scss'
7
7
 
8
8
  html 'resources.html'
@@ -16,8 +16,8 @@ $reset: true // set to false if you don’t want the bundled reset
16
16
  // Configuration:
17
17
  @import config
18
18
 
19
- // grid:
20
- @import grid
19
+ // Pages:
20
+ @import pages
21
21
 
22
22
  // Chrome:
23
23
  @import chrome
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 3
9
- - beta4
10
- version: 0.9.3.beta4
9
+ - beta5
10
+ version: 0.9.3.beta5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Scott Kellum
@@ -52,7 +52,7 @@ files:
52
52
  - stylesheets/seasons/tools/_reset.sass
53
53
  - templates/project/_chrome.scss
54
54
  - templates/project/_config.sass
55
- - templates/project/_grid.scss
55
+ - templates/project/_pages.scss
56
56
  - templates/project/style.sass
57
57
  - templates/project/treesaver-0.9.3b.js
58
58
  - templates/project/toc.json
File without changes