jekyll-task-i18n 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jekyll/task/i18n.rb +1 -0
- data/lib/jekyll/task/i18n/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5592e4b6c92c9118e75524413f78db05b7d0adc
|
4
|
+
data.tar.gz: 56b4be5850e4415fe41d0897056fb18a6caa3f55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6bada7d943600c1c9d01a40fba1106dd4fc33cf34c0067b7a56106004c846c12044edb5e539e208a9f18cb5e03d2cc914a1198f2fc5efe3cc97f42ad83abc2d
|
7
|
+
data.tar.gz: e7d9464c316ed0fcfb1adc8bceac1fe2f8caf4ebba38675c495411a4cd01b02d477b4c5252912ce5d8b1a2dc72c0d9d5e52a2a5e9294e4dd6a0d566fdec21465
|
data/lib/jekyll/task/i18n.rb
CHANGED
@@ -171,6 +171,7 @@ module Jekyll
|
|
171
171
|
CLEAN << path.time_stamp_file.to_s if path.time_stamp_file.exist?
|
172
172
|
file po_file => [path.edit_po_file.to_s] do
|
173
173
|
msgcat("--output", po_file,
|
174
|
+
"--no-fuzzy",
|
174
175
|
"--sort-by-file",
|
175
176
|
"--no-all-comments",
|
176
177
|
"--no-report-warning",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-task-i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gettext
|
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
129
|
version: '0'
|
130
130
|
requirements: []
|
131
131
|
rubyforge_project:
|
132
|
-
rubygems_version: 2.
|
132
|
+
rubygems_version: 2.4.5.1
|
133
133
|
signing_key:
|
134
134
|
specification_version: 4
|
135
135
|
summary: Preprocessor for Jekyll to support i18n
|