as3 1.0.0.pre → 1.0.1.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile +1 -1
  2. data/lib/as3.rb +5 -4
  3. data/test/unit/mxmlc_test.rb +6 -4
  4. metadata +5 -5
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem "sprout", '>= 1.0.0.pre'
3
+ gem "sprout", '>= 1.0.4.pre'
4
4
  gem "flex3sdk", '>= 3.5.0.pre'
5
5
 
6
6
  group :development do
data/lib/as3.rb CHANGED
@@ -12,11 +12,12 @@ module AS3
12
12
 
13
13
  if(!defined? AS3::VERSION)
14
14
  module VERSION #:nodoc:
15
- MAJOR = 1
16
- MINOR = 0
17
- TINY = '0.pre'
15
+ MAJOR = 1
16
+ MINOR = 0
17
+ TINY = 1
18
+ SUFFIX = 'pre'
18
19
 
19
- STRING = [MAJOR, MINOR, TINY].join('.')
20
+ STRING = [MAJOR, MINOR, TINY, SUFFIX].join('.')
20
21
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
21
22
  end
22
23
  end
@@ -17,10 +17,12 @@ class MXMLCTest < Test::Unit::TestCase
17
17
  end
18
18
 
19
19
  should "accept input" do
20
- mxmlc = AS3::MXMLC.new
21
- mxmlc.input = @input
22
- mxmlc.source_path << @fixture
23
- assert_equal '--source-path+=test/fixtures/mxmlc/simple test/fixtures/mxmlc/simple/SomeFile.as', mxmlc.to_shell
20
+ as_a_unix_system do
21
+ mxmlc = AS3::MXMLC.new
22
+ mxmlc.input = @input
23
+ mxmlc.source_path << @fixture
24
+ assert_equal '--source-path+=test/fixtures/mxmlc/simple test/fixtures/mxmlc/simple/SomeFile.as', mxmlc.to_shell
25
+ end
24
26
  end
25
27
 
26
28
  should "compile a swf" do
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
8
+ - 1
9
9
  - pre
10
- version: 1.0.0.pre
10
+ version: 1.0.1.pre
11
11
  platform: ruby
12
12
  authors:
13
13
  - Luke Bayes
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-19 00:00:00 -07:00
18
+ date: 2010-06-20 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -27,9 +27,9 @@ dependencies:
27
27
  segments:
28
28
  - 1
29
29
  - 0
30
- - 0
30
+ - 4
31
31
  - pre
32
- version: 1.0.0.pre
32
+ version: 1.0.4.pre
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: *id001