leftovers 0.5.1 → 0.5.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: 03a9797868cc444642bc0d475de4bd067a344891
4
- data.tar.gz: fa5961bbcbb420c1a4a1159215e5df64da163b71
3
+ metadata.gz: 0ca0079209fd4a81f12410ab2b9ccc3ac8eeb176
4
+ data.tar.gz: 1c4cca1116e1cb07b630bf97742da022a2fc8362
5
5
  SHA512:
6
- metadata.gz: 5c6d93694df1819e9f464b184b64ebb4ce53fe8b73558c59e286d21fae4d349bed14e89c57c4f6f7c38a7c8ec51669cd6ab909d09f6ec7384f197725846c5092
7
- data.tar.gz: 2955b7635cf34fccbaa06e3555ec0210a2a9fc00afa116c7a9e412d703c22a6ad3e563021ace19fec7cd96d13ec5d3222515355f0794a39206deab64ac1297bb
6
+ metadata.gz: 64427530e7fc79d4f683adbbb5eb3df1b6e7693171ab2debd2b2e5b32b394bf7185e2a742b94524a08b130c9eb76ed02d786020acfdffd52a306e7588fc3eff3
7
+ data.tar.gz: 1aa3183b82769536d95738f1271f0d7581622fc5607dc48a40788151228151f1e1117ef75b6520db5ca28389b31ddefde19b675d6884e092e405ce123785b188
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v0.5.2
2
+ - allow config entries to have duplicates (especially as --write-todo) can write a file with duplicates)
3
+
1
4
  # v0.5.1
2
5
  - fixed a bug with the erb parsing where it was incorrectly compiling comments:
3
6
  ```
@@ -36,8 +36,7 @@ module Leftovers
36
36
  {
37
37
  'type' => 'array',
38
38
  'items' => { '$ref' => '#/definitions/string' },
39
- 'minItems' => 1,
40
- 'uniqueItems' => true
39
+ 'minItems' => 1
41
40
  },
42
41
  { '$ref' => '#/definitions/string' }
43
42
  ]
@@ -65,8 +64,7 @@ module Leftovers
65
64
  {
66
65
  'type' => 'array',
67
66
  'items' => { '$ref' => '#/definitions/name' },
68
- 'minItems' => 1,
69
- 'uniqueItems' => true
67
+ 'minItems' => 1
70
68
  },
71
69
  { '$ref' => '#/definitions/name' }
72
70
  ]
@@ -84,8 +82,7 @@ module Leftovers
84
82
  {
85
83
  'type' => 'array',
86
84
  'items' => { '$ref' => '#/definitions/argumentPosition' },
87
- 'minItems' => 1,
88
- 'uniqueItems' => true
85
+ 'minItems' => 1
89
86
  }
90
87
  ]
91
88
  },
@@ -99,8 +96,7 @@ module Leftovers
99
96
  {
100
97
  'type' => 'array',
101
98
  'items' => { '$ref' => '#/definitions/valueType' },
102
- 'minItems' => 1,
103
- 'uniqueItems' => true
99
+ 'minItems' => 1
104
100
  }
105
101
  ]
106
102
  },
@@ -153,8 +149,7 @@ module Leftovers
153
149
  {
154
150
  'type' => 'array',
155
151
  'items' => { '$ref' => '#/definitions/hasValue' },
156
- 'minItems' => 1,
157
- 'uniqueItems' => true
152
+ 'minItems' => 1
158
153
  }
159
154
  ]
160
155
  },
@@ -184,8 +179,7 @@ module Leftovers
184
179
  {
185
180
  'type' => 'array',
186
181
  'items' => { '$ref' => '#/definitions/hasArgument' },
187
- 'minItems' => 1,
188
- 'uniqueItems' => true
182
+ 'minItems' => 1
189
183
  }
190
184
  ]
191
185
  },
@@ -298,8 +292,7 @@ module Leftovers
298
292
  {
299
293
  'type' => 'array',
300
294
  'items' => { '$ref' => '#/definitions/transform' },
301
- 'minItems' => 1,
302
- 'uniqueItems' => true
295
+ 'minItems' => 1
303
296
  }
304
297
  ]
305
298
  },
@@ -314,8 +307,7 @@ module Leftovers
314
307
  {
315
308
  'type' => 'array',
316
309
  'items' => { '$ref' => '#/definitions/keyword' },
317
- 'minItems' => 1,
318
- 'uniqueItems' => true
310
+ 'minItems' => 1
319
311
  }
320
312
  ]
321
313
  },
@@ -384,8 +376,7 @@ module Leftovers
384
376
  {
385
377
  'type' => 'array',
386
378
  'items' => { '$ref' => '#/definitions/action' },
387
- 'minItems' => 1,
388
- 'uniqueItems' => true
379
+ 'minItems' => 1
389
380
  }
390
381
  ]
391
382
  },
@@ -415,8 +406,7 @@ module Leftovers
415
406
  {
416
407
  'type' => 'array',
417
408
  'items' => { '$ref' => '#/definitions/ruleMatcher' },
418
- 'minItems' => 1,
419
- 'uniqueItems' => true
409
+ 'minItems' => 1
420
410
  },
421
411
  { '$ref' => '#/definitions/ruleMatcher' }
422
412
  ]
@@ -481,8 +471,7 @@ module Leftovers
481
471
  {
482
472
  'type' => 'array',
483
473
  'items' => { '$ref' => '#/definitions/dynamic' },
484
- 'minItems' => 1,
485
- 'uniqueItems' => true
474
+ 'minItems' => 1
486
475
  },
487
476
  { '$ref' => '#/definitions/dynamic' }
488
477
  ]
@@ -517,8 +506,7 @@ module Leftovers
517
506
  {
518
507
  'type' => 'array',
519
508
  'items' => { '$ref' => '#/definitions/keepTestOnly' },
520
- 'minItems' => 1,
521
- 'uniqueItems' => true
509
+ 'minItems' => 1
522
510
  },
523
511
  { '$ref' => '#/definitions/keepTestOnly' }
524
512
  ]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Leftovers
4
- VERSION = '0.5.1'
4
+ VERSION = '0.5.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leftovers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dana Sherson