| watir:/trunk/watir/watir.gemspec |
Line History |
History |
latest revision Branch trunk1593 raw | Diffs: previous, other | Lines: 0 ( +1, -1 ) Created: 2008-11-05 18:38:15 -0600 (16 days ago) | Author: bret | Changeset: 1593 Updated versions 1.6.2.Changed the way the default browser setting is set, to avoid a problem reported on Mac. Previously it defaulted to IE, unless someone set it. Now it is set to a browser who's gem is actually installed.
Tags: watir-1.6.2 1589 raw | Diffs: previous, other | Lines: 0 ( +1, -1 ) Created: 2008-11-05 14:44:57 -0600 (16 days ago) | Author: bret | Changeset: 1589 Removed ability to run tests from gems, since it wasn't working any way.
1577 raw | Diffs: previous, other | Lines: 0 ( +2, -2 ) Created: 2008-10-31 14:37:24 -0500 (21 days ago) | Author: bret | Changeset: 1577 Updated for Watir 1.6.1- Renamed old "watir-common" gem to be "commonwatir". This will prevent it from accidently being installed when you do "gem install watir" - Fixed toplevel rake clean/clobber targets - Update version numbers
Tags: watir-1.6.1 1571 raw | Diffs: previous, other | Lines: 0 ( +2, -3 ) Created: 2008-10-30 15:14:05 -0500 (22 days ago) | Author: bret | Changeset: 1571 Simplify Watir versioning; make it consistent with firewatir.
1568 raw | Diffs: previous, other | Lines: 1 ( +2, -1 ) Created: 2008-10-30 14:08:37 -0500 (22 days ago) | Author: bret | Changeset: 1568 Include the firewatir gem when you install watir. (This was used to build 1.6.0)
Tags: watir-1.6.0 1564 raw | Diffs: previous, other | Lines: 0 ( +1, -1 ) Created: 2008-10-29 15:34:55 -0500 (23 days ago) | Author: bret | Changeset: 1564 no comment
1529 raw | Diffs: previous, other | Lines: 0 ( +2, -1 ) Created: 2008-10-22 16:04:01 -0500 (30 days ago) | Author: bret | Changeset: 1529 This fixes 'rake -T' (for jarib).
1473 raw | Diffs: previous, other | Lines: -1 ( +0, -1 ) Created: 2008-09-30 16:53:16 -0500 (52 days ago) | Author: bret | Changeset: 1473 Refactored, simplified FireWatir code. In the process, I may have fixed a bug in recently added code affecting nested calls to some new methods (e.g. li).
1416 raw | Diffs: previous, other | Lines: 0 ( +0, -0 ) Created: 2008-09-03 14:28:58 -0500 (2 months 18 days ago) | Author: bret | Changeset: 1416 mark file as text, not binary
1415 raw Created: 2008-09-02 20:10:32 -0500 (2 months 19 days ago) | Author: bret | Changeset: 1415 Migrate watir code to watir-common to facilitate reuse by firewatir. Watir now uses the watir-common gem.
1408 raw Created: 2008-08-28 21:28:09 -0500 (2 months 23 days ago) | Author: bret | Changeset: 1408 Moving the watir library files to their new home. And updating the build scripts to find them there.
1392 raw Created: 2008-08-27 20:13:20 -0500 (2 months 25 days ago) | Author: bret | Changeset: 1392 You can know run the watir unit tests against Firewatir. To do this, copy options.yml.example to options.yml. Change browser to 'firewatir' and run the tests. At this point only the core tests have been converted (as a group or individually). I'll get to the rest shortly. At this point, I get over a 100 errors + failures, but some look easy to fix.
1363 raw Created: 2008-06-10 11:54:47 -0500 (5 months 11 days ago) | Author: bret | Changeset: 1363 Update for Watir 1.5.6: redid gem dependencies the "right" way.Branch point for: tag:watir-1.5.6
1351 raw Created: 2008-06-04 16:09:19 -0500 (5 months 17 days ago) | Author: bret | Changeset: 1351 Prep for Watir 1.5.5 release. Fix warnings found by latest version of rubygems. Fixed install bug http://jira.openqa.org/browse/WTR-209. Added dependency on active support.Branch point for: tag:watir-1.5.5
1322 raw Created: 2008-05-19 18:03:59 -0500 (6 months ago) | Author: bret | Changeset: 1322 Minor update to gemspec.
1310 raw Created: 2008-02-12 23:21:32 -0600 (9 months ago) | Author: bret | Changeset: 1310 Add recent contributors to contributor's list. Add dependency on windows-pr 0.6.6, which seems to be necessary on Vista.
Tags: watir-1.5.4 1248 raw Created: 2007-09-28 17:14:25 -0500 (13 months ago) | Author: bret | Changeset: 1248 merge all changes from the 1.5 branch into trunkBranch point for: tag:watir-1.5.3
1231 raw Created: 2007-08-05 20:45:25 -0500 (15 months ago) | Author: bret | Changeset: 1231 Copied to: branches/watir-1.5/watir.gemspec 1233 new command: watir-consoletyping this at the command-line will create an IRB window, whose history is stored in the 'console.log' file in the same directory that this command is typed in.
1227 raw Created: 2007-08-02 12:10:52 -0500 (15 months ago) | Author: charley | Changeset: 1227 Adding version number for the dependency on win32-process.
1200 raw Created: 2007-06-05 18:15:26 -0500 (17 months ago) | Author: bret | Changeset: 1200 Made it so that the rdoc from the bonus zip (rake rdoc) is the same as that in the gem (rake gem).
1183 raw Created: 2007-05-17 15:41:40 -0500 (18 months ago) | Author: bret | Changeset: 1183 Add Watir::IE.start_processFix require of win32-process (it was broken, but masked by a bug in rubygems) Add win32-process as a dependency of the watir gem.
1161 raw Created: 2007-02-15 07:29:11 -0600 (21 months ago) | Author: bret | Changeset: 1161 Reorganize rdoc code, including refactoring Charley's recent change so that theywill affect the gem's rdoc. Still much more work to do on the rdoc. Also reformated frame wait code (indentation was whacked!).
1102 raw Created: 2006-09-21 13:17:22 -0500 (2 years 2 months ago) | Author: bret | Changeset: 1102 update gem to include contrib directory
1099 raw Created: 2006-09-20 03:11:26 -0500 (2 years 2 months ago) | Author: bret | Changeset: 1099 revise gem requirements
929 raw Created: 2006-02-26 18:01:02 -0600 (2 years 8 months ago) | Author: bret | Changeset: 929 Copied to: branches/modal_dialog/trunk/watir/watir.gemspec 985 Created rdoc rake task.Now use "rake rdoc" instead of "build-rdoc.bat" to generate rdoc Changed Watir::IE::VERSION to include the scm revision number. This is now automatically used as the version by the gem rake task. Branch point for: davids_click_no_wait modal_dialog tag:watir-1.5.1.1054
830 raw Created: 2005-09-02 00:32:40 -0500 (3 years 2 months ago) | Author: bret | Changeset: 830 minor tweaks
801 raw Created: 2005-08-22 01:11:12 -0500 (3 years 2 months ago) | Author: bret | Changeset: 801 gem build scripts for 1.4.1Branch point for: watir1_4truly Tags: v1_4_1 latest revision Branch davids_click_no_waitlatest revision Branch modal_dialoglatest revision Branch watir1_4truly808 new raw Created: 2005-08-22 01:38:29 -0500 (3 years 2 months ago) | Author: bret | Changeset: 808 files for 1.4.1 gem
803 deleted | Lines: 0 ( +0, -0 ) Created: 2005-08-22 01:11:13 -0500 (3 years 2 months ago) | Author: bret | Changeset: 803 file watir.gemspec was added on branch watir1_4truly on 2005-08-22 06:38:29 +0000
|