simp-rake-helpers 1.1.2 → 1.1.3
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 +8 -8
- data/lib/simp/rake/build/auto.rb +5 -3
- data/lib/simp/rake/helpers/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MWJjMDIxNzA3ZjFlZTdmOTBhM2U5OTUyM2ExMDQ1YjE5MDMzMzViYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDM4ZTg3OTNmYjY1ZDZlZWUxY2U1N2RiZDU2YzA4ZDlkNTdhYTUxMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDU4MjRjNjA2ZTIyYWVmMzE4ZGUwYmU1MzAwYTQ4N2Q4MzQ5M2FlNzE0Yjcz
|
|
10
|
+
YmYyMDVmOTU4YjQzMjdjZjI0ZjU4MmRlYmZiYzVjYjQyNzE5Yjk0YTJmZjA3
|
|
11
|
+
OWY0NmU1MGQyNDI3NGE0MTJkNDRiYWJiZTRkYThiNWY5NzQ2ZGY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NGZmNWI1NjVkOGY3OTc0OTNkNThlNjUwNGJjZjAxODA0MDE2Njk3Nzk0YzFm
|
|
14
|
+
NjhjNjZmZDlmOGFkMmU2OWIwMmQ3ZDJmNWNlOTNkOTkwMzBmYmI2ZTE4NTQ5
|
|
15
|
+
Nzk1ODRkZWJjNmE2MTEzZDgxZjM4NDdkNzE1N2U0OTQzYTliNjg=
|
data/lib/simp/rake/build/auto.rb
CHANGED
|
@@ -236,6 +236,8 @@ module Simp::Rake::Build
|
|
|
236
236
|
puts
|
|
237
237
|
end
|
|
238
238
|
|
|
239
|
+
Dir.chdir repo_root_dir
|
|
240
|
+
|
|
239
241
|
puts
|
|
240
242
|
puts '='*80
|
|
241
243
|
puts "#### iso:build[#{tarball}]"
|
|
@@ -255,15 +257,15 @@ module Simp::Rake::Build
|
|
|
255
257
|
|
|
256
258
|
# NOTE: It is possible at this point (given the right
|
|
257
259
|
# `SIMP_BUILD_xxx=no` flags) that iso:build will not have set
|
|
258
|
-
# `@simp_output_iso`.
|
|
259
|
-
# (there should only be one) and take our best guess.
|
|
260
|
+
# `@simp_output_iso`. In that case, look at the ISOs in the staging
|
|
261
|
+
# dir (there should only be one) and take our best guess.
|
|
260
262
|
if @simp_output_iso.nil?
|
|
261
263
|
@simp_output_iso = File.basename(_isos.first)
|
|
262
264
|
end
|
|
263
265
|
|
|
264
266
|
output_file = full_iso_name ? full_iso_name : @simp_output_iso
|
|
265
267
|
if iso_name_tag
|
|
266
|
-
output_file.sub
|
|
268
|
+
output_file = output_file.sub(/\.iso$/i, "__#{iso_name_tag}.iso")
|
|
267
269
|
end
|
|
268
270
|
|
|
269
271
|
puts
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simp-rake-helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Tessmer
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-03-
|
|
12
|
+
date: 2016-03-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|