Sha256: 4b8033e798296f749fefaf3b5f8829de6708973ff312e54190d3a82fa335a9b7

Contents?: true

Size: 678 Bytes

Versions: 6

Compression:

Stored size: 678 Bytes

Contents

require "./lib/cuba/version"

Gem::Specification.new do |s|
  s.name              = "cuba"
  s.version           = Cuba::VERSION
  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",
    "README.markdown",
    "Rakefile",
    "lib/**/*.rb",
    "*.gemspec",
    "test/*.*"
  ]

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cuba-2.2.1 cuba.gemspec
cuba-2.2.0 cuba.gemspec
cuba-2.2.0.rc1 cuba.gemspec
cuba-2.1.0 cuba.gemspec
cuba-2.1.0.rc1 cuba.gemspec
cuba-2.0.1 cuba.gemspec