Sha256: 51ec43c426ab564c24971107afb97c7cdfef4529e2984a3326087530e93fa01e
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.rc3" 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.rc3 | cuba.gemspec |