warp_drive 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/tasks/compile.rake +1 -1
- metadata +2 -2
data/lib/tasks/compile.rake
CHANGED
@@ -6,7 +6,7 @@ namespace :warp_drive do
|
|
6
6
|
require path
|
7
7
|
$genosaurus_output_directory = File.join(pwd, 'tmp', File.basename(pwd))
|
8
8
|
FileUtils.rm_rf($genosaurus_output_directory, :verbose => false)
|
9
|
-
WarpDriveGemGenerator.run('APP' => File.basename(pwd), 'OUT_DIR' => File.join(pwd, 'tmp', File.basename(pwd)))
|
9
|
+
WarpDriveGemGenerator.run('APP' => configatron.warp_drive.gem.retrieve(:name, File.basename(pwd)), 'OUT_DIR' => File.join(pwd, 'tmp', File.basename(pwd)))
|
10
10
|
|
11
11
|
sh "cd #{$genosaurus_output_directory}; rake package"
|
12
12
|
# FileUtils.rm_rf($genosaurus_output_directory, :verbose => false)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: warp_drive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- markbates
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-10-07 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|