danger-localizationlinter 0.0.4 → 0.0.5

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
  SHA256:
3
- metadata.gz: cb8620dee58eb7b96dbf8bf58caa131777cf775c1b5517e8737c8ec5830c7cf3
4
- data.tar.gz: 1608af770b5b632959e19f001cef21e77d04d853d6bb76dc74df527d82c34d6b
3
+ metadata.gz: 697fecc8bd9eed91970a5d56d2dae27d345c1ed24aecd7312c3e7544b5fd429d
4
+ data.tar.gz: adc865257a8ffaaf729561340f1c1e7ad9884d9b50c9196762f18c5866934d1e
5
5
  SHA512:
6
- metadata.gz: ca2d819acc59f0344ae77dafb6414a505525c4b4dd92b8c1e49b85e19acf4ccd152b4b2317faf3de082071d88be14abfdb41a8b12b29569c58ab15f1b2e339ce
7
- data.tar.gz: 05f4e0aac73962e8aca8ee9ac3ba38b953fcddfde73c75b8c73ee7c4dff364d8652b4269cee7777e224b9ffac9a8a7aaa105674c28e4da2eb439ea10306a12db
6
+ metadata.gz: e87a5521362cc61499baea8874e12937b9e77ef560814598d8c1ebe31e3f736d3549777434254a03f2088085da86f7353cb3cb736c05f3b17834209ba3c6684a
7
+ data.tar.gz: efcc2e423812309cfd51e0a0d0d530c198b58c5053f97038fa75440a280c2957024fad6941e5732d094ac58efd664faee4b0fe8ae5d515d11f596bcbd8ccbb5c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-localizationlinter (0.0.4)
4
+ danger-localizationlinter (0.0.5)
5
5
  danger-plugin-api (~> 1.0)
6
6
  json-diff (~> 0.4)
7
7
  xcodeproj (~> 1.19)
@@ -136,7 +136,8 @@ GEM
136
136
  addressable (>= 2.3.5)
137
137
  faraday (> 0.8, < 2.0)
138
138
  shellany (0.0.1)
139
- terminal-table (1.6.0)
139
+ terminal-table (3.0.1)
140
+ unicode-display_width (>= 1.1.1, < 3)
140
141
  thor (1.1.0)
141
142
  unicode-display_width (2.0.0)
142
143
  xcodeproj (1.19.0)
@@ -24,7 +24,7 @@
24
24
  {% for table in tables %}
25
25
  "{{table.name}}": {
26
26
  {% filter indent:2 %}{% call recursiveBlock table.name table.levels %}{% endfilter %}
27
- }
27
+ }{{ ", " if not forloop.last }}
28
28
  {% endfor %}
29
29
  {% else %}
30
30
  {% call recursiveBlock tables.first.name tables.first.levels %}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Localizationlinter
4
- VERSION = '0.0.4'
4
+ VERSION = '0.0.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-localizationlinter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabernovel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-06 00:00:00.000000000 Z
11
+ date: 2021-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api