# -*- encoding: utf-8 -*- # stub: pinoccio 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "pinoccio".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andy Kent".freeze] s.date = "2014-04-15" s.description = "This library gives access to the pinoccio REST API to configure and manage Troops & Scouts. It additionally bundles all the built in ScoutScript commands so that you can command your Scouts straight from Ruby.".freeze s.email = ["andy.kent@me.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "lib/client.rb".freeze, "lib/commands.rb".freeze, "lib/pinoccio.rb".freeze, "lib/scout.rb".freeze, "lib/scout_collection.rb".freeze, "lib/troop.rb".freeze, "lib/troop_collection.rb".freeze, "pinoccio.gemspec".freeze] s.homepage = "https://github.com/andykent/pinoccio".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Pinoccio Ruby API".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.9.0".freeze]) end