Sha256: 337867715684181def19de74fa14ee84bdabaa125f2426ee5a71e631dead0b33

Contents?: true

Size: 1.17 KB

Versions: 14

Compression:

Stored size: 1.17 KB

Contents

Gem::Specification.new do |s|
  s.name            = "rack"
  s.version         = "1.5.2"
  s.platform        = Gem::Platform::RUBY
  s.summary         = "a modular Ruby webserver interface"
  s.license         = "MIT"

  s.description = <<-EOF
Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby.  By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.

Also see http://rack.github.com/.
EOF

  s.files           = Dir['{bin/*,contrib/*,example/*,lib/**/*,test/**/*}'] +
                        %w(COPYING KNOWN-ISSUES rack.gemspec Rakefile README.rdoc SPEC)
  s.bindir          = 'bin'
  s.executables     << 'rackup'
  s.require_path    = 'lib'
  s.extra_rdoc_files = ['README.rdoc', 'KNOWN-ISSUES']
  s.test_files      = Dir['test/spec_*.rb']

  s.author          = 'Christian Neukirchen'
  s.email           = 'chneukirchen@gmail.com'
  s.homepage        = 'http://rack.github.com/'
  s.rubyforge_project = 'rack'

  s.add_development_dependency 'bacon'
  s.add_development_dependency 'rake'
end

Version data entries

14 entries across 12 versions & 7 rubygems

Version Path
nanumfont-rails-0.1 vendor/bundle/ruby/2.1.0/gems/rack-1.5.2/rack.gemspec
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/rack.gemspec
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/rack-1.5.2/rack.gemspec
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/rack.gemspec
mango-0.7.0 vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/rack.gemspec
torquebox-console-0.3.0 vendor/bundle/jruby/1.9/gems/rack-1.5.2/rack.gemspec
challah-1.0.0 vendor/bundle/gems/rack-1.5.2/rack.gemspec
torquebox-console-0.2.5 vendor/bundle/jruby/1.9/gems/rack-1.5.2/rack.gemspec
torquebox-console-0.2.5 vendor/bundle/ruby/1.8/gems/rack-1.5.2/rack.gemspec
vagrant-actionio-0.0.9 vendor/bundle/gems/rack-1.5.2/rack.gemspec
torquebox-console-0.2.4 vendor/bundle/jruby/1.9/gems/rack-1.5.2/rack.gemspec
torquebox-console-0.2.4 vendor/bundle/ruby/1.8/gems/rack-1.5.2/rack.gemspec
torquebox-console-0.2.3 vendor/bundle/jruby/1.9/gems/rack-1.5.2/rack.gemspec
rack-1.5.2 rack.gemspec