ruco.gemspec in ruco-0.0.54 vs ruco.gemspec in ruco-0.0.55
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{ruco}
- s.version = "0.0.54"
+ s.version = "0.0.55"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"]
s.date = %q{2011-05-08}
s.default_executable = %q{ruco}
@@ -63,10 +63,11 @@
"spec/ruco_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/grosser/ruco}
s.post_install_message = %q{
- Ubuntu: sudo apt-get install xclip
+ Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)
+ Ubuntu: sudo apt-get install xclip # to use the clipboard
}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{Commandline editor written in ruby}