palletjack 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d2e74d7163c7e531e965308b4d236372e7ae8d4
4
- data.tar.gz: c59638c01424c9eb8535c489eda2d35d81c3ac9f
3
+ metadata.gz: ce4f313a90ec10fa47d62393c525338eab83ec94
4
+ data.tar.gz: be0aeb59118a305f391f30ff8e42211fe247f254
5
5
  SHA512:
6
- metadata.gz: 58739fae916bc3e37f2ea51767a34fa4e1c3a0a288495495d5f369089dee8190dbfb1d3d64ed26d4bad72da1f1d5b844af88ddcf24d8830ff037ea80ad43ac69
7
- data.tar.gz: 1652ea07ca57d08e76830c1d6ef3c3b9e7d273d55c3d842057137742e5125ce21e5a799e2053174ebb481f2b47e7a9daaccae9940c18a09c40f9b6f0d21cdec2
6
+ metadata.gz: fba689adede56055b5e6ffe56ba296880e59ba1f5a713a987583777e62bc18b8588ce73f1ab6b1ea960a84768a36e4bfa26b5b3cd1c51a1f4e18057e5eddc073
7
+ data.tar.gz: 34f262b4cfad2a7c5a314a0c9d6bd1337a6178bf79dd0b843c8f1848e29fcbc044080e3f961ecb4939406503afe7503fc58cf0ef74002acd84ad191f999bcc1a
data/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ v0.7.3 2017-10-31
2
+
3
+ Bug fixes:
4
+
5
+ * Tools no longer crash if the warehouse is not a Git repository
6
+ (#129, #143)
7
+
1
8
  v0.7.2 2017-09-29
2
9
 
3
10
  Tool changes:
@@ -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: #{warehouse_path}
470
+ #{comment_char}#{comment_char} Warehouse: #{File.expand_path(options[:warehouse])}
471
471
  #{comment_char}#{comment_char}\n"
472
472
  end
473
473
  end
@@ -1,3 +1,3 @@
1
1
  module PalletJack
2
- VERSION = '0.7.2'
2
+ VERSION = '0.7.3'
3
3
  end
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.2
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-09-29 00:00:00.000000000 Z
11
+ date: 2017-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport