Skip to content

Commit

Permalink
Update history, prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bret committed Mar 31, 2009
1 parent d359c1c commit b76a20f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 10 deletions.
25 changes: 25 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
=== 0.4.3 / 2009-03-31

Bug Fixes

* WatirCraft can now be installed on a Mac (again).
* Page#url now returns the full url of the page.

Table Fixes

* Field elements/fields can now reference current row as "row", consistent
with page elements/fields being referencing browser as "browser".
(Previously you had to use @row, which still works.)
* Element names of table fields are now named x_field, consistent with page
fields. (Previously was x_element.)
* Fields that aren't found for some rows will no longer cause errors
when used as accessors.

Readme Updates

* Update install instructions.
* Add Google example.
* Update feature list.
* Add additional information (feedback, mailing list, WatirCraft LLC)
* Identify Github/readme as homepage for project.

=== 0.4.2 / 2009-03-24

* Fixed "can't find site generator" bug that occured when creating a new project.
Expand Down
4 changes: 2 additions & 2 deletions VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:minor: 4
:patch: 2
:patch: 3
:major: 0
:minor: 4
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.2'; end
module WatirCraft; VERSION = '0.4.3'; end
12 changes: 5 additions & 7 deletions watircraft.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,37 @@

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

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-03-24}
s.date = %q{2009-03-31}
s.default_executable = %q{watircraft}
s.description = %q{WatirCraft is a framework for web testing.}
s.description = %q{WatirCraft is a framework for testing web apps.}
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_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.homepage = %q{http://github.com/bret/watircraft/tree/master}
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{watir}
s.rubygems_version = %q{1.3.1}
s.summary = %q{WatirCraft is a framework for web testing.}
s.summary = %q{WatirCraft is a framework for testing web apps.}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<watir>, [">= 1.6.2"])
s.add_runtime_dependency(%q<taglob>, [">= 1.1.1"])
s.add_runtime_dependency(%q<rake>, [">= 0.8.3"])
s.add_runtime_dependency(%q<mocha>, [">= 0.9.3"])
s.add_runtime_dependency(%q<rubigen>, [">= 1.4.0"])
s.add_runtime_dependency(%q<rspec>, ["= 1.1.12"])
s.add_runtime_dependency(%q<cucumber>, ["= 0.1.16"])
else
s.add_dependency(%q<watir>, [">= 1.6.2"])
s.add_dependency(%q<taglob>, [">= 1.1.1"])
s.add_dependency(%q<rake>, [">= 0.8.3"])
s.add_dependency(%q<mocha>, [">= 0.9.3"])
Expand All @@ -42,7 +41,6 @@ Gem::Specification.new do |s|
s.add_dependency(%q<cucumber>, ["= 0.1.16"])
end
else
s.add_dependency(%q<watir>, [">= 1.6.2"])
s.add_dependency(%q<taglob>, [">= 1.1.1"])
s.add_dependency(%q<rake>, [">= 0.8.3"])
s.add_dependency(%q<mocha>, [">= 0.9.3"])
Expand Down

0 comments on commit b76a20f

Please sign in to comment.