instructions_list 1.0.9.0.beta → 1.0.9.1.beta

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: 9388cc2104ae830ba9a03a6abfda944e84cbff43
4
- data.tar.gz: a90e1b5341f68699411587cfa824e8a8f4d7374c
3
+ metadata.gz: 15078dfc709df32a9911b4fcdbd3a1d364cdf0f1
4
+ data.tar.gz: b55a0773717b4d67cc97f4e3ca6e68474f08d432
5
5
  SHA512:
6
- metadata.gz: 1921e7251fe57c296b25060912372b9fed697ca77ffc67843c01d36e7cf326f2ae8213e6288a80c9a922e12f8587e3e86ff4f47dc8ff63ee0f8d6ab7540bbafe
7
- data.tar.gz: c07c8e50a62406998205b7c49e230d182f45a6d80419704947813941bd43e31c5aa18fe1ae02255d00e62b37bcb29182eb09c627280ffbba0a1368263b52f9c5
6
+ metadata.gz: 3b9f96b8e2f8008c75c4f410a2bb404841f92efab31afd60074ec98ebbc61a677175684109b356549f04348e652781331233fc59cdedd23eae933ab4cb0b9277
7
+ data.tar.gz: ae6c48a5b5ea041a2f3471fd039c77b98580b6ea385ba145438e9dd1a0466d84146cf7136cfa127ca3bd9e7b875404898afd5b1264d2d407cbff918acbcade2a
@@ -1,3 +1,3 @@
1
1
  module InstructionsList
2
- VERSION = "1.0.9.0.beta"
2
+ VERSION = "1.0.9.1.beta"
3
3
  end
@@ -118,7 +118,7 @@ module InstructionsList
118
118
  end
119
119
  def write content
120
120
  File.open("#{@cache}/#{reverse_command_name(@file_name)}", "w") do |file|
121
- file.puts content
121
+ file.puts content.gsub(""",'"')
122
122
  end
123
123
  end
124
124
  end
@@ -161,7 +161,7 @@ module InstructionsList
161
161
 
162
162
  CacheArtifactItem
163
163
  .new(artifact["file_name"],cache=@artifact_cache)
164
- .write(artifact["contents"],content["key"])
164
+ .write(artifact["file_contents"],content["key"])
165
165
 
166
166
  end
167
167
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instructions_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9.0.beta
4
+ version: 1.0.9.1.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coco Coder (aka Delaney Burke)
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-21 00:00:00.000000000 Z
11
+ date: 2017-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler