gettext-setup 0.34 → 1.1.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d68bbed0fe89e2b35f4c95eb0508ee24f40b9b1d39cd372f74b45b513e0d90f3
|
|
4
|
+
data.tar.gz: 9ba14dafca473dc180051652b76a4bb27332eaf72a91885e70a1dc8221f412f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1927d8bbd30b825c98ae6d432bcd20b95be2ad67a5c99eddad9622bbb6efa9653cb2e7a022b14594f97311aca73a9fdad9e3ff57950a51db301bbe8b3fdeeb87
|
|
7
|
+
data.tar.gz: c813b080803b3f64b009f2c85b5240b9455f84fff70abaf108bba7981543b933cf4fe409c3507483b0dfa0c215fda37de5c3d9ac5db01d26271e7cff67b31665
|
metadata
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gettext-setup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppet
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fast_gettext
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: '2.1'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '5.0'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '2.1'
|
|
30
|
+
- - "<"
|
|
25
31
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
32
|
+
version: '5.0'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: gettext
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
30
36
|
requirements:
|
|
31
|
-
- - "
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.0.2
|
|
34
|
-
- - "<"
|
|
37
|
+
- - "~>"
|
|
35
38
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 3.
|
|
39
|
+
version: '3.4'
|
|
37
40
|
type: :runtime
|
|
38
41
|
prerelease: false
|
|
39
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
43
|
requirements:
|
|
41
|
-
- - "
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
43
|
-
version: 3.0.2
|
|
44
|
-
- - "<"
|
|
44
|
+
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 3.
|
|
46
|
+
version: '3.4'
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: locale
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -202,9 +202,6 @@ files:
|
|
|
202
202
|
- spec/fixtures/string_changes/non_string_changes.pot
|
|
203
203
|
- spec/fixtures/string_changes/old.pot
|
|
204
204
|
- spec/fixtures/string_changes/remove.pot
|
|
205
|
-
- spec/fixtures/tmp_locales/config.yaml
|
|
206
|
-
- spec/fixtures/tmp_locales/de/sinatra-i18n.po
|
|
207
|
-
- spec/fixtures/tmp_locales/sinatra-i18n.pot
|
|
208
205
|
- spec/lib/gettext-setup/gettext_setup_spec.rb
|
|
209
206
|
- spec/lib/gettext-setup/metadata_pot_spec.rb
|
|
210
207
|
- spec/lib/gettext-setup/pot_spec.rb
|
|
@@ -214,7 +211,7 @@ homepage: https://github.com/puppetlabs/gettext-setup-gem
|
|
|
214
211
|
licenses:
|
|
215
212
|
- Apache-2.0
|
|
216
213
|
metadata: {}
|
|
217
|
-
post_install_message:
|
|
214
|
+
post_install_message:
|
|
218
215
|
rdoc_options: []
|
|
219
216
|
require_paths:
|
|
220
217
|
- lib
|
|
@@ -222,38 +219,35 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
222
219
|
requirements:
|
|
223
220
|
- - ">="
|
|
224
221
|
- !ruby/object:Gem::Version
|
|
225
|
-
version:
|
|
222
|
+
version: 2.5.0
|
|
226
223
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
227
224
|
requirements:
|
|
228
225
|
- - ">="
|
|
229
226
|
- !ruby/object:Gem::Version
|
|
230
227
|
version: '0'
|
|
231
228
|
requirements: []
|
|
232
|
-
rubygems_version: 3.
|
|
233
|
-
signing_key:
|
|
229
|
+
rubygems_version: 3.2.33
|
|
230
|
+
signing_key:
|
|
234
231
|
specification_version: 4
|
|
235
232
|
summary: A gem to ease internationalization with fast_gettext
|
|
236
233
|
test_files:
|
|
237
|
-
- spec/spec_helper.rb
|
|
238
|
-
- spec/lib/tasks/gettext_rake_spec.rb
|
|
239
|
-
- spec/lib/gettext-setup/pot_spec.rb
|
|
240
|
-
- spec/lib/gettext-setup/metadata_pot_spec.rb
|
|
241
|
-
- spec/lib/gettext-setup/gettext_setup_spec.rb
|
|
242
|
-
- spec/fixtures/fixture_locales/test_strings.rb
|
|
243
234
|
- spec/fixtures/fixture_locales/config.yaml
|
|
244
235
|
- spec/fixtures/fixture_locales/fixture_locales.pot
|
|
245
236
|
- spec/fixtures/fixture_locales/jp/fixture_locales.po
|
|
246
|
-
- spec/fixtures/
|
|
237
|
+
- spec/fixtures/fixture_locales/test_strings.rb
|
|
247
238
|
- spec/fixtures/locales/config.yaml
|
|
248
239
|
- spec/fixtures/locales/de/sinatra-i18n.po
|
|
240
|
+
- spec/fixtures/locales/sinatra-i18n.pot
|
|
249
241
|
- spec/fixtures/merge_locales/config.yaml
|
|
242
|
+
- spec/fixtures/spec_locales/config.yaml
|
|
243
|
+
- spec/fixtures/spec_locales/sinatra-i18n.pot
|
|
244
|
+
- spec/fixtures/string_changes/add.pot
|
|
245
|
+
- spec/fixtures/string_changes/change.pot
|
|
250
246
|
- spec/fixtures/string_changes/non_string_changes.pot
|
|
251
|
-
- spec/fixtures/string_changes/remove.pot
|
|
252
247
|
- spec/fixtures/string_changes/old.pot
|
|
253
|
-
- spec/fixtures/string_changes/
|
|
254
|
-
- spec/
|
|
255
|
-
- spec/
|
|
256
|
-
- spec/
|
|
257
|
-
- spec/
|
|
258
|
-
- spec/
|
|
259
|
-
- spec/fixtures/tmp_locales/de/sinatra-i18n.po
|
|
248
|
+
- spec/fixtures/string_changes/remove.pot
|
|
249
|
+
- spec/lib/gettext-setup/gettext_setup_spec.rb
|
|
250
|
+
- spec/lib/gettext-setup/metadata_pot_spec.rb
|
|
251
|
+
- spec/lib/gettext-setup/pot_spec.rb
|
|
252
|
+
- spec/lib/tasks/gettext_rake_spec.rb
|
|
253
|
+
- spec/spec_helper.rb
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
# This is the project-specific configuration file for setting up
|
|
3
|
-
# fast_gettext for your project.
|
|
4
|
-
gettext:
|
|
5
|
-
# This is used for the name of the .pot and .po files; they will be
|
|
6
|
-
# called <project_name>.pot?
|
|
7
|
-
project_name: 'sinatra-i18n'
|
|
8
|
-
# This is used in comments in the .pot and .po files to indicate what
|
|
9
|
-
# project the files belong to and should bea little more desctiptive than
|
|
10
|
-
# <project_name>
|
|
11
|
-
package_name: Sinatra i18n demo
|
|
12
|
-
# The locale that the default messages in the .pot file are in
|
|
13
|
-
default_locale: en
|
|
14
|
-
# The email used for sending bug reports.
|
|
15
|
-
bugs_address: docs@puppetlabs.com
|
|
16
|
-
# The holder of the copyright.
|
|
17
|
-
copyright_holder: Puppet Labs, LLC.
|
|
18
|
-
# Patterns for +Dir.glob+ used to find all files that might contain
|
|
19
|
-
# translatable content, relative to the project root directory
|
|
20
|
-
source_files:
|
|
21
|
-
- 'lib/**/*.rb'
|
|
22
|
-
- 'spec/**/*.rb'
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# German translations for Sinatra i18n demo package.
|
|
2
|
-
# Copyright (C) 2016 Puppet Labs, LLC.
|
|
3
|
-
# This file is distributed under the same license as the Sinatra i18n demo package.
|
|
4
|
-
# Automatically generated, 2016.
|
|
5
|
-
#
|
|
6
|
-
msgid ""
|
|
7
|
-
msgstr ""
|
|
8
|
-
"Project-Id-Version: Sinatra i18n demo \n"
|
|
9
|
-
"Report-Msgid-Bugs-To: docs@puppetlabs.com\n"
|
|
10
|
-
"POT-Creation-Date: 2016-04-05 10:39-0700\n"
|
|
11
|
-
"PO-Revision-Date: 2016-02-26 18:21-0800\n"
|
|
12
|
-
"Last-Translator: Automatically generated\n"
|
|
13
|
-
"Language-Team: none\n"
|
|
14
|
-
"Language: de\n"
|
|
15
|
-
"MIME-Version: 1.0\n"
|
|
16
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
|
-
"Content-Transfer-Encoding: 8bit\n"
|
|
18
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
19
|
-
|
|
20
|
-
#: ../app.rb:14
|
|
21
|
-
msgid "Hello, world!"
|
|
22
|
-
msgstr "Hallo, Welt!"
|
|
23
|
-
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# SOME DESCRIPTIVE TITLE.
|
|
2
|
-
# Copyright (C) 2017 Puppet Labs, LLC.
|
|
3
|
-
# This file is distributed under the same license as the Sinatra i18n demo package.
|
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
|
|
5
|
-
#
|
|
6
|
-
#, fuzzy
|
|
7
|
-
msgid ""
|
|
8
|
-
msgstr ""
|
|
9
|
-
"Project-Id-Version: Sinatra i18n demo 0.21-4-geccdac4\n"
|
|
10
|
-
"\n"
|
|
11
|
-
"Report-Msgid-Bugs-To: docs@puppetlabs.com\n"
|
|
12
|
-
"POT-Creation-Date: 2017-04-11 20:08-0500\n"
|
|
13
|
-
"PO-Revision-Date: 2017-04-11 20:08-0500\n"
|
|
14
|
-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
15
|
-
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
16
|
-
"Language: \n"
|
|
17
|
-
"MIME-Version: 1.0\n"
|
|
18
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
-
"Content-Transfer-Encoding: 8bit\n"
|
|
20
|
-
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
21
|
-
|
|
22
|
-
#: ../../lib/gettext_setup_spec.rb:26 ../../lib/gettext_setup_spec.rb:89 ../../lib/gettext_setup_spec.rb:91
|
|
23
|
-
msgid "Hello, world!"
|
|
24
|
-
msgstr ""
|
|
25
|
-
|
|
26
|
-
#: ../../lib/pot_spec.rb:52
|
|
27
|
-
msgid "merged-po-file"
|
|
28
|
-
msgstr ""
|
|
29
|
-
|
|
30
|
-
#: ../../lib/pot_spec.rb:74
|
|
31
|
-
msgid "no-pot-file"
|
|
32
|
-
msgstr ""
|
|
33
|
-
|
|
34
|
-
#: ../../lib/pot_spec.rb:85
|
|
35
|
-
msgid "some-spec-only-string"
|
|
36
|
-
msgstr ""
|
|
37
|
-
|
|
38
|
-
#: ../../lib/pot_spec.rb:104
|
|
39
|
-
msgid "unchanged-string"
|
|
40
|
-
msgstr ""
|