Sha256: eb7eb6ca8819c17d1786f5036aabbe1128825c0a79faf5393cb9d0226b2310bb

Contents?: true

Size: 688 Bytes

Versions: 1

Compression:

Stored size: 688 Bytes

Contents

Gem::Specification.new do |s|
  s.name              = "relay"
  s.version           = "0.1.1"
  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.push("relay")

  s.add_dependency("clap")

  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.1.1 relay.gemspec