forked from mintdigital/asset_hat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasset_hat.gemspec
136 lines (131 loc) · 5.17 KB
/
asset_hat.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
# 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{asset_hat}
s.version = "0.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ron DeVera", "Mint Digital"]
s.date = %q{2010-12-08}
s.description = %q{Minifies, bundles, and optimizes CSS/JS assets ahead of time (e.g., on deploy), not at runtime. Loads popular JS frameworks (like jQuery and Prototype) from localhost in development, and auto-switches to Google's CDN in production. Can rewrite stylesheets to use CDN hosts (not just your web server) and cache-busting hashes for updated images.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
"HISTORY",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"app/helpers/asset_hat_helper.rb",
"asset_hat.gemspec",
"config/assets.yml",
"doc/classes/AssetHat.html",
"doc/classes/AssetHat/CSS.html",
"doc/classes/AssetHat/CSS/Engines.html",
"doc/classes/AssetHat/JS.html",
"doc/classes/AssetHat/JS/Engines.html",
"doc/classes/AssetHat/JS/Vendors.html",
"doc/classes/AssetHatHelper.html",
"doc/created.rid",
"doc/files/HISTORY.html",
"doc/files/LICENSE.html",
"doc/files/README_rdoc.html",
"doc/files/app/helpers/asset_hat_helper_rb.html",
"doc/files/lib/asset_hat/capistrano_rb.html",
"doc/files/lib/asset_hat/css_rb.html",
"doc/files/lib/asset_hat/js/vendors_rb.html",
"doc/files/lib/asset_hat/js_rb.html",
"doc/files/lib/asset_hat/tasks/css_rb.html",
"doc/files/lib/asset_hat/tasks/js_rb.html",
"doc/files/lib/asset_hat/tasks_rb.html",
"doc/files/lib/asset_hat/vcs_rb.html",
"doc/files/lib/asset_hat/version_rb.html",
"doc/files/lib/asset_hat_rb.html",
"doc/fr_class_index.html",
"doc/fr_file_index.html",
"doc/fr_method_index.html",
"doc/index.html",
"doc/rdoc-style.css",
"lib/asset_hat.rb",
"lib/asset_hat/capistrano.rb",
"lib/asset_hat/css.rb",
"lib/asset_hat/js.rb",
"lib/asset_hat/js/vendors.rb",
"lib/asset_hat/tasks.rb",
"lib/asset_hat/tasks/css.rb",
"lib/asset_hat/tasks/js.rb",
"lib/asset_hat/vcs.rb",
"lib/asset_hat/version.rb",
"public/javascripts/bundles/js-bundle-1.min.js",
"public/javascripts/bundles/js-bundle-2.min.js",
"public/javascripts/bundles/js-bundle-3.min.js",
"public/javascripts/js-file-1-1.js",
"public/javascripts/js-file-1-2.js",
"public/javascripts/js-file-1-3.js",
"public/javascripts/js-file-2-1.js",
"public/javascripts/js-file-2-2.js",
"public/javascripts/js-file-2-3.js",
"public/javascripts/js-file-3-1.js",
"public/javascripts/js-file-3-2.js",
"public/javascripts/js-file-3-3.js",
"public/stylesheets/bundles/css-bundle-1.min.css",
"public/stylesheets/bundles/css-bundle-2.min.css",
"public/stylesheets/bundles/css-bundle-3.min.css",
"public/stylesheets/bundles/ssl/css-bundle-1.min.css",
"public/stylesheets/bundles/ssl/css-bundle-2.min.css",
"public/stylesheets/bundles/ssl/css-bundle-3.min.css",
"public/stylesheets/css-file-1-1.css",
"public/stylesheets/css-file-1-2.css",
"public/stylesheets/css-file-1-3.css",
"public/stylesheets/css-file-2-1.css",
"public/stylesheets/css-file-2-2.css",
"public/stylesheets/css-file-2-3.css",
"public/stylesheets/css-file-3-1.css",
"public/stylesheets/css-file-3-2.css",
"public/stylesheets/css-file-3-3.css",
"rails/init.rb",
"tasks/asset_hat.rake",
"test/asset_hat_helper_test.rb",
"test/asset_hat_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://mintdigital.github.com/asset_hat}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Your assets are covered.}
s.test_files = [
"test/asset_hat_helper_test.rb",
"test/asset_hat_test.rb",
"test/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::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<flexmock>, ["~> 0.8.6"])
s.add_development_dependency(%q<hanna>, ["~> 0.1.12"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.1"])
s.add_development_dependency(%q<shoulda>, ["~> 2.10.2"])
s.add_runtime_dependency(%q<cssmin>, ["~> 1.0.2"])
s.add_runtime_dependency(%q<jsmin>, ["~> 1.0.1"])
else
s.add_dependency(%q<flexmock>, ["~> 0.8.6"])
s.add_dependency(%q<hanna>, ["~> 0.1.12"])
s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
s.add_dependency(%q<shoulda>, ["~> 2.10.2"])
s.add_dependency(%q<cssmin>, ["~> 1.0.2"])
s.add_dependency(%q<jsmin>, ["~> 1.0.1"])
end
else
s.add_dependency(%q<flexmock>, ["~> 0.8.6"])
s.add_dependency(%q<hanna>, ["~> 0.1.12"])
s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
s.add_dependency(%q<shoulda>, ["~> 2.10.2"])
s.add_dependency(%q<cssmin>, ["~> 1.0.2"])
s.add_dependency(%q<jsmin>, ["~> 1.0.1"])
end
end