paulanthonywilson-iphone_testify 0.0.1 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -28,7 +28,7 @@ PROJ.exclude << '\.gitignore'
28
28
  PROJ.notes.exclude = %w(^README\.txt$ ^data/)
29
29
  PROJ.readme_file = 'README.rdoc'
30
30
 
31
- depend_on "paulanthonywilson-osx_filewatcher"
31
+ depend_on "paulanthonywilson-osx_watchfolder"
32
32
  depend_on "rake"
33
33
 
34
34
  # EOF
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.1'
5
+ VERSION = '0.0.4'
6
6
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
7
7
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
8
8
  # :startdoc:
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.1
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Wilson
@@ -13,14 +13,14 @@ date: 2009-02-25 00:00:00 -08:00
13
13
  default_executable: iphone_testify
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: paulanthonywilson-osx_filewatcher
16
+ name: paulanthonywilson-osx_watchfolder
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: "0"
23
+ version: 1.0.1
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
@@ -57,6 +57,7 @@ files:
57
57
  - README.rdoc
58
58
  - Rakefile
59
59
  - bin/iphone_testify
60
+ - iphone_testify-0.0.2.gem
60
61
  - iphone_testify.gemspec
61
62
  - lib/iphone_testify.rb
62
63
  - lib/iphone_testify/setup.rb