diff --git a/README.rdoc b/README.rdoc index dee7518..361f067 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. diff --git a/VERSION b/VERSION index 7d85683..d1d899f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.4 +0.5.5 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"]