paulanthonywilson-iphone_testify 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -19,3 +19,8 @@
19
19
  == 0.1.10
20
20
 
21
21
  * ./autoiphonetest.rb no longer goes through rake
22
+
23
+ == 0.1.11
24
+
25
+ * Default task added to Rakefile
26
+ * fix to .gitignore to ignore build
@@ -2,7 +2,7 @@
2
2
  module IphoneTestify
3
3
  GEMDIR = File.expand_path(File.dirname(__FILE__) + "/..")
4
4
  # :stopdoc:
5
- VERSION = '0.1.10'
5
+ VERSION = '0.1.11'
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
@@ -1 +1,4 @@
1
- load 'Autotest.rake'
1
+ load 'Autotest.rake'
2
+
3
+
4
+ task :default => ['auto:test']
data/skeleton/autotest.rb CHANGED
@@ -29,6 +29,7 @@ module AutoTest
29
29
  notice = ['Pass']
30
30
  end
31
31
  AutoTest::growl *notice
32
+ puts failure_line.coloured if failure_line
32
33
  notice
33
34
  end
34
35
 
data/skeleton/gitignore CHANGED
@@ -2,7 +2,7 @@
2
2
  *tm_build_errors
3
3
  # xcode noise
4
4
 
5
- iphone/build/*
5
+ build/*
6
6
  *.pbxuser
7
7
  *.mode2v3
8
8
  *.mode1v3
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.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Wilson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-20 00:00:00 -07:00
12
+ date: 2009-04-22 00:00:00 -07:00
13
13
  default_executable: iphone_testify
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency