buildr-as3 0.1.1 → 0.1.2

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.
@@ -36,6 +36,7 @@ module Buildr
36
36
  cmd_args << "-classpath" << "#{flex_sdk.home}/lib/xalan.jar"
37
37
  cmd_args << "-classpath" << flex_sdk.asdoc_jar
38
38
  cmd_args << "flex2.tools.ASDoc"
39
+ cmd_args << "+flexlib" << "#{flex_sdk.home}/frameworks"
39
40
  cmd_args << "-load-config" << flex_sdk.flex_config
40
41
  cmd_args << "-output" << output
41
42
  cmd_args << "-source-path" << sources.join(" ")
@@ -23,7 +23,7 @@ require 'buildr/packaging'
23
23
  require "ftools"
24
24
  module Buildr
25
25
  module Packaging
26
- module Actionscript
26
+ module AS3
27
27
  class SwcTask < Rake::FileTask
28
28
  include Extension
29
29
  attr_writer :target_swc, :src_swc
@@ -97,5 +97,5 @@ module Buildr
97
97
  end
98
98
  end
99
99
  class Buildr::Project
100
- include Buildr::Packaging::Actionscript
100
+ include Buildr::Packaging::AS3
101
101
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildr-as3
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dominic Graefen