jekyll-task-i18n 1.0.6 → 1.0.7

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: 9ff116bf9cf461203311021442cf75cf0e28f87d18230976c57bceb6bff28ed7
4
- data.tar.gz: 38beaef7b8f32d4e6d66ceded9363dd8d4a2e6d329c95f4a5d9165eea9fd29f9
3
+ metadata.gz: de80e6b3ffdb015d02f3cc9d5181ba7d3999c0a8fa71d984cccbecddebb1c940
4
+ data.tar.gz: 846fa2a8c2e93583797e352380388f92ebc412c106d7e72088a03f381a86f96c
5
5
  SHA512:
6
- metadata.gz: a7d66e47684af7905ecd70443917e63d350cf29d05b388475e7a1b9dcaf4412086bed762104df23384ad7df983e869cac5275f982c2eeab62cf6589ce6f1e0cc
7
- data.tar.gz: 71cb0a8effe098a40940f0d72491515ab2dd8805d6d431f8ffcf57f46f9af37087fca5613cc8c1a4ded8c1fa84c82098bb2d26edf02928f4cbd58088adad45a7
6
+ metadata.gz: 916b255b12f5746a0ae237da0755ee8007643b2738fa354cdf4c6d086cd777b245b23982a182672f452c15d06349195f569a166d48aa99e6e3bbe525e396901f
7
+ data.tar.gz: 71c8534505fcf2ff0e083cfb80d6b5aa1e623c16b6c3535dec592ef9dcda315a213f8e5598aab67127c21034cc749a2d25d4bde97a8d16c423bd38b26094edb5
@@ -17,7 +17,7 @@
17
17
  module Jekyll
18
18
  module Task
19
19
  class I18n
20
- VERSION = "1.0.6"
20
+ VERSION = "1.0.7"
21
21
  end
22
22
  end
23
23
  end
@@ -116,7 +116,6 @@ module Jekyll
116
116
  if path.po_file.exist?
117
117
  msgcat("--no-wrap",
118
118
  "--output", path.edit_po_file.to_s,
119
- "--update-po-revision-date",
120
119
  path.po_file.to_s)
121
120
  else
122
121
  msginit("--input", path.source_pot_file.to_s,
@@ -141,7 +140,6 @@ module Jekyll
141
140
  path.edit_po_file.to_s)
142
141
  msgcat("--no-wrap",
143
142
  "--output", path.edit_po_file.to_s,
144
- "--update-po-revision-date",
145
143
  path.edit_po_file.to_s)
146
144
  end
147
145
  if path.all_po_file.exist?
@@ -154,7 +152,6 @@ module Jekyll
154
152
  path.edit_po_file.to_s)
155
153
  msgcat("--no-wrap",
156
154
  "--output", path.edit_po_file.to_s,
157
- "--update-po-revision-date",
158
155
  path.edit_po_file.to_s)
159
156
  end
160
157
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-task-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou