Sha256: 3db7b4647a5df2ab14a3ac1028cc8a0eae41e8acd15d159af9ca21efcc427ce3

Contents?: true

Size: 881 Bytes

Versions: 10

Compression:

Stored size: 881 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "remote_run/version"

Gem::Specification.new do |s|
  s.name        = "remote_run"
  s.version     = RemoteRun::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Case Commons, LLC"]
  s.email       = ["casecommons-dev@googlegroups.com"]
  s.homepage    = "https://github.com/Casecommons/remote_run"
  s.summary     = %q{Run N shell scripts on a pool of remote hosts}
  s.description = %q{Can be used as a parallel unit test runner}

  s.rubyforge_project = "remote_run"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
  s.add_runtime_dependency("highline")
  s.add_development_dependency('rspec')
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
remote_run-0.1.9 remote_run.gemspec
remote_run-0.1.8 remote_run.gemspec
remote_run-0.1.7 remote_run.gemspec
remote_run-0.1.6 remote_run.gemspec
remote_run-0.1.5 remote_run.gemspec
remote_run-0.1.4 remote_run.gemspec
remote_run-0.1.3 remote_run.gemspec
remote_run-0.1.2 remote_run.gemspec
remote_run-0.1.1 remote_run.gemspec
remote_run-0.1.0 remote_run.gemspec