airake 0.2.9 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +11 -1
- data/lib/airake/commands/amxmlc.rb +1 -0
- data/lib/airake/version.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
== 0.2.
|
|
1
|
+
== 0.2.10 2007-11-10
|
|
2
|
+
|
|
3
|
+
* Fixing non-escaped source path (causes problems when using path with spaces)
|
|
4
|
+
|
|
5
|
+
== 0.2.9 2007-11-09
|
|
6
|
+
|
|
7
|
+
* Fixing runner to output and flush as its running; This fixes the password request on package.
|
|
8
|
+
* Refactoring to check command options in constructor
|
|
9
|
+
* Using a build_env to determine what to pass to command; Fixes test source compiling during :normal build env (instead of only in :test env)
|
|
10
|
+
|
|
11
|
+
== 0.2.8 2007-11-06
|
|
2
12
|
|
|
3
13
|
* Fixing activesupport dependency
|
|
4
14
|
* Using IO.popen for command runner
|
data/lib/airake/version.rb
CHANGED
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.2.
|
|
7
|
-
date: 2007-11-
|
|
6
|
+
version: 0.2.10
|
|
7
|
+
date: 2007-11-10 00:00:00 -05:00
|
|
8
8
|
summary: Tasks and generators for Adobe AIR apps
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|