sprout-as3-bundle 0.1.40 → 0.1.41
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/lib/sprout/as3/version.rb +1 -1
- data/lib/sprout/tasks/mxmlc_task.rb +1 -0
- metadata +2 -2
data/lib/sprout/as3/version.rb
CHANGED
|
@@ -237,6 +237,7 @@ EOF
|
|
|
237
237
|
end
|
|
238
238
|
|
|
239
239
|
add_param(:fonts_languages_language_range, :string) do |p|
|
|
240
|
+
p.shell_name = '-compiler.fonts.languages.language-range'
|
|
240
241
|
p.description =<<EOF
|
|
241
242
|
Specifies the range of Unicode settings for that language. For more information, see Using Styles and Themes (http://livedocs.adobe.com/flex/2/docs/00000751.html#241755) in Flex 2 Developer's Guide.
|
|
242
243
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sprout-as3-bundle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.41
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pattern Park
|
|
@@ -9,7 +9,7 @@ autorequire: sprout/as3
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-03-
|
|
12
|
+
date: 2008-03-11 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|