Polishing the docs a tincy bit.

This commit is contained in:
Adam Sanderson 2010-12-07 19:07:04 -08:00
parent 0281d9a633
commit 7fecc60495
3 changed files with 8 additions and 6 deletions

View File

@ -4,8 +4,9 @@ Qwandry, a questionable tool
Why spend time trying to remember where libraries, projects, and packages are
lurking when your computer can do it faster?
qw activerecord # opens the activerecord gem in your editor
qw matrix # opens ruby's matrix class in your editor
qw rails # will ask you which version of rails you want to open
qw activerec 3.1 # will find the gem activerecord 3.1 and open it
Installation
------------

View File

@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Sanderson"]
s.date = %q{2010-11-19}
s.date = %q{2010-12-07}
s.default_executable = %q{qw}
s.description = %q{ Open a gem or library's source directory with your default editor.
}

View File

@ -4,10 +4,11 @@
#
# To learn more about Qwandry, take a look at the source with qwandry!
# qw qwandry
#
# You can uncomment the indented code to try it out.
# == Adding Projects
# You can uncomment the indented code to try it out.
# If you get confused, just delete this file and run the customize command again.
# == Adding Personal Projects
#
# If you keep all your projects in the home directory under projects,
# you can tell Qwandry to search there.