Sha256: aa7350797670b90045509e3a68150c6f14f44ad7af64fda0dc29815a28bdaa03

Contents?: true

Size: 696 Bytes

Versions: 1

Compression:

Stored size: 696 Bytes

Contents

Gem::Specification.new do |s|
  s.name              = "relay"
  s.version           = "0.0.2"
  s.summary           = "Relay commands over SSH"
  s.description       = "Relay allows you to execute remote commands via SSH with ease."
  s.authors           = ["Damian Janowski", "Michel Martens"]
  s.email             = ["djanowski@dimaion.com", "michel@soveran.com"]
  s.homepage          = "http://github.com/soveran/relay"

  s.rubyforge_project = "relay"

  s.executables << "relay"

  s.add_dependency("thor", "~> 0.11")

  s.files = ["LICENSE", "README.markdown", "Rakefile", "bin/relay", "lib/relay.rb", "relay.gemspec", "test/commands.rb", "test/relay_test.rb", "test/test_helper.rb"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
relay-0.0.2 relay.gemspec