paulanthonywilson-iphone_testify 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -2,7 +2,7 @@
2
2
  module IphoneTestify
3
3
  GEMDIR = File.expand_path(File.dirname(__FILE__) + "/..")
4
4
  # :stopdoc:
5
- VERSION = '0.0.4'
5
+ VERSION = '0.0.5'
6
6
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
7
7
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
8
8
  # :startdoc:
data/skeleton/Rakefile CHANGED
@@ -31,7 +31,7 @@ file BUILD_STATUS_FILE => Dir.glob("Classes/*.[hm]") + Dir.glob("UnitTests/*.m")
31
31
  end
32
32
 
33
33
  task :remove_built_file do
34
- FileUtils.rm(BUILD_STATUS_FILE)
34
+ FileUtils.rm_f(BUILD_STATUS_FILE)
35
35
  end
36
36
 
37
37
  task :test_all=>[:remove_built_file, :test]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paulanthonywilson-iphone_testify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Wilson
@@ -58,6 +58,7 @@ files:
58
58
  - Rakefile
59
59
  - bin/iphone_testify
60
60
  - iphone_testify-0.0.2.gem
61
+ - iphone_testify-0.0.4.gem
61
62
  - iphone_testify.gemspec
62
63
  - lib/iphone_testify.rb
63
64
  - lib/iphone_testify/setup.rb