danger-duplicate_localizable_strings 0.0.1 → 0.0.2

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: b6a90fd23894198d3ca7d5711bba1e3cf7eada6c
4
- data.tar.gz: cb90d887b1b154a2c2c5a5b1184a1b4572715314
3
+ metadata.gz: f19fdb90c9795479c8fb11d27a0a5ecddf4df116
4
+ data.tar.gz: bd29c50b66b3fcbc59c25bc4fbad28a5487222c5
5
5
  SHA512:
6
- metadata.gz: b14b627da6ee9f36198992b1c94d6c757f5b91b80880bcaa7e6530d0f79a04bb76546326b29b01a9a0c5d266de12d1e47da57f82083c0920fcd9f0e253c6cce7
7
- data.tar.gz: 6650330149fd4c232e3958d97fdb6cd68e05d034ea000fa29af4233e23c6ce504f7f857ca753ac04e314f4ae568aeac8f7f8465f2d7472242fbaec728957fa17
6
+ metadata.gz: cdf2b56dc779493269bb568af5bc1de4b0eba4b2bec0046f2d196298a7865bc519d39792c8115b10b9b7edc9b662bda5179669499d6599c416a61c0ecc63da60
7
+ data.tar.gz: 6f4f59e3883f1b4bd64bef1cc94e62f259c780e030a5a24f7c5020fbfe2c7d2f8e673f54e713acb848470d881ef4e0d463444c62c4807c57bcf68a90bd723465
@@ -1,3 +1,3 @@
1
1
  module DuplicateLocalizableStrings
2
- VERSION = '0.0.1'.freeze
2
+ VERSION = '0.0.2'.freeze
3
3
  end
@@ -9,7 +9,7 @@ module Danger
9
9
  #
10
10
  # @tags localization
11
11
  #
12
- class DangerCheckLocalizableDuplicates < Plugin
12
+ class DangerDuplicateLocalizableStrings < Plugin
13
13
  #
14
14
  # Returns an array of all detected duplicate entries. An entry is
15
15
  # represented by a has with file path under 'file' key and the
@@ -52,7 +52,7 @@ module Danger
52
52
  # @return [void]
53
53
  #
54
54
  def print_duplicate_entries(duplicate_entries)
55
- message = "#### Found duplicate entries in Localizable.strings files \n"
55
+ message = "#### Found duplicate entries in Localizable.strings files \n\n"
56
56
 
57
57
  message << "| File | Key |\n"
58
58
  message << "| ---- | --- |\n"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-duplicate_localizable_strings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - AirHelp