Sha256: 20d1cf3ef6aba98e2124c1c763496da097643cd42975d683415515b4183f86c6

Contents?: true

Size: 637 Bytes

Versions: 1

Compression:

Stored size: 637 Bytes

Contents

Gem::Specification.new do |s|
  s.name              = "cuba"
  s.version           = "3.0.0.rc2"
  s.summary           = "Microframework for web applications."
  s.description       = "Cuba is a microframework for web applications."
  s.authors           = ["Michel Martens"]
  s.email             = ["michel@soveran.com"]
  s.homepage          = "http://github.com/soveran/cuba"

  s.files = Dir[
    "LICENSE",
    "CHANGELOG",
    "README.markdown",
    "Rakefile",
    "lib/**/*.rb",
    "*.gemspec",
    "test/*.*"
  ]

  s.add_dependency "rack"
  s.add_development_dependency "cutest"
  s.add_development_dependency "capybara"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cuba-3.0.0.rc2 cuba.gemspec