translation 1.27 → 1.28

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 560509444fb20c870be092d51b8bf43b753136ce3247ed351aefe76971ee0c3d
4
- data.tar.gz: f5a9a1a2171d3705f59ef7e5d7573f1f2114e67de7ecd3105b8fbb6e4d78f947
3
+ metadata.gz: f1f78ea385869d502ec4daeca619a23dc864a895b82aa04b0fa427f46e4583ce
4
+ data.tar.gz: 78bbe090c7c48ba0293668133d8bdf47c79086a5e9f8b1c2ab2659c5394ffc7e
5
5
  SHA512:
6
- metadata.gz: 36a33b3403e5e31fe9c79692bd31816b8f0d4b27f59d5a9271a8aebc76e06086c1afbe1cbdebd9da13b9844116a3f3f85b168f6f4916940100822ec67e87882f
7
- data.tar.gz: 94e2507fd8fcb01067b4281cd6a5df23e3943e1ad43a981a17700c1d95b0071865a24b29fb9a9508a1a701a4b6dc93bed698c2052eba031d269cc7e1b32f8bf0
6
+ metadata.gz: 0a01235f81817cf33ffed15a30fff050d5728c4f458b7f1de98083e2070fee8e315a5cfee16018d1f48dc81994fb95a6f11d053467c3c9b4e3d24024e9a4eec6
7
+ data.tar.gz: 48c1efc18235c41e058e65f10ea8649953753c27fde5cea66e8618546c6b976b2aef2a16aa29f624e821321b44545b9722315898e2c211df2205f61c8e6e9695
data/README.md CHANGED
@@ -98,7 +98,7 @@ You can keep your source YAML file automatically updated using [i18n-tasks](http
98
98
  This gem adds the GetText support to Rails. We [strongly suggest](https://translation.io/blog/gettext-is-better-than-rails-i18n)
99
99
  that you use GetText to translate your application since it allows an easier and more complete syntax.
100
100
 
101
- Also, you won't need to create and manage any YAML file since your code will be
101
+ Moreover, you won't need to create and manage any YAML file since your code will be
102
102
  automatically scanned for any string to translate.
103
103
 
104
104
  ```ruby
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: '1.27'
4
+ version: '1.28'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hoste
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-10-06 00:00:00.000000000 Z
12
+ date: 2022-01-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gettext
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: 3.2.5
24
24
  - - "<="
25
25
  - !ruby/object:Gem::Version
26
- version: 3.3.7
26
+ version: 3.4.2
27
27
  type: :runtime
28
28
  prerelease: false
29
29
  version_requirements: !ruby/object:Gem::Requirement
@@ -36,7 +36,7 @@ dependencies:
36
36
  version: 3.2.5
37
37
  - - "<="
38
38
  - !ruby/object:Gem::Version
39
- version: 3.3.7
39
+ version: 3.4.2
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rake
42
42
  requirement: !ruby/object:Gem::Requirement