jekyll-task-i18n 1.0.1 → 1.0.2

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
  SHA1:
3
- metadata.gz: f7a231a56e7b500a095067a60b0430562923f389
4
- data.tar.gz: 99ce5aa9738c6da9a2932340efe70f52aae2adb9
3
+ metadata.gz: e5592e4b6c92c9118e75524413f78db05b7d0adc
4
+ data.tar.gz: 56b4be5850e4415fe41d0897056fb18a6caa3f55
5
5
  SHA512:
6
- metadata.gz: 539f4733ca002ef346debaf3c8f93eff8032239da5e0a706303af6929b5eb87611a693d0c50797d3e03c4058a9755bdbcf4bed6677c746934be9d4e1ab2401c8
7
- data.tar.gz: 7796b6c2a45de0771176e30a2bdda31d0a68df3a3d5d72c72338fb9fedd316f82761ec9fb9223af2f2b15c15c56a1bd8c1ef0a71289bc20cd6439101da622091
6
+ metadata.gz: f6bada7d943600c1c9d01a40fba1106dd4fc33cf34c0067b7a56106004c846c12044edb5e539e208a9f18cb5e03d2cc914a1198f2fc5efe3cc97f42ad83abc2d
7
+ data.tar.gz: e7d9464c316ed0fcfb1adc8bceac1fe2f8caf4ebba38675c495411a4cd01b02d477b4c5252912ce5d8b1a2dc72c0d9d5e52a2a5e9294e4dd6a0d566fdec21465
@@ -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",
@@ -17,7 +17,7 @@
17
17
  module Jekyll
18
18
  module Task
19
19
  class I18n
20
- VERSION = "1.0.1"
20
+ VERSION = "1.0.2"
21
21
  end
22
22
  end
23
23
  end
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.1
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: 2014-09-26 00:00:00.000000000 Z
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.2.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