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.
- data/History.txt +5 -0
- data/bin/puremvc-gen +1 -1
- data/lib/pure_m_v_c_gen/version.rb +1 -1
- data/puremvc-gen.gemspec +2 -2
- metadata +2 -2
data/History.txt
CHANGED
data/bin/puremvc-gen
CHANGED
@@ -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
|
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)
|
data/puremvc-gen.gemspec
CHANGED
@@ -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.
|
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-
|
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.
|
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-
|
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
|