Sha256: 99c3c7ad1370e9c7b79289d08e2b0811c2ac47459e4f29136921fa000ac227ff
Contents?: true
Size: 1.91 KB
Versions: 1
Compression:
Stored size: 1.91 KB
Contents
# -*- encoding: utf-8 -*- # stub: sinatra 1.4.8 ruby lib Gem::Specification.new do |s| s.name = "sinatra" s.version = "1.4.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Blake Mizerany", "Ryan Tomayko", "Simon Rozet", "Konstantin Haase"] s.date = "2017-01-30" s.description = "Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort." s.email = "sinatrarb@googlegroups.com" s.extra_rdoc_files = ["README.de.md", "README.es.md", "README.fr.md", "README.hu.md", "README.ja.md", "README.ko.md", "README.md", "README.pt-br.md", "README.pt-pt.md", "README.ru.md", "README.zh.md", "LICENSE"] s.files = ["LICENSE", "README.de.md", "README.es.md", "README.fr.md", "README.hu.md", "README.ja.md", "README.ko.md", "README.md", "README.pt-br.md", "README.pt-pt.md", "README.ru.md", "README.zh.md"] s.homepage = "http://www.sinatrarb.com/" s.licenses = ["MIT"] s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Sinatra", "--main", "README.rdoc", "--encoding=UTF-8"] s.rubygems_version = "2.5.1" s.summary = "Classy web-development dressed in a DSL" s.installed_by_version = "2.5.1" 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_runtime_dependency(%q<rack>, ["~> 1.5"]) s.add_runtime_dependency(%q<tilt>, ["< 3", ">= 1.3"]) s.add_runtime_dependency(%q<rack-protection>, ["~> 1.4"]) else s.add_dependency(%q<rack>, ["~> 1.5"]) s.add_dependency(%q<tilt>, ["< 3", ">= 1.3"]) s.add_dependency(%q<rack-protection>, ["~> 1.4"]) end else s.add_dependency(%q<rack>, ["~> 1.5"]) s.add_dependency(%q<tilt>, ["< 3", ">= 1.3"]) s.add_dependency(%q<rack-protection>, ["~> 1.4"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mdg-1.0.1 | vendor/bundle/ruby/2.3.0/specifications/sinatra-1.4.8.gemspec |