Sha256: 75450f35ecf3d9f42632b4c1e366a15366f2357486b735c10fdad6406831b1f4

Contents?: true

Size: 781 Bytes

Versions: 1

Compression:

Stored size: 781 Bytes

Contents

Gem::Specification.new do |gem|
  gem.authors       = ["Andy Kent"]
  gem.email         = ["andy.kent@me.com"]
  gem.description   = %q{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.}
  gem.summary       = %q{Pinoccio Ruby API}
  gem.homepage      = "https://github.com/andykent/pinoccio"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "pinoccio"
  gem.require_paths = ["lib"]
  gem.version       = '0.1.0'
  gem.add_dependency('faraday', '~> 0.9.0')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pinoccio-0.1.0 pinoccio.gemspec