# -*- encoding: utf-8 -*- # stub: elastic_board 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "elastic_board".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Patrick Tulskie".freeze] s.date = "2013-05-01" s.description = "Status board rack middleware for ElasticSearch".freeze s.email = ["patricktulskie@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "config.ru".freeze, "elastic_board.gemspec".freeze, "lib/elastic_board.rb".freeze, "lib/elastic_board/public/css/bootstrap-responsive.min.css".freeze, "lib/elastic_board/public/css/bootstrap.min.css".freeze, "lib/elastic_board/public/css/elastic_board.css".freeze, "lib/elastic_board/public/img/glyphicons-halflings-white.png".freeze, "lib/elastic_board/public/img/glyphicons-halflings.png".freeze, "lib/elastic_board/public/js/bootstrap.min.js".freeze, "lib/elastic_board/summary.rb".freeze, "lib/elastic_board/version.rb".freeze, "lib/elastic_board/views/down.erb".freeze, "lib/elastic_board/views/index.erb".freeze, "lib/elastic_board/views/layout.erb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple ElasticSearch status board middleware for rack applictions".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end