# -*- encoding: utf-8 -*- # stub: elastics-admin 1.1.5 ruby lib Gem::Specification.new do |s| s.name = "elastics-admin".freeze s.version = "1.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Domizio Demichelis".freeze] s.date = "2013-09-23" s.description = "Provides binary and rake tasks to dump, load and optionally rename indices. Implements live-reindex with hot-swap of old code/index with new code/index.".freeze s.email = "dd.nexus@gmail.com".freeze s.executables = ["elastics-admin".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "VERSION".freeze, "bin/elastics-admin".freeze, "elastics-admin.gemspec".freeze, "lib/elastics-admin.rb".freeze, "lib/elastics/admin.rb".freeze, "lib/elastics/admin_live_reindex.rb".freeze, "lib/tasks.rake".freeze] s.homepage = "http://elastics.github.io/elastics".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Dump/load/rename/live-redindex one or more elasticsearch indices and types.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 1.1.5".freeze]) end