sprout-swfmill 0.2.12

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/bin/swfmill ADDED
@@ -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/swfmill/version'
9
+
10
+ exe = Sprout::Sprout.get_executable('swfmill', nil, Sprout::SWFMill::VERSION::STRING)
11
+ exec("#{exe} #{ARGV.join(' ')}")
@@ -0,0 +1,12 @@
1
+ module Sprout
2
+ class SWFMill
3
+ module VERSION #:nodoc:
4
+ MAJOR = 0
5
+ MINOR = 2
6
+ TINY = 12
7
+
8
+ STRING = [MAJOR, MINOR, TINY].join('.')
9
+ MAJOR_MINOR = [MAJOR, MINOR].join('.')
10
+ end
11
+ end
12
+ end
data/sprout.spec ADDED
@@ -0,0 +1,10 @@
1
+ - !ruby/object:Sprout::RemoteFileTarget
2
+ platform: macosx
3
+ url: http://swfmill.org/releases/swfmill-0.2.12-macosx.tar.gz
4
+ archive_path: swfmill-0.2.12-macosx/swfmill
5
+ md5: 9c708c0fc4977f774a70671e06420e52
6
+ - !ruby/object:Sprout::RemoteFileTarget
7
+ platform: win32
8
+ url: http://www.swfmill.org/releases/swfmill-0.2.12-win32.zip
9
+ archive_path: swfmill-0.2.12-win32/swfmill.exe
10
+
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: sprout-swfmill
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.2.12
7
+ date: 2007-12-30 00:00:00 -08:00
8
+ summary: SWFMill
9
+ require_paths:
10
+ - lib
11
+ email: projectsprouts@googlegroups.com
12
+ homepage: http://www.swfmill.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
+ - Daniel Fischer
31
+ files:
32
+ - bin/swfmill
33
+ - lib/sprout
34
+ - lib/sprout/swfmill
35
+ - lib/sprout/swfmill/version.rb
36
+ - sprout.spec
37
+ test_files: []
38
+
39
+ rdoc_options: []
40
+
41
+ extra_rdoc_files: []
42
+
43
+ executables:
44
+ - swfmill
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: