bosh-gen 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,6 +28,12 @@ Changed:
28
28
  * `extract-job` & `extract-pkg` - copies files mentioned in specs
29
29
  * `package` - large files go into blobs/ folder
30
30
 
31
+ ### v0.8.2
32
+
33
+ Bug fixes:
34
+
35
+ * `extract-pkg` - missing #source_file helper
36
+
31
37
  ## v0.7.0
32
38
 
33
39
  Added:
@@ -66,6 +66,9 @@ module Bosh::Gen
66
66
  File.join(source_release_path, "packages", source_package_name, path)
67
67
  end
68
68
 
69
+ def source_file(*path)
70
+ File.join(source_release_path, *path)
71
+ end
69
72
  end
70
73
  end
71
74
  end
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Gen
3
- VERSION = "0.8.1"
3
+ VERSION = "0.8.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -209,7 +209,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
209
209
  version: '0'
210
210
  segments:
211
211
  - 0
212
- hash: 3642309180596894033
212
+ hash: -4610244634463043479
213
213
  required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  none: false
215
215
  requirements:
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  segments:
220
220
  - 0
221
- hash: 3642309180596894033
221
+ hash: -4610244634463043479
222
222
  requirements: []
223
223
  rubyforge_project:
224
224
  rubygems_version: 1.8.24