Skip to content

Commit

Permalink
update version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bret committed Mar 24, 2009
1 parent b3607c3 commit eeecc2f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
6 changes: 3 additions & 3 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
=== TRUNK
=== 0.4.2 / 2009-03-24

* Fixed "can't find site generator" bug that occured when creating a new project.
* Page field and table fields now support Firefox.

=== 0.4.1 / 2009-02-24

* Fix bug with script\console: no such file to load -- site_start
* Fixed bug with script\console: no such file to load -- site_start

=== 0.4.0 / 2009-02-23

Expand Down Expand Up @@ -64,7 +65,6 @@ Other Changes
* Explicitly declare dependency on Watir 1.6.2 (or newer). Previously this
was assumed.


=== 0.3.2 / 2009-02-04

Another patch release. Like 0.3.1, no need to update if your project is
Expand Down
9 changes: 3 additions & 6 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ spec/sandbox/pages/foo/bar_page.rb
spec/sandbox/pages/foo/partials
spec/sandbox/pages/foo/partials/partial_the_reckoning.rb
spec/settings_spec.rb
spec/site_generator_spec.rb
spec/site_spec.rb
spec/spec_generator_helper.rb
spec/spec_generator_spec.rb
Expand All @@ -66,15 +65,18 @@ spec/string_spec.rb
spec/table_spec.rb
spec/taza_spec.rb
spec/watircraft_bin_spec.rb
spec/watir_spec.rb
app_generators/watircraft
app_generators/watircraft/templates
app_generators/watircraft/templates/config.yml.erb
app_generators/watircraft/templates/environments.yml.erb
app_generators/watircraft/templates/feature_helper.rb
app_generators/watircraft/templates/initialize.rb.erb
app_generators/watircraft/templates/rakefile.rb
app_generators/watircraft/templates/script
app_generators/watircraft/templates/script/console
app_generators/watircraft/templates/script/console.cmd
app_generators/watircraft/templates/site.rb.erb
app_generators/watircraft/templates/site_start.rb.erb
app_generators/watircraft/templates/spec_helper.rb
app_generators/watircraft/templates/spec_initialize.rb
Expand All @@ -86,11 +88,6 @@ watircraft_generators/page/page_generator.rb
watircraft_generators/page/templates
watircraft_generators/page/templates/page.rb.erb
watircraft_generators/page/USAGE
watircraft_generators/site
watircraft_generators/site/site_generator.rb
watircraft_generators/site/templates
watircraft_generators/site/templates/environments.yml.erb
watircraft_generators/site/templates/site.rb.erb
watircraft_generators/spec
watircraft_generators/spec/spec_generator.rb
watircraft_generators/spec/templates
Expand Down
4 changes: 2 additions & 2 deletions VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:patch: 1
:major: 0
:minor: 4
:patch: 2
:major: 0
2 changes: 1 addition & 1 deletion lib/watircraft/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is autogenerated. Do not edit.
# Use 'rake version.rb' to update.
module WatirCraft; VERSION = '0.4.1'; end
module WatirCraft; VERSION = '0.4.2'; end
6 changes: 3 additions & 3 deletions watircraft.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

Gem::Specification.new do |s|
s.name = %q{watircraft}
s.version = "0.4.1"
s.version = "0.4.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bret Pettichord", "Jim Matthews", "Charley Baker", "Adam Anderson"]
s.date = %q{2009-02-25}
s.date = %q{2009-03-24}
s.default_executable = %q{watircraft}
s.description = %q{WatirCraft is a framework for web testing.}
s.email = %q{bret@pettichord.com}
s.executables = ["watircraft"]
s.extra_rdoc_files = ["History.txt", "README.rdoc"]
s.files = ["BUGS.txt", "History.txt", "Manifest.txt", "README.rdoc", "VERSION.yml", "watircraft.gemspec", "bin/watircraft", "lib/extensions", "lib/extensions/array.rb", "lib/extensions/hash.rb", "lib/extensions/object.rb", "lib/extensions/string.rb", "lib/extensions/watir.rb", "lib/taza", "lib/taza/browser.rb", "lib/taza/entity.rb", "lib/taza/fixture.rb", "lib/taza/flow.rb", "lib/taza/page.rb", "lib/taza/settings.rb", "lib/taza/site.rb", "lib/taza/tasks.rb", "lib/taza.rb", "lib/watircraft", "lib/watircraft/generator_helper.rb", "lib/watircraft/table.rb", "lib/watircraft/version.rb", "lib/watircraft.rb", "spec/array_spec.rb", "spec/browser_spec.rb", "spec/entity_spec.rb", "spec/fake_table.rb", "spec/fixtures_spec.rb", "spec/fixture_spec.rb", "spec/hash_spec.rb", "spec/object_spec.rb", "spec/page_generator_spec.rb", "spec/page_spec.rb", "spec/project_generator_spec.rb", "spec/sandbox", "spec/sandbox/config", "spec/sandbox/config/config.yml", "spec/sandbox/config/environments.yml", "spec/sandbox/config/simpler.yml", "spec/sandbox/config/simpler_site.yml", "spec/sandbox/config.yml", "spec/sandbox/fixtures", "spec/sandbox/fixtures/examples.yml", "spec/sandbox/fixtures/users.yml", "spec/sandbox/flows", "spec/sandbox/flows/batman.rb", "spec/sandbox/flows/robin.rb", "spec/sandbox/pages", "spec/sandbox/pages/foo", "spec/sandbox/pages/foo/bar_page.rb", "spec/sandbox/pages/foo/partials", "spec/sandbox/pages/foo/partials/partial_the_reckoning.rb", "spec/settings_spec.rb", "spec/site_generator_spec.rb", "spec/site_spec.rb", "spec/spec_generator_helper.rb", "spec/spec_generator_spec.rb", "spec/spec_helper.rb", "spec/steps_generator_spec.rb", "spec/string_spec.rb", "spec/table_spec.rb", "spec/taza_spec.rb", "spec/watircraft_bin_spec.rb", "app_generators/watircraft", "app_generators/watircraft/templates", "app_generators/watircraft/templates/config.yml.erb", "app_generators/watircraft/templates/feature_helper.rb", "app_generators/watircraft/templates/initialize.rb.erb", "app_generators/watircraft/templates/rakefile.rb", "app_generators/watircraft/templates/script", "app_generators/watircraft/templates/script/console", "app_generators/watircraft/templates/script/console.cmd", "app_generators/watircraft/templates/site_start.rb.erb", "app_generators/watircraft/templates/spec_helper.rb", "app_generators/watircraft/templates/spec_initialize.rb", "app_generators/watircraft/templates/world.rb", "app_generators/watircraft/USAGE", "app_generators/watircraft/watircraft_generator.rb", "watircraft_generators/page", "watircraft_generators/page/page_generator.rb", "watircraft_generators/page/templates", "watircraft_generators/page/templates/page.rb.erb", "watircraft_generators/page/USAGE", "watircraft_generators/site", "watircraft_generators/site/site_generator.rb", "watircraft_generators/site/templates", "watircraft_generators/site/templates/environments.yml.erb", "watircraft_generators/site/templates/site.rb.erb", "watircraft_generators/spec", "watircraft_generators/spec/spec_generator.rb", "watircraft_generators/spec/templates", "watircraft_generators/spec/templates/spec.rb.erb", "watircraft_generators/spec/USAGE", "watircraft_generators/steps", "watircraft_generators/steps/steps_generator.rb", "watircraft_generators/steps/templates", "watircraft_generators/steps/templates/steps.rb.erb", "watircraft_generators/steps/USAGE"]
s.files = ["BUGS.txt", "History.txt", "Manifest.txt", "README.rdoc", "VERSION.yml", "watircraft.gemspec", "bin/watircraft", "lib/extensions", "lib/extensions/array.rb", "lib/extensions/hash.rb", "lib/extensions/object.rb", "lib/extensions/string.rb", "lib/extensions/watir.rb", "lib/taza", "lib/taza/browser.rb", "lib/taza/entity.rb", "lib/taza/fixture.rb", "lib/taza/flow.rb", "lib/taza/page.rb", "lib/taza/settings.rb", "lib/taza/site.rb", "lib/taza/tasks.rb", "lib/taza.rb", "lib/watircraft", "lib/watircraft/generator_helper.rb", "lib/watircraft/table.rb", "lib/watircraft/version.rb", "lib/watircraft.rb", "spec/array_spec.rb", "spec/browser_spec.rb", "spec/entity_spec.rb", "spec/fake_table.rb", "spec/fixtures_spec.rb", "spec/fixture_spec.rb", "spec/hash_spec.rb", "spec/object_spec.rb", "spec/page_generator_spec.rb", "spec/page_spec.rb", "spec/project_generator_spec.rb", "spec/sandbox", "spec/sandbox/config", "spec/sandbox/config/config.yml", "spec/sandbox/config/environments.yml", "spec/sandbox/config/simpler.yml", "spec/sandbox/config/simpler_site.yml", "spec/sandbox/config.yml", "spec/sandbox/fixtures", "spec/sandbox/fixtures/examples.yml", "spec/sandbox/fixtures/users.yml", "spec/sandbox/flows", "spec/sandbox/flows/batman.rb", "spec/sandbox/flows/robin.rb", "spec/sandbox/pages", "spec/sandbox/pages/foo", "spec/sandbox/pages/foo/bar_page.rb", "spec/sandbox/pages/foo/partials", "spec/sandbox/pages/foo/partials/partial_the_reckoning.rb", "spec/settings_spec.rb", "spec/site_spec.rb", "spec/spec_generator_helper.rb", "spec/spec_generator_spec.rb", "spec/spec_helper.rb", "spec/steps_generator_spec.rb", "spec/string_spec.rb", "spec/table_spec.rb", "spec/taza_spec.rb", "spec/watircraft_bin_spec.rb", "spec/watir_spec.rb", "app_generators/watircraft", "app_generators/watircraft/templates", "app_generators/watircraft/templates/config.yml.erb", "app_generators/watircraft/templates/environments.yml.erb", "app_generators/watircraft/templates/feature_helper.rb", "app_generators/watircraft/templates/initialize.rb.erb", "app_generators/watircraft/templates/rakefile.rb", "app_generators/watircraft/templates/script", "app_generators/watircraft/templates/script/console", "app_generators/watircraft/templates/script/console.cmd", "app_generators/watircraft/templates/site.rb.erb", "app_generators/watircraft/templates/site_start.rb.erb", "app_generators/watircraft/templates/spec_helper.rb", "app_generators/watircraft/templates/spec_initialize.rb", "app_generators/watircraft/templates/world.rb", "app_generators/watircraft/USAGE", "app_generators/watircraft/watircraft_generator.rb", "watircraft_generators/page", "watircraft_generators/page/page_generator.rb", "watircraft_generators/page/templates", "watircraft_generators/page/templates/page.rb.erb", "watircraft_generators/page/USAGE", "watircraft_generators/spec", "watircraft_generators/spec/spec_generator.rb", "watircraft_generators/spec/templates", "watircraft_generators/spec/templates/spec.rb.erb", "watircraft_generators/spec/USAGE", "watircraft_generators/steps", "watircraft_generators/steps/steps_generator.rb", "watircraft_generators/steps/templates", "watircraft_generators/steps/templates/steps.rb.erb", "watircraft_generators/steps/USAGE"]
s.has_rdoc = true
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit eeecc2f

Please sign in to comment.