gjastrab-puremvc-gen 0.1.1 → 0.1.2

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.
@@ -1,3 +1,8 @@
1
+ === 0.1.2 / 2008-12-19
2
+
3
+ * Wrapped directory parameters passed to ANT in quotes
4
+ * A path on Windows like C:\Documents and Settings\... previously caused an error
5
+
1
6
  === 0.1.1 / 2008-12-18
2
7
 
3
8
  * Working on Windows!
@@ -7,7 +7,7 @@ PMVC_GEN_HOME = File.join(File.dirname(__FILE__), '..', 'conf')
7
7
  BUILDFILE = File.join(PMVC_GEN_HOME, 'build.xml')
8
8
 
9
9
  def call_ant(args='')
10
- system "#{ANT_BIN} -f #{File.expand_path BUILDFILE} -Dpmvcgen.dir=#{File.expand_path PMVC_GEN_HOME} -Dbasedir=#{Dir.pwd} #{args}"
10
+ system "#{ANT_BIN} -f #{File.expand_path BUILDFILE} -Dpmvcgen.dir=\"#{File.expand_path PMVC_GEN_HOME}\" -Dbasedir=\"#{Dir.pwd}\" #{args}"
11
11
  end
12
12
 
13
13
  cmd = CmdParse::CommandParser.new(true, true)
@@ -12,7 +12,7 @@ module PureMVCGen
12
12
 
13
13
  MAJOR = 0
14
14
  MINOR = 1
15
- TINY = 1
15
+ TINY = 2
16
16
 
17
17
  ARRAY = [MAJOR, MINOR, TINY]
18
18
  STRING = ARRAY.join(".")
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{puremvc-gen}
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Greg Jastrab"]
9
- s.date = %q{2008-12-18}
9
+ s.date = %q{2008-12-19}
10
10
  s.default_executable = %q{puremvc-gen}
11
11
  s.description = %q{An ANT-based PureMVC generator.}
12
12
  s.email = %q{gjastrab.dev@gmail.com}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gjastrab-puremvc-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Jastrab
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-18 00:00:00 -08:00
12
+ date: 2008-12-19 00:00:00 -08:00
13
13
  default_executable: puremvc-gen
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency