-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleyt.gemspec
108 lines (103 loc) · 4.3 KB
/
styleyt.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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{styleyt}
s.version = "0.2.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Roman Simecek"]
s.date = %q{2011-02-14}
s.description = %q{Generates styles for cyt projects.}
s.email = %q{roman.simecek@screenconcept.ch}
s.extra_rdoc_files = [
"README.textile"
]
s.files = [
"README.textile",
"Rakefile",
"VERSION",
"lib/generators/styleyt/preview_generator.rb",
"lib/generators/styleyt/styleyt_helper.rb",
"lib/generators/styleyt/theme_generator.rb",
"templates/images/16x16/add.png",
"templates/images/16x16/edit.png",
"templates/images/16x16/index.png",
"templates/images/16x16/remove.png",
"templates/images/22x22/arrow-right.png",
"templates/images/22x22/edit.png",
"templates/images/22x22/insert_booking.png",
"templates/images/22x22/remove.png",
"templates/images/32x32/edit.png",
"templates/images/32x32/remove.png",
"templates/images/favicon.ico",
"templates/images/logo.png",
"templates/preview/index.html.haml",
"templates/stylesheets/ie.scss",
"templates/stylesheets/ie6.scss",
"templates/stylesheets/partials/_application.sass",
"templates/stylesheets/partials/_base.sass",
"templates/stylesheets/partials/_content.sass",
"templates/stylesheets/partials/_cyt.sass",
"templates/stylesheets/partials/_formtastic.sass",
"templates/stylesheets/partials/_formtastic_cyt.sass",
"templates/stylesheets/partials/_header.sass",
"templates/stylesheets/partials/_invoice.sass",
"templates/stylesheets/partials/_jquery.sass",
"templates/stylesheets/partials/_layout.sass",
"templates/stylesheets/partials/_navigation.sass",
"templates/stylesheets/partials/_pagination.sass",
"templates/stylesheets/partials/_redmine.sass",
"templates/stylesheets/partials/_scaffold.sass",
"templates/stylesheets/partials/_sidebar.sass",
"templates/stylesheets/partials/content/_ajax_indicator.sass",
"templates/stylesheets/partials/content/_fancy_buttons.sass",
"templates/stylesheets/partials/content/_flash_errors.sass",
"templates/stylesheets/partials/content/_icons.sass",
"templates/stylesheets/partials/content/_overview.sass",
"templates/stylesheets/partials/content/_table_list.sass",
"templates/stylesheets/partials/formtastic/_formtastic_base.sass",
"templates/stylesheets/partials/jquery/_jquery_ui.sass",
"templates/stylesheets/partials/jquery/_tooltip.sass",
"templates/stylesheets/partials/navigation/_main.sass",
"templates/stylesheets/partials/navigation/_sidebar.sass",
"templates/stylesheets/print.sass",
"templates/stylesheets/print.scss",
"templates/stylesheets/screen.scss",
"templates/stylesheets/themes/default/colors.sass",
"templates/stylesheets/themes/red/colors.sass",
"templates/test.css",
"test/helper.rb",
"test/test_styleyt.rb"
]
s.homepage = %q{http://github.com/CyTeam/styleyt}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{styleyt}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Style generator for cyt projects.}
s.test_files = [
"test/test_styleyt.rb",
"test/helper.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_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_runtime_dependency(%q<rails>, ["~> 3.0.0"])
s.add_runtime_dependency(%q<haml>, [">= 0"])
s.add_runtime_dependency(%q<compass>, [">= 0"])
else
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<rails>, ["~> 3.0.0"])
s.add_dependency(%q<haml>, [">= 0"])
s.add_dependency(%q<compass>, [">= 0"])
end
else
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<rails>, ["~> 3.0.0"])
s.add_dependency(%q<haml>, [">= 0"])
s.add_dependency(%q<compass>, [">= 0"])
end
end