airake 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.1.8 2007-09-04
2
+
3
+ * Fix fail message to not show on compile error
4
+
1
5
  == 0.1.7 2007-09-03
2
6
 
3
7
  * FCSH warnings are to not trigger compile error
@@ -151,7 +151,7 @@ module Airake
151
151
  export PATH="/Applications/ApolloSDK/bin:$PATH"
152
152
 
153
153
  EOS
154
- puts fail_message
154
+ puts fail_message if error_status != 256
155
155
  raise "[#{error_status}] Failed to run command: #{cmd}"
156
156
  end
157
157
 
@@ -2,7 +2,7 @@ module Airake #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 7
5
+ TINY = 8
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: airake
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.7
7
- date: 2007-09-03 00:00:00 -04:00
6
+ version: 0.1.8
7
+ date: 2007-09-04 00:00:00 -04:00
8
8
  summary: Adobe AIR tasks
9
9
  require_paths:
10
10
  - lib