seasons 0.9.3.beta4 → 0.9.3.beta5
Sign up to get free protection for your applications and to get access to all the features.
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.
|
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/
|
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.
|
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
|
metadata
CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 0
|
7
7
|
- 9
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.9.3.
|
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/
|
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
|