From c5a48ea8631eb0e1769526d7b3b97404a8516eef Mon Sep 17 00:00:00 2001 From: Rob Holland Date: Wed, 2 Jun 2010 20:43:05 +0100 Subject: [PATCH 1/3] Update README now that the accessibility inspector stuff is handled automatically. --- README.rdoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 8420919..66fe7c6 100644 --- a/README.rdoc +++ b/README.rdoc @@ -30,9 +30,6 @@ to function sensibly. If your accessibility information is not accurate, iCuke m == Bugs -iCuke does not currently automate enabling the Accessibility Inspecter, which is required to be running for iCuke to -function. I am still deciding how best to achieve this is in a reliable fashion. - iCuke does not support testing applications on real devices, because I don't know of a way get a preload library to load on the device. From 5d128215bbd126c1e57fe74d9ac65a08da36e06d Mon Sep 17 00:00:00 2001 From: Rob Holland Date: Wed, 2 Jun 2010 20:43:30 +0100 Subject: [PATCH 2/3] Version bump to 0.5.5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7d85683..d1d899f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.4 +0.5.5 From c7975335e0efc01ebaf77b879527450443436bcd Mon Sep 17 00:00:00 2001 From: Rob Holland Date: Wed, 2 Jun 2010 20:43:34 +0100 Subject: [PATCH 3/3] Regenerated gemspec for version 0.5.5 --- iCuke.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iCuke.gemspec b/iCuke.gemspec index 63dc84e..2bd2466 100644 --- a/iCuke.gemspec +++ b/iCuke.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{iCuke} - s.version = "0.5.4" + s.version = "0.5.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Rob Holland"] - s.date = %q{2010-05-11} + s.date = %q{2010-06-02} s.description = %q{Cucumber support for iPhone applications} s.email = %q{rob@the-it-refinery.co.uk} s.extensions = ["ext/iCuke/Rakefile"]