asproject 0.1.74 → 0.1.75

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.
@@ -2,7 +2,7 @@ module AsProject
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 75
5
+ TINY = 76
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -38,8 +38,9 @@ module AsProject
38
38
  elsif(version == 9)
39
39
  @win_url = "http://download.macromedia.com/pub/flashplayer/updaters/9/sa_flashplayer_9_debug.exe"
40
40
  @win_extracted_file = "sa_flashplayer_9_debug.exe"
41
- @osx_url = nil
42
- @osx_extracted_file = nil
41
+ @osx_url = "http://download.macromedia.com/pub/flashplayer/updaters/9/sa_flashplayer_9_all_debug_ub.dmg"
42
+ @osx_mounted_path = "Adobe Flash Player Standalone"
43
+ @osx_extracted_file = "Flash\ Player.app"
43
44
  @unix_url = nil
44
45
  @unix_extracted_file = nil
45
46
  else
@@ -82,7 +83,7 @@ module AsProject
82
83
 
83
84
  def run_osx
84
85
  Thread.new {
85
- system(%{open "#{clean_path(extracted_file_path)}" ./#{clean_path(@swf)}})
86
+ system(%{open -a "#{extracted_file_path}" ./#{clean_path(@swf)}})
86
87
  }
87
88
  # return OSXPlayerThread.new
88
89
  end
@@ -99,7 +99,6 @@ module AsProject
99
99
  if(!Rake::Task.task_defined?(extracted_file_path))
100
100
  file extracted_file_path => downloaded_file do |f|
101
101
  unpack_downloaded_file(downloaded_file, extracted_file_path)
102
- puts "CHMODING FILE AT: " + extracted_file_path
103
102
  File.chmod(0755, extracted_file_path)
104
103
  end
105
104
  end
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
@@ -0,0 +1,10 @@
1
+
2
+ This file has been created because I can't figure out how to bundle
3
+ Empty directories in the gem package.
4
+
5
+ If you know how to do this, please contact me...
6
+
7
+ Thanks,
8
+
9
+ lbayes@patternpark.com
10
+
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: asproject
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.74
6
+ version: 0.1.75
7
7
  date: 2007-03-12 00:00:00 -07:00
8
8
  summary: AsProject is a tool set that simplifies the process of beginning and growing a new ActionScript project.
9
9
  require_paths:
@@ -35,6 +35,7 @@ files:
35
35
  - lib
36
36
  - Manifest.txt
37
37
  - MIT-LICENSE.txt
38
+ - pkg
38
39
  - rakefile.rb
39
40
  - README.txt
40
41
  - setup.rb
@@ -255,12 +256,23 @@ files:
255
256
  - templates/ide/mate/Create Class.tmCommand
256
257
  - templates/ide/mate/Rebuild Test Suites.tmCommand
257
258
  - templates/ide/mate/Run Rake Task.tmCommand
259
+ - templates/asclass/mxml/.crap_file
260
+ - templates/asproject/as2/art/.crap_file
261
+ - templates/asproject/as2/doc/.crap_file
262
+ - templates/asproject/as2/project/bin/.crap_file
263
+ - templates/asproject/as2/project/lib/.crap_file
264
+ - templates/asproject/as3/art/.crap_file
265
+ - templates/asproject/as3/doc/.crap_file
266
+ - templates/asproject/as3/project/bin/.crap_file
267
+ - templates/asproject/as3/project/lib/.crap_file
268
+ - templates/asproject/as3/project/test/.crap_file
258
269
  - templates/asproject/fb2as/project/.actionScriptProperties
259
270
  - templates/asproject/fb2as/project/.project
260
271
  - templates/asproject/fb2as/project/.settings
261
272
  - templates/asproject/fdt/project/.as2_classpath
262
273
  - templates/asproject/fdt/project/.project
263
274
  - templates/asproject/fdt/project/.settings
275
+ - templates/asproject/mxml/.crap_file
264
276
  test_files: []
265
277
 
266
278
  rdoc_options: