examples/quicknote/README.markdown in win32-autogui-0.4.3 vs examples/quicknote/README.markdown in win32-autogui-0.5.0
- old
+ new
@@ -2,11 +2,21 @@
================
QuickNote is a stripped down Notepad clone written in Delphi. It is an example GUI executable with
source code for the Win32-autogui gem. It is not fit for any other purpose.
+QuickNote specs
+---------------
+install development dependencies
+ gem install bundler
+ bundle install
+
+run specs
+
+ bundle exec rake
+
Modifications to the load paths for use in a real world project
----------------------------------------------------------------
**NOTE:** _see examples/skeleton for a ready-to-go template._
spec/spec_helper.rb
@@ -24,6 +34,6 @@
Copyright
---------
-Copyright (c) 2010 GearheadForHire, LLC. See [LICENSE](LICENSE) for details.
+Copyright (c) 2010-2011 GearheadForHire, LLC. See [LICENSE](LICENSE) for details.