diff --git a/README.markdown b/README.markdown index a284e59..fd1fa6e 100644 --- a/README.markdown +++ b/README.markdown @@ -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 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 ------------ diff --git a/qwandry.gemspec b/qwandry.gemspec index 615a696..fe4791c 100644 --- a/qwandry.gemspec +++ b/qwandry.gemspec @@ -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. } diff --git a/templates/init.rb b/templates/init.rb index 7dad26c..fefaf34 100644 --- a/templates/init.rb +++ b/templates/init.rb @@ -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.