airake 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,4 +1,7 @@
1
- == 0.1.1 2007-08-29
1
+ == 0.1.4 2007-08-30
2
+ * Fixed minor bug with app_name being titleized
3
+
4
+ == 0.1.3 2007-08-29
2
5
 
3
6
  * 1 major enhancement:
4
7
  * Initial release
@@ -9,7 +9,7 @@ class AirakeGenerator < RubiGen::Base
9
9
  super
10
10
  usage if args.empty? || args.size < 2
11
11
  @destination_root = File.expand_path(args.shift)
12
- @app_name = File.basename(@destination_root).titleize
12
+ @app_name = File.basename(@destination_root).camelize
13
13
  @app_id = args.shift
14
14
  extract_options
15
15
  end
@@ -2,7 +2,7 @@ module Airake #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,7 +3,7 @@ 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.3
6
+ version: 0.1.4
7
7
  date: 2007-08-30 00:00:00 -04:00
8
8
  summary: Adobe AIR tasks
9
9
  require_paths: