sprout-mtasc-tool 1.13.6 → 1.13.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 1
5
5
  MINOR = 13
6
- TINY = 6
6
+ TINY = 7
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -1,12 +1,15 @@
1
1
  - !ruby/object:Sprout::RemoteFileTarget
2
2
  platform: macosx
3
- url: http://projectsprouts.googlecode.com/files/mtasc-1.13-osx.zip
3
+ url: http://projectsprouts.googlecode.com/files/mtasc-1.13.b-osx.zip
4
4
  archive_path: mtasc-1.13-osx/mtasc
5
+ md5: c50d411162332f457e058796d980e087
5
6
  - !ruby/object:Sprout::RemoteFileTarget
6
7
  platform: win32
7
8
  url: http://www.mtasc.org/zip/mtasc-1.13.zip
8
9
  archive_path: mtasc-1.13/mtasc.exe
10
+ md5: 5fac13c426612816dc967d49e3d8b4d0
9
11
  - !ruby/object:Sprout::RemoteFileTarget
10
12
  platform: linux
11
13
  url: http://www.mtasc.org/zip/mtasc-1.12-linux.tgz
12
14
  archive_path: mtasc
15
+ md5: ff79307111b023b108c46e23c99bea08
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-mtasc-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.6
4
+ version: 1.13.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Cannasse
@@ -9,11 +9,12 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-12 00:00:00 -08:00
12
+ date: 2009-10-28 00:00:00 -04:00
13
13
  default_executable: mtasc
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sprout
17
+ type: :runtime
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
@@ -30,16 +31,14 @@ extensions: []
30
31
  extra_rdoc_files: []
31
32
 
32
33
  files:
33
- - bin
34
- - lib
35
34
  - rakefile.rb
36
35
  - sprout.spec
37
36
  - bin/mtasc
38
- - lib/sprout
39
- - lib/sprout/mtasc
40
37
  - lib/sprout/mtasc/version.rb
41
- has_rdoc: false
38
+ has_rdoc: true
42
39
  homepage: http://www.mtasc.org
40
+ licenses: []
41
+
43
42
  post_install_message:
44
43
  rdoc_options: []
45
44
 
@@ -60,9 +59,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
59
  requirements: []
61
60
 
62
61
  rubyforge_project: sprout
63
- rubygems_version: 1.0.1
62
+ rubygems_version: 1.3.5
64
63
  signing_key:
65
- specification_version: 2
64
+ specification_version: 3
66
65
  summary: Motion Twin ActionScript Compiler
67
66
  test_files: []
68
67