Sha256: 6fc6a31b1f53760ef119ad3c43ffe22bc933b3501f0ac8a69d67b3aed4fabd59
Contents?: true
Size: 955 Bytes
Versions: 1
Compression:
Stored size: 955 Bytes
Contents
Gem::Specification.new do |s| s.name = "cuba" s.version = "2.0.0.rc1" s.summary = "Rum based microframework for web applications." s.description = "Cuba is a light wrapper for Rum, a microframework for Rack applications." s.authors = ["Michel Martens"] s.email = ["michel@soveran.com"] s.homepage = "http://github.com/soveran/cuba" s.files = ["LICENSE", "README.markdown", "Rakefile", "lib/cuba/ron.rb", "lib/cuba/test.rb", "lib/cuba/version.rb", "lib/cuba.rb", "cuba.gemspec", "test/accept.rb", "test/captures.rb", "test/extname.rb", "test/helper.rb", "test/host.rb", "test/integration.rb", "test/match.rb", "test/number.rb", "test/on.rb", "test/path.rb", "test/run.rb", "test/segment.rb"] s.add_dependency "rack", "~> 1.2" s.add_dependency "tilt", "~> 1.2" s.add_development_dependency "cutest", "~> 1.0" s.add_development_dependency "capybara", "~> 0.4" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cuba-2.0.0.rc1 | cuba.gemspec |