Skip to content

Commit

Permalink
Removing trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
stomar committed Nov 27, 2012
1 parent 8d4d51b commit 88bb4f0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Expand Up @@ -35,7 +35,7 @@ without a working ncurses installation. First, ensure that you have
ncurses installed and then install the ffi-ncurses gem.

If ffi-ncurses fails to find your ncurses library, you may need to set the
RUBY_FFI_NCURSES envirionment variable, i.e:
RUBY_FFI_NCURSES envirionment variable, i.e:

RUBY_FFI_NCURSES_LIB=ncursesw ruby examples/hello.rb

Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -46,11 +46,11 @@ Menus:

choose do |menu|
menu.prompt = "Please choose your favorite programming language? "

menu.choice(:ruby) { say("Good choice!") }
menu.choices(:python, :perl) { say("Not from around here, are you?") }
end

For more examples see the examples/ directory of this project.

== Installing
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -39,8 +39,8 @@ end
desc "Show library's code statistics"
task :stats do
require 'code_statistics'
CodeStatistics.new( ["HighLine", "lib"],
["Functionals", "examples"],
CodeStatistics.new( ["HighLine", "lib"],
["Functionals", "examples"],
["Units", "test"] ).to_s
end

Expand Down
2 changes: 1 addition & 1 deletion examples/color_scheme.rb
Expand Up @@ -3,7 +3,7 @@
# color_scheme.rb
#
# Created by Jeremy Hinegardner on 2007-01-24
# Copyright 2007 Jeremy Hinegardner. All rights reserved
# Copyright 2007 Jeremy Hinegardner. All rights reserved

require 'rubygems'
require 'highline/import'
Expand Down
2 changes: 1 addition & 1 deletion examples/overwrite.rb
Expand Up @@ -3,7 +3,7 @@
# overwrite.rb
#
# Created by Jeremy Hinegardner on 2007-01-24
# Copyright 2007 Jeremy Hinegardner. All rights reserved
# Copyright 2007 Jeremy Hinegardner. All rights reserved

require 'rubygems'
require 'highline/import'
Expand Down
12 changes: 6 additions & 6 deletions setup.rb
Expand Up @@ -538,7 +538,7 @@ def command(str)
def ruby(str)
command config('rubyprog') + ' ' + str
end

def make(task = '')
command config('makeprog') + ' ' + task
end
Expand Down Expand Up @@ -629,7 +629,7 @@ def srcexist?(path)
def srcdirectory?(path)
File.dir?(srcfile(path))
end

def srcfile?(path)
File.file? srcfile(path)
end
Expand Down Expand Up @@ -710,7 +710,7 @@ def invoke
__send__ "exec_#{task}"
end
end

def run_metaconfigs
eval_file_ifexist "#{@ardir}/metaconfig"
end
Expand Down Expand Up @@ -775,7 +775,7 @@ def parsearg_global
when '-v', '--version'
puts "#{File.basename($0)} version #{Version}"
exit 0

when '--copyright'
puts Copyright
exit 0
Expand Down Expand Up @@ -1197,9 +1197,9 @@ def install_files(list, dest, mode)
def ruby_scripts
collect_filenames_auto().select {|n| /\.rb\z/ =~ n }
end

# picked up many entries from cvs-1.11.1/src/ignore.c
reject_patterns = %w(
reject_patterns = %w(
core RCSLOG tags TAGS .make.state
.nse_depinfo #* .#* cvslog.* ,* .del-* *.olb
*~ *.old *.bak *.BAK *.orig *.rej _$* *$
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Expand Up @@ -15,7 +15,7 @@ <h3>Saving time.</h3>

<p>Command line interfaces are meant to be easy. So why shouldn&#8217;t building
them be easy, too? HighLine provides a solid toolset to help you get
the job done cleanly so you can focus on the real task at hand,
the job done cleanly so you can focus on the real task at hand,
<em>your task.</em></p>


Expand Down

0 comments on commit 88bb4f0

Please sign in to comment.