delphivm 0.8.0 → 0.8.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffd80d6a4e910ba6228a8d7f2101eb982d039ba8
4
- data.tar.gz: e6b73cff009b43f837757fca00c3e233013325c4
3
+ metadata.gz: fe9afbcb0ba9e64bf070769addf2d6edf785c9f2
4
+ data.tar.gz: 66d4b801e925d33e29187642012d9bce90b67c2d
5
5
  SHA512:
6
- metadata.gz: 8ef751a83859061335a15cf5eeea484b728fd039e97847fa68fc0e4110e744cf26e5934a04836349d8433f0faac440c3784d47e7384ad2b5e0a988bfcc272f40
7
- data.tar.gz: fd41c76496a2f477846a299cc286ddf90c3c8985a7dff742d00c9e54b7caac997a3adede2b932e4479a237c7ab01db6e562ee1b52d97f69a619fa5fa7093dfda
6
+ metadata.gz: dce0092c85b0e3231710b6f5b51dcf4859bff93f7fcf86247cab362323b44320e9c207c198812fa8fd9c0642ebca5e32c5659878dd74ed89d49985bfb42d9567
7
+ data.tar.gz: e2c519c94e9da11129ebbe7c297f75e4110b1e196de9440cf77365c8f48da5d0cf8b045cacdf79aa164fb24a256e5282f1a81dd3990b92b58fbd55add5e19a82
@@ -1,6 +1,6 @@
1
1
  # encoding: UTF-8
2
2
  class Delphivm
3
- VERSION = "0.8.0"
3
+ VERSION = "0.8.1"
4
4
  include(VersionInfo)
5
5
  self.VERSION.file_name = __FILE__
6
6
  end
data/lib/delphivm.rb CHANGED
@@ -75,7 +75,7 @@ class BuildTarget < Thor
75
75
  protected
76
76
  def self.depends(*task_names)
77
77
  @depends ||=[]
78
- @depends.push *task_names
78
+ @depends.push(*task_names)
79
79
  @depends
80
80
  end
81
81
 
@@ -91,7 +91,7 @@ protected
91
91
  end
92
92
 
93
93
  def catch_product(*prods)
94
- @products.push *prods
94
+ @products.push(*prods)
95
95
  yield *prods unless @catch_products
96
96
  end
97
97
 
@@ -130,7 +130,7 @@ protected
130
130
  end
131
131
 
132
132
  def convert_to_path(under_scored='')
133
- buildpath_as_str = (Pathname('out') + self.idetag + self.config).to_s
133
+ buildpath_as_str = (Pathname('out') + self.idetag + self.config[:Config]).to_s
134
134
  ROOT + under_scored.to_s.split('_').join('/').gsub(INCL_BUILD, '\1' + buildpath_as_str + '\2')
135
135
  end
136
136
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: delphivm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge L. Cangas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-16 00:00:00.000000000 Z
11
+ date: 2013-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler