forked from staticmatic/staticmatic
-
Notifications
You must be signed in to change notification settings - Fork 9
/
staticmatic.gemspec
158 lines (153 loc) · 6.14 KB
/
staticmatic.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{staticmatic}
s.version = "0.11.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Stephen Bartholomew"]
s.date = %q{2010-11-15}
s.default_executable = %q{staticmatic}
s.description = %q{Lightweight Static Site Framework}
s.email = %q{[email protected]}
s.executables = ["staticmatic"]
s.extra_rdoc_files = [
"LICENSE",
"README.markdown"
]
s.files = [
"LICENSE",
"README.markdown",
"Rakefile",
"VERSION.yml",
"bin/staticmatic",
"lib/staticmatic.rb",
"lib/staticmatic/base.rb",
"lib/staticmatic/compass.rb",
"lib/staticmatic/compass/app_integration.rb",
"lib/staticmatic/compass/configuration_defaults.rb",
"lib/staticmatic/compass/installer.rb",
"lib/staticmatic/configuration.rb",
"lib/staticmatic/error.rb",
"lib/staticmatic/helpers.rb",
"lib/staticmatic/helpers/assets_helper.rb",
"lib/staticmatic/helpers/current_path_helper.rb",
"lib/staticmatic/helpers/form_helper.rb",
"lib/staticmatic/helpers/render_helper.rb",
"lib/staticmatic/helpers/tag_helper.rb",
"lib/staticmatic/helpers/url_helper.rb",
"lib/staticmatic/mixins/build.rb",
"lib/staticmatic/mixins/helpers.rb",
"lib/staticmatic/mixins/render.rb",
"lib/staticmatic/mixins/rescue.rb",
"lib/staticmatic/mixins/server.rb",
"lib/staticmatic/mixins/setup.rb",
"lib/staticmatic/server.rb",
"lib/staticmatic/template_error.rb",
"lib/staticmatic/templates/project/config/compass.rb",
"lib/staticmatic/templates/project/config/site.rb",
"lib/staticmatic/templates/project/src/layouts/default.haml",
"lib/staticmatic/templates/project/src/pages/index.haml",
"lib/staticmatic/templates/project/src/stylesheets/screen.sass",
"lib/staticmatic/templates/rescues/default.haml",
"lib/staticmatic/templates/rescues/template.haml",
"spec/base_spec.rb",
"spec/compass_integration_spec.rb",
"spec/helpers/asset_helper_spec.rb",
"spec/helpers/custom_helper_spec.rb",
"spec/render_spec.rb",
"spec/rescue_spec.rb",
"spec/sandbox/test_site/config/compass.rb",
"spec/sandbox/test_site/config/site.rb",
"spec/sandbox/test_site/src/helpers/application_helper.rb",
"spec/sandbox/test_site/src/layouts/alternate_layout.haml",
"spec/sandbox/test_site/src/layouts/default.haml",
"spec/sandbox/test_site/src/layouts/projects.haml",
"spec/sandbox/test_site/src/pages/hello_world.erb",
"spec/sandbox/test_site/src/pages/index.haml",
"spec/sandbox/test_site/src/pages/layout_test.haml",
"spec/sandbox/test_site/src/pages/page_one.haml",
"spec/sandbox/test_site/src/pages/page_two.haml",
"spec/sandbox/test_site/src/pages/page_with_error.haml",
"spec/sandbox/test_site/src/pages/page_with_partial_error.haml",
"spec/sandbox/test_site/src/partials/menu.haml",
"spec/sandbox/test_site/src/partials/partial_with_error.haml",
"spec/sandbox/test_site/src/stylesheets/application.sass",
"spec/sandbox/test_site/src/stylesheets/css_with_error.sass",
"spec/sandbox/test_site/src/stylesheets/nested/a_nested_stylesheet.sass",
"spec/sandbox/test_site/src/stylesheets/partials/_forms.sass",
"spec/sandbox/test_site/src/stylesheets/sassy.scss",
"spec/server_spec.rb",
"spec/setup_spec.rb",
"spec/spec_helper.rb",
"spec/template_error_spec.rb",
"staticmatic.gemspec",
"website/Gemfile",
"website/config/site.rb",
"website/site/docs/compass_integration.html",
"website/site/docs/getting_started.html",
"website/site/docs/helpers.html",
"website/site/images/bycurve21.gif",
"website/site/images/curve21.jpg",
"website/site/images/homepage-build.jpg",
"website/site/images/homepage-previewing.jpg",
"website/site/images/homepage-templating.jpg",
"website/site/stylesheets/ie.css",
"website/site/stylesheets/print.css",
"website/site/stylesheets/screen.css",
"website/src/helpers/content_helper.rb",
"website/src/layouts/default.haml",
"website/src/pages/development.haml",
"website/src/pages/docs/_menu.haml",
"website/src/pages/docs/_requires_prerelease.haml",
"website/src/pages/docs/compass_integration.haml",
"website/src/pages/docs/getting_started.haml",
"website/src/pages/docs/helpers.haml",
"website/src/pages/index.haml",
"website/src/stylesheets/_base.scss",
"website/src/stylesheets/_defaults.scss",
"website/src/stylesheets/ie.scss",
"website/src/stylesheets/print.scss",
"website/src/stylesheets/screen.scss"
]
s.homepage = %q{http://staticmatic.net}
s.require_paths = ["lib"]
s.rubyforge_project = %q{staticmatic}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Lightweight Static Site Framework}
s.test_files = [
"spec/base_spec.rb",
"spec/compass_integration_spec.rb",
"spec/helpers/asset_helper_spec.rb",
"spec/helpers/custom_helper_spec.rb",
"spec/render_spec.rb",
"spec/rescue_spec.rb",
"spec/sandbox/test_site/config/compass.rb",
"spec/sandbox/test_site/config/site.rb",
"spec/sandbox/test_site/src/helpers/application_helper.rb",
"spec/sandbox/tmp/config/compass.rb",
"spec/sandbox/tmp/config/site.rb",
"spec/server_spec.rb",
"spec/setup_spec.rb",
"spec/spec_helper.rb",
"spec/template_error_spec.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<haml>, [">= 2.0.0"])
s.add_runtime_dependency(%q<rack>, [">= 1.0"])
s.add_runtime_dependency(%q<compass>, [">= 0.10.0"])
else
s.add_dependency(%q<haml>, [">= 2.0.0"])
s.add_dependency(%q<rack>, [">= 1.0"])
s.add_dependency(%q<compass>, [">= 0.10.0"])
end
else
s.add_dependency(%q<haml>, [">= 2.0.0"])
s.add_dependency(%q<rack>, [">= 1.0"])
s.add_dependency(%q<compass>, [">= 0.10.0"])
end
end