Skip to content

Commit

Permalink
Added Gemfile; regenerated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rondevera committed Apr 27, 2011
1 parent 4ba0e25 commit 9e0d212
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Gemfile
@@ -0,0 +1,2 @@
source 'http://rubygems.org'
gemspec
37 changes: 37 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,37 @@
PATH
remote: .
specs:
asset_hat (0.3.1)
asset_hat
cssmin (~> 1.0.2)
jsmin (~> 1.0.1)

GEM
remote: http://rubygems.org/
specs:
cssmin (1.0.2)
flexmock (0.8.11)
git (1.2.5)
haml (2.2.24)
hanna (0.1.12)
haml (~> 2.2.8)
rake (~> 0.8.2)
rdoc (~> 2.3.0)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
jsmin (1.0.1)
rake (0.8.7)
rdoc (2.3.0)
shoulda (2.10.3)

PLATFORMS
ruby

DEPENDENCIES
asset_hat!
flexmock (~> 0.8.6)
hanna (~> 0.1.12)
jeweler (~> 1.5.1)
shoulda (~> 2.10.2)
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ begin
and Ext JS) from localhost in development, and auto-switches to Google's and Ext JS) from localhost in development, and auto-switches to Google's
CDN in production. Can rewrite stylesheets to use CDN hosts (not just CDN in production. Can rewrite stylesheets to use CDN hosts (not just
your web server) and cache-busting hashes for updated images. your web server) and cache-busting hashes for updated images.
}.strip.gsub(/\s+/, ' ') }.strip.split.join(' ')
gemspec.homepage = 'http://mintdigital.github.com/asset_hat' gemspec.homepage = 'http://mintdigital.github.com/asset_hat'


gemspec.authors = ['Ron DeVera', 'Mint Digital'] gemspec.authors = ['Ron DeVera', 'Mint Digital']
Expand Down
36 changes: 32 additions & 4 deletions asset_hat.gemspec
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |s|


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ron DeVera", "Mint Digital"] s.authors = ["Ron DeVera", "Mint Digital"]
s.date = %q{2011-04-02} s.date = %q{2011-04-27}
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.description = %q{Minifies, bundles, and optimizes CSS/JS assets ahead of time (e.g., on deploy), not at runtime. Loads popular third-party JS (like jQuery, YUI, and Ext JS) 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{hello@rondevera.com} s.email = %q{hello@rondevera.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE", "LICENSE",
Expand Down Expand Up @@ -64,6 +64,7 @@ Gem::Specification.new do |s|
"lib/asset_hat/tasks.rb", "lib/asset_hat/tasks.rb",
"lib/asset_hat/tasks/css.rb", "lib/asset_hat/tasks/css.rb",
"lib/asset_hat/tasks/js.rb", "lib/asset_hat/tasks/js.rb",
"lib/asset_hat/unicorn.rb",
"lib/asset_hat/vcs.rb", "lib/asset_hat/vcs.rb",
"lib/asset_hat/version.rb", "lib/asset_hat/version.rb",
"lib/asset_hat_helper.rb", "lib/asset_hat_helper.rb",
Expand Down Expand Up @@ -102,7 +103,7 @@ Gem::Specification.new do |s|
] ]
s.homepage = %q{http://mintdigital.github.com/asset_hat} s.homepage = %q{http://mintdigital.github.com/asset_hat}
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.2} s.rubygems_version = %q{1.4.2}
s.summary = %q{Your assets are covered.} s.summary = %q{Your assets are covered.}
s.test_files = [ s.test_files = [
"test/asset_hat_helper_test.rb", "test/asset_hat_helper_test.rb",
Expand All @@ -113,14 +114,32 @@ Gem::Specification.new do |s|
if s.respond_to? :specification_version then if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 3


if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<asset_hat>, [">= 0"])
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_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_development_dependency(%q<flexmock>, ["~> 0.8.6"]) s.add_development_dependency(%q<flexmock>, ["~> 0.8.6"])
s.add_development_dependency(%q<hanna>, ["~> 0.1.12"]) s.add_development_dependency(%q<hanna>, ["~> 0.1.12"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.1"]) s.add_development_dependency(%q<jeweler>, ["~> 1.5.1"])
s.add_development_dependency(%q<shoulda>, ["~> 2.10.2"]) s.add_development_dependency(%q<shoulda>, ["~> 2.10.2"])
s.add_runtime_dependency(%q<cssmin>, ["~> 1.0.2"]) s.add_runtime_dependency(%q<cssmin>, ["~> 1.0.2"])
s.add_runtime_dependency(%q<jsmin>, ["~> 1.0.1"]) s.add_runtime_dependency(%q<jsmin>, ["~> 1.0.1"])
else else
s.add_dependency(%q<asset_hat>, [">= 0"])
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<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<flexmock>, ["~> 0.8.6"]) s.add_dependency(%q<flexmock>, ["~> 0.8.6"])
s.add_dependency(%q<hanna>, ["~> 0.1.12"]) s.add_dependency(%q<hanna>, ["~> 0.1.12"])
s.add_dependency(%q<jeweler>, ["~> 1.5.1"]) s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
Expand All @@ -129,6 +148,15 @@ Gem::Specification.new do |s|
s.add_dependency(%q<jsmin>, ["~> 1.0.1"]) s.add_dependency(%q<jsmin>, ["~> 1.0.1"])
end end
else else
s.add_dependency(%q<asset_hat>, [">= 0"])
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<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<flexmock>, ["~> 0.8.6"]) s.add_dependency(%q<flexmock>, ["~> 0.8.6"])
s.add_dependency(%q<hanna>, ["~> 0.1.12"]) s.add_dependency(%q<hanna>, ["~> 0.1.12"])
s.add_dependency(%q<jeweler>, ["~> 1.5.1"]) s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
Expand Down

0 comments on commit 9e0d212

Please sign in to comment.