Sha256: fec4995ec4d2932d5c64c1be4fd06bda25e5cab9d17fb6cf8b4a7412bd33d277

Contents?: true

Size: 704 Bytes

Versions: 1

Compression:

Stored size: 704 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
name = "ruco"
require "#{name}/version"

Gem::Specification.new name, Ruco::VERSION do |s|
  s.summary = "Commandline editor written in ruby"
  s.authors = ["Michael Grosser"]
  s.email = "michael@grosser.it"
  s.homepage = "http://github.com/grosser/#{name}"
  s.files = `git ls-files`.split("\n")
  s.license = 'MIT'
  s.add_runtime_dependency "clipboard", ">= 0.9.8"
  s.add_runtime_dependency "textpow1x", ">= 1.2.5"
  s.add_runtime_dependency "language_sniffer"
  s.post_install_message = <<-TEXT

    Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)
    Ubuntu: sudo apt-get install xclip # to use the clipboard

  TEXT
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruco-0.2.12 ruco.gemspec