# -*- encoding: utf-8 -*- # stub: consolr 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "consolr".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Will Richard".freeze, "Sashidhar Guntury".freeze] s.date = "2015-07-28" s.description = "Consolr is a utility which speaks to Collins on our behalf and retrieves the address, username and password to connect to that node over IPMI. Passing different flags, we can performs a variety of taks on the node over IPMI. There are safeguards in place to prevent potentially catastrophic actions being performed on nodes.".freeze s.email = ["will@tumblr.com".freeze, "sashi@tumblr.com".freeze, "collins-sm@googlegroups.com".freeze] s.executables = ["consolr".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "bin/consolr".freeze, "consolr.gemspec".freeze, "lib/consolr.rb".freeze, "lib/consolr/version.rb".freeze] s.homepage = "https://github.com/tumblr/collins/tree/master/support/ruby/consolr".freeze s.licenses = ["Apache 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "consolr is a pure ruby wrapper over IPMI to allow Out of Band communiation with nodes.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.1.2".freeze]) end