Sha256: 9f27ce0ee14c6f2f12c8d244d7b5f22e22e453b6bca6b2cc0d031fd7884019e2
Contents?: true
Size: 1.66 KB
Versions: 2
Compression:
Stored size: 1.66 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cascading-resources} s.version = "0.2.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["James Stuart"] s.date = %q{2009-08-25} s.description = %q{Automatically includes javascripts, stylesheets based on controller/action} s.email = %q{tastyhat@jamesstuart.org} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "cascading-resources.gemspec", "lib/cascading-resources.rb", "lib/cascading_resources/asset_tag_helper.rb", "test/cascading-resources_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/tastyhat/cascading-resources} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Automatically includes javascripts, stylesheets based on controller/action} s.test_files = [ "test/cascading-resources_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::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) else s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) end else s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tastyhat-cascading-resources-0.2.4 | cascading-resources.gemspec |
cascading-resources-0.2.4 | cascading-resources.gemspec |