Sha256: 8b6bb35fcbd58934feba3afbae95ea9f7fa60329b87777766c62d4f93fd3e023

Contents?: true

Size: 731 Bytes

Versions: 3

Compression:

Stored size: 731 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.executables = ["ruco"]
  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

3 entries across 3 versions & 1 rubygems

Version Path
ruco-0.2.16 ruco.gemspec
ruco-0.2.15 ruco.gemspec
ruco-0.2.14 ruco.gemspec