sprout-mtasc 1.13.1

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.
Files changed (4) hide show
  1. data/bin/mtasc +11 -0
  2. data/lib/sprout/mtasc/version.rb +12 -0
  3. data/sprout.spec +12 -0
  4. metadata +58 -0
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # Created by Luke Bayes on 2007-4-29.
4
+ # Copyright (c) 2007. All rights reserved.
5
+
6
+ require 'rubygems'
7
+ require 'sprout'
8
+ require 'sprout/mtasc/version'
9
+
10
+ exe = Sprout::Sprout.get_executable('sprout-mtasc', nil, Sprout::MTASC::VERSION::STRING)
11
+ exec("#{exe} #{ARGV.join(' ')}")
@@ -0,0 +1,12 @@
1
+ module Sprout
2
+ class MTASC
3
+ module VERSION #:nodoc:
4
+ MAJOR = 1
5
+ MINOR = 13
6
+ TINY = 1
7
+
8
+ STRING = [MAJOR, MINOR, TINY].join('.')
9
+ MAJOR_MINOR = [MAJOR, MINOR].join('.')
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,12 @@
1
+ - !ruby/object:Sprout::RemoteFileTarget
2
+ platform: macosx
3
+ url: http://projectsprouts.googlecode.com/files/mtasc-1.13-osx.zip
4
+ archive_path: mtasc-1.13-osx/mtasc
5
+ - !ruby/object:Sprout::RemoteFileTarget
6
+ platform: win32
7
+ url: http://www.mtasc.org/zip/mtasc-1.13.zip
8
+ archive_path: mtasc-1.13/mtasc.exe
9
+ - !ruby/object:Sprout::RemoteFileTarget
10
+ platform: linux
11
+ url: http://www.mtasc.org/zip/mtasc-1.12-linux.tgz
12
+ archive_path: mtasc
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: sprout-mtasc
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.13.1
7
+ date: 2007-12-30 00:00:00 -08:00
8
+ summary: Motion Twin ActionScript Compiler with a front end for rake
9
+ require_paths:
10
+ - lib
11
+ email: projectsprouts@googlegroups.com
12
+ homepage: http://www.mtasc.org
13
+ rubyforge_project:
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Nicholas Cannasse
31
+ files:
32
+ - bin/mtasc
33
+ - lib/sprout
34
+ - lib/sprout/mtasc
35
+ - lib/sprout/mtasc/version.rb
36
+ - sprout.spec
37
+ test_files: []
38
+
39
+ rdoc_options: []
40
+
41
+ extra_rdoc_files: []
42
+
43
+ executables:
44
+ - mtasc
45
+ extensions: []
46
+
47
+ requirements: []
48
+
49
+ dependencies:
50
+ - !ruby/object:Gem::Dependency
51
+ name: sprout
52
+ version_requirement:
53
+ version_requirements: !ruby/object:Gem::Version::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: 0.7.1
58
+ version: