grepo 0.1.3 → 0.1.4
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 +4 -4
- data/bin/grepo +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6c3ad42653c32ac58ada7702ec5a010464aaa2f
|
4
|
+
data.tar.gz: 4fdb1a86070fc887833214c9b104c990a4c624ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eab4ee5420c86d62def83e2b0bbeb1b8ec0cdf8825db029068c4fc34c78fec5ffe1f20a39bc8a86bedba3170ba9d6d298214a8b323cae5ea2de25dbb97339f32
|
7
|
+
data.tar.gz: 11d055ab629a6d759678f2051dad6ff09b75869dd39e459256abd5795beec44051159c7fd80407273d622e496124d39dd571225cddbebb7f1cb7ddeb3f115c22
|
data/bin/grepo
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grepo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mislav Kvesić
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-02-
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Grepo is a small gem that helps you to clean up your yaml and json files.
|
14
14
|
It's usefull if you are having your translations in yaml or json files especially
|