papervision3d 2.1.921

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in sprout-papervision.gemspec
4
+ gemspec
@@ -0,0 +1,44 @@
1
+
2
+ h1. The Papervision3D Sprout Gem
3
+
4
+ h4. requires sprout, v >= 1.0.x.pre
5
+
6
+ Papervision3D ActionScript 3 source wrapped in a Sprout::Specification for implementation into a sprout project and Gem::Specification for distribution as a gem.
7
+
8
+ The sprout will download the Papervision3D matching version zip from GoogleCode and the source code will be copied to lib/papervision3d of your sprout project.
9
+
10
+ h3. Installation
11
+
12
+ Intended for use with a project using Project Sprouts.
13
+
14
+ See information concerning Project Sprouts here:
15
+ * "http://github.com/lukebayes/project-sprouts" http://github.com/lukebayes/project-sprouts
16
+ * "http://github.com/lukebayes/sprout-flashsdk" http://github.com/lukebayes/sprout-flashsdk
17
+
18
+ Add the Papervision3D gem to your Gemfile:
19
+
20
+ <pre><code>gem "papervision3d"</code></pre>
21
+
22
+ Add the Papervision3D library dependency to your Rakefile:
23
+
24
+ <pre><code>library :papervision3d</code></pre>
25
+
26
+ Enter this shell command to resolve gem dependency:
27
+
28
+ <pre><code>bundle install</code></pre>
29
+
30
+ h3. Ruby Gem
31
+
32
+ The gem can be installed independently of a project entering this command:
33
+
34
+ <pre><code>gem install papervision3d</code></pre>
35
+
36
+ h3. Some Links
37
+
38
+ * "Papervision3D Site":http://blog.papervision3d.org
39
+ * "Papervision3D on GoogleCode":http://code.google.com/p/papervision3d/
40
+ * "Sprouts Site":http://projectsprouts.org
41
+ * "Sprouts on Github":http://github.com/lukebayes/project-sprouts
42
+ * "flashsdk sprout on Github":http://github.com/lukebayes/sprout-flashsdk
43
+ * "Sprouts Community":http://groups.google.com/group/projectsprouts
44
+
@@ -0,0 +1,3 @@
1
+ require 'bundler'
2
+ require 'lib/papervision3d'
3
+ Bundler::GemHelper.install_tasks
@@ -0,0 +1,35 @@
1
+ require 'sprout'
2
+ # require 'papervision3d/version'
3
+
4
+ module Papervision3D
5
+ # Your code goes here...
6
+
7
+ NAME = "papervision3d"
8
+ VERSION = "2.1.921"
9
+
10
+
11
+
12
+ end
13
+
14
+ Sprout::Specification.new do |s|
15
+ s.name = Papervision3D::NAME
16
+ s.version = Papervision3D::VERSION
17
+ s.add_remote_file_target do |t|
18
+ # Apply the windows-specific configuration:
19
+ t.platform = :universal
20
+ # Apply the shared platform configuration:
21
+ # Remote Archive:
22
+ # t.archive_type = :swc
23
+ # t.url = "http://papervision3d.googlecode.com/files/Papervision3D_#{Papervision3D::VERSION}.swc"
24
+ t.archive_type = :zip
25
+ t.url = "http://papervision3d.googlecode.com/files/Papervision3D_#{Papervision3D::VERSION}.zip"
26
+ t.md5 = "3e56974a8f6afc3f26caeb08335a4979"
27
+
28
+ # t.add_library :swc, File.join('..', '..', 'bin', "AsUnit-#{AsUnit::VERSION}.swc")
29
+ # t.add_library :swc, File.join("Papervision3D_#{Papervision3D::VERSION}.swc")
30
+ # t.add_library :swc, "b31d74f2bc32db02687f979bd21769a0.swc"
31
+ t.add_library :src, ""
32
+
33
+ end
34
+ end
35
+
@@ -0,0 +1,3 @@
1
+ module Papervision3D
2
+
3
+ end
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: papervision3d
3
+ version: !ruby/object:Gem::Version
4
+ hash: 1849
5
+ prerelease: false
6
+ segments:
7
+ - 2
8
+ - 1
9
+ - 921
10
+ version: 2.1.921
11
+ platform: ruby
12
+ authors: []
13
+
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-10-13 00:00:00 -07:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: sprout
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 961915964
30
+ segments:
31
+ - 1
32
+ - 0
33
+ - 26
34
+ - pre
35
+ version: 1.0.26.pre
36
+ type: :runtime
37
+ version_requirements: *id001
38
+ description:
39
+ email:
40
+ - amoslanka@gmail.com
41
+ executables: []
42
+
43
+ extensions: []
44
+
45
+ extra_rdoc_files: []
46
+
47
+ files:
48
+ - lib/papervision3d/version.rb
49
+ - lib/papervision3d.rb
50
+ - Gemfile
51
+ - Rakefile
52
+ - README.textile
53
+ has_rdoc: true
54
+ homepage: http://www.github.com/amoslanka/sprout-papervision3d
55
+ licenses: []
56
+
57
+ post_install_message:
58
+ rdoc_options: []
59
+
60
+ require_paths:
61
+ - lib
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ none: false
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ hash: 3
68
+ segments:
69
+ - 0
70
+ version: "0"
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ none: false
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ hash: 3
77
+ segments:
78
+ - 0
79
+ version: "0"
80
+ requirements: []
81
+
82
+ rubyforge_project:
83
+ rubygems_version: 1.3.7
84
+ signing_key:
85
+ specification_version: 3
86
+ summary: Papervision3D ActionScript 3 source wrapped in a Sprout::Specification for implementation into a sprout project and Gem::Specification for distribution as a gem.
87
+ test_files: []
88
+