translate_self 0.2.0 → 0.3.0
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/CHANGELOG.md +11 -1
- data/Gemfile.lock +1 -1
- data/lib/translate_self/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3327edb424a2cb958b0c393f3dfe5bc057cf925d1f92043ec0a6be71df3add4a
|
|
4
|
+
data.tar.gz: 3dfd89f27f7c48dccba36900301c76fb7a2adcfe534a4586936185d0fe4a3f89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d66138e6ee261acbb8054501e3d99c15b95f08fc8e0250b96da0448282b7241243bcf83f15429ba316019a1bf0be30987a238083df011391313b89e1e44c984
|
|
7
|
+
data.tar.gz: fcce9b4ab0af49522be5e68128dd436ddc16e1fd733440bb4a2ca1ca6b5c01985dd5b45882420909d1d6c42584277606677c031951f1128fa4324ea4104b4091
|
data/CHANGELOG.md
CHANGED
|
@@ -4,4 +4,14 @@
|
|
|
4
4
|
## [0.1.0] - 2021-06-02
|
|
5
5
|
|
|
6
6
|
- Initial release!
|
|
7
|
-
You can now translate strings! Be free!
|
|
7
|
+
You can now translate strings! Be free!
|
|
8
|
+
|
|
9
|
+
## [0.2.0] - 2021-06-03
|
|
10
|
+
|
|
11
|
+
- Commentation and cleanup of unneeded files.
|
|
12
|
+
|
|
13
|
+
## [0.3.0] - 2021-06-03
|
|
14
|
+
|
|
15
|
+
- Gemfile.lock was not automatically updated, testing it a bit.
|
|
16
|
+
Seems like you need to update it by hand!
|
|
17
|
+
|
data/Gemfile.lock
CHANGED