palletjack 0.7.2 → 0.7.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 +4 -4
- data/ChangeLog +7 -0
- data/lib/palletjack/tool.rb +1 -1
- data/lib/palletjack/version.rb +1 -1
- 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: ce4f313a90ec10fa47d62393c525338eab83ec94
|
|
4
|
+
data.tar.gz: be0aeb59118a305f391f30ff8e42211fe247f254
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fba689adede56055b5e6ffe56ba296880e59ba1f5a713a987583777e62bc18b8588ce73f1ab6b1ea960a84768a36e4bfa26b5b3cd1c51a1f4e18057e5eddc073
|
|
7
|
+
data.tar.gz: 34f262b4cfad2a7c5a314a0c9d6bd1337a6178bf79dd0b843c8f1848e29fcbc044080e3f961ecb4939406503afe7503fc58cf0ef74002acd84ad191f999bcc1a
|
data/ChangeLog
CHANGED
data/lib/palletjack/tool.rb
CHANGED
|
@@ -467,7 +467,7 @@ module PalletJack
|
|
|
467
467
|
STDERR.puts "Error finding Git sourcing information: #{$!}"
|
|
468
468
|
return "#{comment_char}#{comment_char}
|
|
469
469
|
#{comment_char}#{comment_char} Automatically generated by #{tool_name} from
|
|
470
|
-
#{comment_char}#{comment_char} Warehouse: #{
|
|
470
|
+
#{comment_char}#{comment_char} Warehouse: #{File.expand_path(options[:warehouse])}
|
|
471
471
|
#{comment_char}#{comment_char}\n"
|
|
472
472
|
end
|
|
473
473
|
end
|
data/lib/palletjack/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: palletjack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Calle Englund
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|