six-arma-builder 0.1.7 → 0.1.8

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.
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ require 'rake/testtask'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = 'six-arma-builder'
15
- s.version = '0.1.7'
15
+ s.version = '0.1.8'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Your summary here'
@@ -18,7 +18,7 @@ require 'six/arma/builder/mod'
18
18
  module Six
19
19
  module Arma
20
20
  module Builder
21
- VERSION = '0.1.7'
21
+ VERSION = '0.1.8'
22
22
  COMPONENT = 'six-arma-builder'
23
23
  BASE_PATH = Dir.pwd
24
24
 
@@ -391,10 +391,10 @@ module Six
391
391
  Dir.chdir d
392
392
  system "C:/tools/dsutils/dsCreateKey #{key}"
393
393
  end
394
- Dir[File.join(@config[:destination], "keys", '*.bikey')].each do |f|
394
+ Dir[File.join(@config[:destination], "store", "keys", '*.bikey')].each do |f|
395
395
  FileUtils.rm_f(f)
396
396
  end
397
- FileUtils.cp(File.join(d, "#{key}.bikey"), File.join(@config[:destination], "keys", "#{key}.bikey"))
397
+ FileUtils.cp(File.join(d, "#{key}.bikey"), File.join(@config[:destination], "store", "keys", "#{key}.bikey"))
398
398
  end
399
399
  puts
400
400
  log.info "Signing All..."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: six-arma-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sickboy