palletjack 0.7.1 → 0.7.2

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: 4676e886298ace9554f1da9282f0cb8ca35106d4
4
- data.tar.gz: feaf02fe0f9ab07f122e2d475fa35ac6807b1e6a
3
+ metadata.gz: 6d2e74d7163c7e531e965308b4d236372e7ae8d4
4
+ data.tar.gz: c59638c01424c9eb8535c489eda2d35d81c3ac9f
5
5
  SHA512:
6
- metadata.gz: 9bd3faa68cb9716e000a62957e3c12264dc6cae082ad12cb4574f296f9d2f269801b3d345b7c9cebc6f834e0b52e51d90493cab8890b0509640cc3f34409dfcb
7
- data.tar.gz: 3326f240ca3c10a13afd93be29b4cfec9c303111b469ef2d295315b22f26862c9c3948aca4e513111527c1044ceaccbe663f551bd3de34dbf140bd9f747564b3
6
+ metadata.gz: 58739fae916bc3e37f2ea51767a34fa4e1c3a0a288495495d5f369089dee8190dbfb1d3d64ed26d4bad72da1f1d5b844af88ddcf24d8830ff037ea80ad43ac69
7
+ data.tar.gz: 1652ea07ca57d08e76830c1d6ef3c3b9e7d273d55c3d842057137742e5125ce21e5a799e2053174ebb481f2b47e7a9daaccae9940c18a09c40f9b6f0d21cdec2
data/.rubocop_todo.yml CHANGED
@@ -64,7 +64,7 @@ Lint/UselessAssignment:
64
64
 
65
65
  # Offense count: 16
66
66
  Metrics/AbcSize:
67
- Max: 67
67
+ Max: 76
68
68
 
69
69
  # Offense count: 18
70
70
  # Configuration parameters: CountComments, ExcludedMethods.
@@ -79,6 +79,9 @@ Metrics/BlockLength:
79
79
  Metrics/ClassLength:
80
80
  Max: 147
81
81
 
82
+ Metrics/CyclomaticComplexity:
83
+ Max: 7
84
+
82
85
  # Offense count: 13
83
86
  # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
84
87
  # URISchemes: http, https
@@ -88,7 +91,7 @@ Metrics/LineLength:
88
91
  # Offense count: 26
89
92
  # Configuration parameters: CountComments.
90
93
  Metrics/MethodLength:
91
- Max: 59
94
+ Max: 67
92
95
 
93
96
  # Offense count: 1
94
97
  # Configuration parameters: CountKeywordArgs.
data/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ v0.7.2 2017-09-29
2
+
3
+ Tool changes:
4
+
5
+ * palletjack2knot supports emitting TXT records
6
+
7
+ v0.7.1 2017-09-08
8
+
9
+ Packaging changes:
10
+
11
+ * RuboCop dependency updated to 0.49 (#126)
12
+
1
13
  v0.7.0 2017-05-11
2
14
 
3
15
  Tool changes:
@@ -1,3 +1,3 @@
1
1
  module PalletJack
2
- VERSION = '0.7.1'
2
+ VERSION = '0.7.2'
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.1
4
+ version: 0.7.2
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-08 00:00:00.000000000 Z
11
+ date: 2017-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport