Sha256: ec824b33a349be9ef586076efcae1dfe494bceab3975f15768fb8287d894a08f

Contents?: true

Size: 831 Bytes

Versions: 25

Compression:

Stored size: 831 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'shellany/version'

Gem::Specification.new do |spec|
  spec.name          = "shellany"
  spec.version       = Shellany::VERSION
  spec.authors       = ["Cezary Baginski"]
  spec.email         = ["cezary@chronomantic.net"]
  spec.summary       = %q{Simple, somewhat portable command capturing}
  spec.description   = %q{MRI+JRuby compatible command output capturing}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.7"
end

Version data entries

25 entries across 25 versions & 9 rubygems

Version Path
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/shellany-0.0.1/shellany.gemspec
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/shellany-0.0.1/shellany.gemspec
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/shellany-0.0.1/shellany.gemspec
geminfo-0.1.0 path/gems/shellany-0.0.1/shellany.gemspec
shellany-0.0.1 shellany.gemspec