Sha256: c28b96e9015e8807d67019f4066c500a0674290e9893abf1e195984d572004de

Contents?: true

Size: 795 Bytes

Versions: 1

Compression:

Stored size: 795 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "trash".freeze
  s.version = File.read("VERSION")

  s.require_paths = ["lib".freeze]
  s.authors = ["Lee Jones".freeze]
  s.date = "2017-01-24"
  s.description = "when it's hard to say goodbye, and rm is just too much... use trash instead.".freeze
  s.executables = ["trash".freeze]
  s.extra_rdoc_files = [
    "LICENSE",
    "README.rdoc",
    "TODO"
  ]
  s.files = [
    ".document",
    ".rspec",
    "Gemfile",
    "LICENSE",
    "README.rdoc",
    "Rakefile",
    "TODO",
    "VERSION",
    "bin/trash",
    "lib/trash.rb",
    "spec/spec_helper.rb",
    "spec/trash_spec.rb",
    "trash.gemspec"
  ]
  s.homepage = "http://github.com/leejones/trash".freeze
  s.licenses = ["MIT".freeze]
  s.summary = "trash can for the command line".freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trash-0.3.0 trash.gemspec