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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDZhZjNiNjc2MGM4YTUyYjFhOTE5MjVhMDdhMDgyZGNmOTIzODhlNQ==
4
+ MWJjMDIxNzA3ZjFlZTdmOTBhM2U5OTUyM2ExMDQ1YjE5MDMzMzViYw==
5
5
  data.tar.gz: !binary |-
6
- NDVhNzhhYjMzZDllMzI1ZjkwZDIxY2EwN2QxMTk1OTFmNmNhOTc1MA==
6
+ NDM4ZTg3OTNmYjY1ZDZlZWUxY2U1N2RiZDU2YzA4ZDlkNTdhYTUxMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjZkYjhjZTQ5ZWE2NTY0MDg4Mzg0MGE3OGE1MThmYmVlN2M3ZjczM2U3YmI2
10
- YWNhYzJkN2JjNjdmMDc2MDRiYTc3YWE1MDI1YzMyZDIyN2U4OWQyYmNmYmVl
11
- OTYzYTE5M2MxMGY1ZmQ2MWQ4M2U3MzAzM2MyYmRlZTI4NzBmZmI=
9
+ NDU4MjRjNjA2ZTIyYWVmMzE4ZGUwYmU1MzAwYTQ4N2Q4MzQ5M2FlNzE0Yjcz
10
+ YmYyMDVmOTU4YjQzMjdjZjI0ZjU4MmRlYmZiYzVjYjQyNzE5Yjk0YTJmZjA3
11
+ OWY0NmU1MGQyNDI3NGE0MTJkNDRiYWJiZTRkYThiNWY5NzQ2ZGY=
12
12
  data.tar.gz: !binary |-
13
- OTVjYjc3ZGJkYzRmNmU5NmU2OTA4MDk2NzA0NGFmNWFjZTkyMzliODEyOTNk
14
- MzUwMTFlMjcyYmU1YjQ2NDc5Zjc4NjY0MWE4ZWE3YzNlZGM1NWM5MzY4YmI1
15
- MjQ2ZjhkOWVmNTFhYjU5YWJkMmU5NGNkOWMxNmQ2YjE0ZWI3OTA=
13
+ NGZmNWI1NjVkOGY3OTc0OTNkNThlNjUwNGJjZjAxODA0MDE2Njk3Nzk0YzFm
14
+ NjhjNjZmZDlmOGFkMmU2OWIwMmQ3ZDJmNWNlOTNkOTkwMzBmYmI2ZTE4NTQ5
15
+ Nzk1ODRkZWJjNmE2MTEzZDgxZjM4NDdkNzE1N2U0OTQzYTliNjg=
@@ -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`. So, we look at the ISOs in the staging dir
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!(/\.iso$/i, "__#{iso_name_tag}.iso")
268
+ output_file = output_file.sub(/\.iso$/i, "__#{iso_name_tag}.iso")
267
269
  end
268
270
 
269
271
  puts
@@ -2,5 +2,5 @@ module Simp; end
2
2
  module Simp::Rake; end
3
3
 
4
4
  class Simp::Rake::Helpers
5
- VERSION = '1.1.2'
5
+ VERSION = '1.1.3'
6
6
  end
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.2
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 00:00:00.000000000 Z
12
+ date: 2016-03-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler