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 +4 -4
- data/lib/instructions_list/version.rb +1 -1
- data/lib/instructions_list.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15078dfc709df32a9911b4fcdbd3a1d364cdf0f1
|
|
4
|
+
data.tar.gz: b55a0773717b4d67cc97f4e3ca6e68474f08d432
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b9f96b8e2f8008c75c4f410a2bb404841f92efab31afd60074ec98ebbc61a677175684109b356549f04348e652781331233fc59cdedd23eae933ab4cb0b9277
|
|
7
|
+
data.tar.gz: ae6c48a5b5ea041a2f3471fd039c77b98580b6ea385ba145438e9dd1a0466d84146cf7136cfa127ca3bd9e7b875404898afd5b1264d2d407cbff918acbcade2a
|
data/lib/instructions_list.rb
CHANGED
|
@@ -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["
|
|
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.
|
|
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-
|
|
11
|
+
date: 2017-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|