tidyflash 0.9.4 → 0.9.5
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/lib/tidy/compile.rb +4 -3
- data/lib/tidy/version.rb +1 -1
- data/tidyflash.gemspec +1 -1
- metadata +3 -3
data/lib/tidy/compile.rb
CHANGED
@@ -43,9 +43,9 @@ module Tidy
|
|
43
43
|
build args, "mxmlc +configname=air " + parse_options(args)
|
44
44
|
Axml.new( args )
|
45
45
|
unless args[:do_not_launch]
|
46
|
-
if File.exists? File.expand_path("~/mm.cfg")
|
47
|
-
|
48
|
-
end
|
46
|
+
#if File.exists? File.expand_path("~/mm.cfg")
|
47
|
+
# File.rename(File.expand_path("~/mm.cfg"), File.expand_path("~/mm.cfg") + ".bak")
|
48
|
+
#end
|
49
49
|
puts `adl bin/#{args[:output]}.axml`
|
50
50
|
end
|
51
51
|
end
|
@@ -73,6 +73,7 @@ module Tidy
|
|
73
73
|
|
74
74
|
def self.build(args,command)
|
75
75
|
puts "Compiling with TidyFlash #{Tidy::Version.number}"
|
76
|
+
puts "will execute: #{command}"
|
76
77
|
#puts "cd #{FileUtils.pwd} && #{command}"
|
77
78
|
=begin
|
78
79
|
command_result = command
|
data/lib/tidy/version.rb
CHANGED
data/tidyflash.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tidyflash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 49
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 0.9.
|
9
|
+
- 5
|
10
|
+
version: 0.9.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Forrest
|