Sha256: 5822b96df0170c62469e640d1750a607a2b58e7ed24bb8f59742c52453b9402d

Contents?: true

Size: 1.58 KB

Versions: 6

Compression:

Stored size: 1.58 KB

Contents

# -*- encoding: utf-8 -*-
# stub: rack 1.6.4 ruby lib

Gem::Specification.new do |s|
  s.name = "rack"
  s.version = "1.6.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Christian Neukirchen"]
  s.date = "2015-06-18"
  s.description = "Rack provides a minimal, modular and adaptable interface for developing\nweb applications in Ruby.  By wrapping HTTP requests and responses in\nthe simplest way possible, it unifies and distills the API for web\nservers, web frameworks, and software in between (the so-called\nmiddleware) into a single method call.\n\nAlso see http://rack.github.io/.\n"
  s.email = "chneukirchen@gmail.com"
  s.executables = ["rackup"]
  s.extra_rdoc_files = ["README.rdoc", "KNOWN-ISSUES", "HISTORY.md"]
  s.files = ["HISTORY.md", "KNOWN-ISSUES", "README.rdoc", "bin/rackup"]
  s.homepage = "http://rack.github.io/"
  s.licenses = ["MIT"]
  s.rubyforge_project = "rack"
  s.rubygems_version = "2.4.8"
  s.summary = "a modular Ruby webserver interface"

  s.installed_by_version = "2.4.8" if s.respond_to? :installed_by_version

  if s.respond_to? :specification_version then
    s.specification_version = 4

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<bacon>, [">= 0"])
      s.add_development_dependency(%q<rake>, [">= 0"])
    else
      s.add_dependency(%q<bacon>, [">= 0"])
      s.add_dependency(%q<rake>, [">= 0"])
    end
  else
    s.add_dependency(%q<bacon>, [">= 0"])
    s.add_dependency(%q<rake>, [">= 0"])
  end
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
logstash-filter-delta-1.1.0 vendor/bundle/jruby/2.2.0/specifications/rack-1.6.4.gemspec
logstash-filter-delta-1.0.1 vendor/bundle/jruby/2.2.0/specifications/rack-1.6.4.gemspec
logstash-filter-base64-1.0.4 vendor/bundle/jruby/2.2.0/specifications/rack-1.6.4.gemspec
logstash-filter-base64-1.0.3 vendor/bundle/jruby/2.2.0/specifications/rack-1.6.4.gemspec
logstash-filter-delta-1.0.0 vendor/bundle/jruby/2.2.0/specifications/rack-1.6.4.gemspec
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/specifications/rack-1.6.4.gemspec