# -*- encoding: utf-8 -*- # stub: kick_the_tires 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "kick_the_tires".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Dewayne VanHoozer".freeze] s.date = "2015-03-26" s.description = "\n Sometimes when you hear about a new library/gem you just wat to kick the kick_the_tires\n to see what it can do. Sometimes you start with some REPL example from the authors\n or some sample code or tests that the author has provided. This little gem allowed_push_host\n you to load up a few basic asserts/refutes/shows to explore the library's objects\n and method results. When you have finished kicking the tires you may want to take\n the library out for a spin with some functional, application-line code and you\n don't want any of the tire kicking out to STDOUT.\n ".freeze s.email = ["dvanhoozer@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "kick_the_tires.gemspec".freeze, "lib/kick_the_tires.rb".freeze] s.homepage = "http://github.com/MadBomber/kick_the_tires".freeze s.licenses = ["You want it? It's yours.".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provides some basic methods/assertions that are handy for exploring a new ruby library.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end