Sha256: 35eda53951235e2d16e8bf16edc892a6c77844b7e378cd1fe0289e4e27224e39

Contents?: true

Size: 788 Bytes

Versions: 1

Compression:

Stored size: 788 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/plesk/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Martin Schneider"]
  gem.email         = ["info@outsmartin.de"]
  gem.description   = %q{Plesk RPC API wrapper written in Ruby }
  gem.summary       = %q{You can communicate with your Plesk System through the RPC API. Sends XML and recieves XML for your pleasure.}
  gem.homepage      = "http://github.com/outsmartin/plesk"

  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          = "plesk"
  gem.require_paths = ["lib"]
  gem.add_dependency 'nokogiri'
  gem.version       = Plesk::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plesk-0.0.1 plesk.gemspec