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.
@@ -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
- File.rename(File.expand_path("~/mm.cfg"), File.expand_path("~/mm.cfg") + ".bak")
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
@@ -1,7 +1,7 @@
1
1
  module Tidy
2
2
  class Version
3
3
  def self.number
4
- '0.9.4'
4
+ '0.9.5'
5
5
  end
6
6
  end
7
7
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tidyflash}
5
- s.version = "0.9.4"
5
+ s.version = "0.9.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Michael Forrest"]
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: 51
4
+ hash: 49
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 4
10
- version: 0.9.4
9
+ - 5
10
+ version: 0.9.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Forrest