buildr-as3 0.2.10 → 0.2.12

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.10
1
+ 0.2.12
data/buildr-as3.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{buildr-as3}
8
- s.version = "0.2.10"
8
+ s.version = "0.2.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dominic Graefen"]
@@ -95,7 +95,7 @@ module Buildr
95
95
  call_system(cmd_args)
96
96
  end
97
97
 
98
- def apparat_reducer(quality)
98
+ def apparat_reducer(options ={})
99
99
  output = project.get_as3_output(compile.target, compile.options)
100
100
  apparat_tk = compile.options[:apparat].invoke
101
101
  cmd_args = []
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: buildr-as3
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.10
5
+ version: 0.2.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dominic Graefen
@@ -129,7 +129,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
129
  requirements:
130
130
  - - ">="
131
131
  - !ruby/object:Gem::Version
132
- hash: 2627281418253404299
132
+ hash: 4130479704254785127
133
133
  segments:
134
134
  - 0
135
135
  version: "0"