Sha256: 1b098281bfa79a2e0a6412706bd2761adacc89491387ced2902d1399651e3531

Contents?: true

Size: 907 Bytes

Versions: 1

Compression:

Stored size: 907 Bytes

Contents

Gem::Specification.new do |s|
  s.name    = "sinatra-content-for"
  s.version = "0.2.1"
  s.date    = "2009-08-11"

  s.description = "Small Sinatra extension to add a content_for helper similar to Rails'"
  s.summary     = "Small Sinatra extension to add a content_for helper similar to Rails'"
  s.homepage    = "http://sinatrarb.com"

  s.authors = ["Nicolás Sanguinetti"]
  s.email   = "contacto@nicolassanguinetti.info"

  s.require_paths     = ["lib"]
  s.rubyforge_project = "sinatra-ditties"
  s.has_rdoc          = true
  s.rubygems_version  = "1.3.1"

  s.add_dependency "sinatra"

  if s.respond_to?(:add_development_dependency)
    s.add_development_dependency "contest"
    s.add_development_dependency "sr-mg"
    s.add_development_dependency "redgreen"
  end

  s.files = %w[
.gitignore
LICENSE
README.md
sinatra-content-for.gemspec
lib/sinatra/content_for.rb
test/content_for_test.rb
]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
toolmantim-sinatra-content-for-0.2.1 sinatra-content-for.gemspec