sprout-as2-bundle 0.1.26 → 0.1.27

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.
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- TINY = 26
6
+ TINY = 27
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -28,7 +28,7 @@ class ClassGenerator < Sprout::Generator::NamedBase # :nodoc:
28
28
  m.directory full_test_dir
29
29
  m.template 'TestCase.as', full_test_case_path
30
30
 
31
- m.template 'TestSuite.as', File.join(test_dir, 'AllTests.as')
31
+ m.template 'TestSuite.as', File.join(test_dir, 'AllTests.as'), :collision => :force
32
32
  end
33
33
  end
34
34
 
@@ -13,7 +13,7 @@ class TestGenerator < Sprout::Generator::NamedBase # :nodoc:
13
13
  m.directory full_test_dir
14
14
  m.template "TestCase.as", full_test_case_path
15
15
 
16
- m.template 'TestSuite.as', File.join(test_dir, 'AllTests.as')
16
+ m.template 'TestSuite.as', File.join(test_dir, 'AllTests.as'), :collision => :force
17
17
  end
18
18
  end
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-as2-bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.26
4
+ version: 0.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pattern Park
@@ -9,7 +9,7 @@ autorequire: sprout/as2
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-23 00:00:00 -07:00
12
+ date: 2009-10-22 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency