Sha256: c070c9aa3be8704d38c76c6722c3007514184a669139e2d807289be5aab04596

Contents?: true

Size: 1005 Bytes

Versions: 1

Compression:

Stored size: 1005 Bytes

Contents

Gem::Specification.new do |s|
  s.name     = "cascading_stylesheets"
  s.version  = "2.0.0"
  s.date     = "2009-01-05"
  s.summary  = "Include controller and action specific stylesheet files in your Ruby on Rails templates."
  s.email    = "simon.harris@redhillconsulting.com.au"
  s.homepage = "http://github.com/harukizaemon/cascading_stylesheets"
  s.description = "Cascading Stylesheets is a Ruby on Rails plugin that enhances the behaviour of the built-in stylesheet_link_tag macro to include controller and action specific stylesheet files."
  s.has_rdoc = true
  s.authors  = ["Simon Harris"]
  s.files    = ["CHANGELOG.rdoc",
                "MIT-LICENSE",
                "README.rdoc",
                "cascading_stylesheets.gemspec",
                "lib/cascading_stylesheets.rb",
                "lib/red_hill_consulting/cascading_stylesheets/action_view/helpers/asset_tag_helper.rb"]
  s.rdoc_options = ["--main", "README.rdoc"]
  s.extra_rdoc_files = ["CHANGELOG.rdoc", "README.rdoc"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harukizaemon-cascading_stylesheets-2.0.0 cascading_stylesheets.gemspec