translation 0.8 → 0.8.1

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fca22384fded316e68e7e9066f3c253846815ef1
4
- data.tar.gz: eb4a3c2aea1cf607d8371fe0e0a3c41678be7803
3
+ metadata.gz: 3fbd1c4748d503e002b873b162bfd48a1aa12a28
4
+ data.tar.gz: ef72d0d68caafc7178c3b62f542d951182a66e72
5
5
  SHA512:
6
- metadata.gz: 3787c5f789f6b09f368d987b4359ba1c1cf1e6eee7b15dc2497d5f3ef4488d8bbcff8e5a9d172184b88d2c9f021fbcc506519699bb582826f85fef16e58f5fef
7
- data.tar.gz: fb65686fe5d214d89914b9f77fdf22712a8cdcfa8577b4ef9c4d79c32e3dfcebb582b442941cba979cb7306ad61ad893957811a295d2020f4dd288318e7c12d6
6
+ metadata.gz: 0c5d25c298206303bf8fdd694ff7e224d249fde50527b012b28461600eeb4bd8366b3c429c3119dc2ea6769e1d40181f7339e1c9aa6f30ce6ccf3cb0f940a247
7
+ data.tar.gz: 4356d86b960d5f5a62a7e28eae8a52837bc5088113daf16cff7f454e88f0168feada78b0d6fa7fea634623ff1fe6b23210955b6d14932f4fe6933ec30a3ea446
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translation
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.8'
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aurelien Malisart
@@ -67,9 +67,7 @@ dependencies:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
- description: Rails translation made _("simple"). Use "gem 'translation'" to translate
71
- with _("plain text") or with t("lots.of.keys"). Type "rake translation:sync" to
72
- synchronize with your translators on Translation.io
70
+ description: Rails translation made _("simple") with YAML and GetText.
73
71
  email: contact@translation.io
74
72
  executables: []
75
73
  extensions: []