gettext-setup 0.32 → 0.34
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/lib/gettext-setup/gettext_setup.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5582a85de05f8032d456b41db93646e1b2000aa30a310d1cca92e136181a0842
|
4
|
+
data.tar.gz: 71ca6e39bc1a30928143f53a9243090d06a53e0bedcc9065f9c838f88188d175
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4e30837b1d35768ec4f848c4a3507da42347e009247aaff920644d39ce68b4c82785402ee0e4550abc1aeec2b49239bc8cd8ca61f8e8ed9633d2404185d10f9
|
7
|
+
data.tar.gz: aa721b3be5972a3efa043597a88fd5a1217290d2ac1b7e2c835927458fb045c21fad471a6f260fdcec9ab4bfea16c66c0c084e0fa37e7cdc072af4725d53ef24
|
@@ -25,7 +25,7 @@ module GettextSetup
|
|
25
25
|
GettextSetup.initialize_config(locales_path)
|
26
26
|
|
27
27
|
# Make the translation methods available everywhere
|
28
|
-
Object.include FastGettext::Translation
|
28
|
+
Object.send(:include, FastGettext::Translation)
|
29
29
|
|
30
30
|
# Define our text domain, and set the path into our root. I would prefer to
|
31
31
|
# have something smarter, but we really want this up earlier even than our
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gettext-setup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.34'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fast_gettext
|