Sha256: 20564f426d15dd4f2a19a9f485d227d26ec9e62e45709a7b5f2b2ed399be95a7

Contents?: true

Size: 963 Bytes

Versions: 1

Compression:

Stored size: 963 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = "make-sandwich"
  s.version     = "0.0.4"
  s.authors     = ["Christopher Hein"]
  s.email       = ["chris@generalthings.com"]
  s.homepage    = "https://github.com/generalthings/make_sandwich"
  s.summary     = %q{Delicious, juicy, tender sandwiches on the command line.}
  s.description = %q{Have an employee that loves making sandwiches... we do, but we're all too lazy to take our headphones off to ask him whip one up. In an effort to solve this I wrote make_sandwich.}

  s.rubyforge_project = "make-sandwich"

  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"]

  # specify any dependencies here; for example:
  s.add_runtime_dependency "gmail"
  s.add_runtime_dependency "ruby-gmail"
  s.add_runtime_dependency "typhoeus"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
make-sandwich-0.0.4 make-sandwich.gemspec