amakanize 0.1.12 → 0.2.0

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: 41c07827e3721af889fafd8087bdd99a1099290f
4
- data.tar.gz: 8d92106c7d8d3fe978814b76dc8eda32f6324c3a
3
+ metadata.gz: 29a3fe6104923c2dce5236cdd426331fac81ef9f
4
+ data.tar.gz: 48c1308766b0e8530b3b4653cdbc1778cd04f96d
5
5
  SHA512:
6
- metadata.gz: 134d9d21b1643be503b823495a746a3bf9d3785cce30dc6bdb1335c356ffb93851fb5e1638873baa87a0bd098e8307780c2e5cd819088a3a17194ccff32a124a
7
- data.tar.gz: 94b6f42c5360225dabcd7ebdc238a3e4e61663d4c49ddb10cbe64b0c08b41caf7758004faee3cb606b7b3aff7747a4c8ce45bf767471b232057610456cb0bd6b
6
+ metadata.gz: 3de8f1cc840ae35402f9d726bb6a81452ece1becf040fb78ec28f688208c51005f6adc35c4b253016d5292392a555551ccbe61947c69fa0ebbff3b81a261a49f
7
+ data.tar.gz: d38495ab3280abd4f4c6eaaa3e2731be07d8496467015273fa0b6117f0a93cdb81198e4a835ef5817712a23310166d379db8c5a122f8361d52d1d357b98c68ea
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.2.0
2
+ - Fix author name separator
3
+
1
4
  ## 0.1.12
2
5
  - Support 第N版
3
6
 
@@ -3,7 +3,6 @@ module Amakanize
3
3
  include ::Enumerable
4
4
 
5
5
  AUTHOR_NAME_SEPARATORS = %w(
6
-
7
6
  ,
8
7
 
9
8
 
@@ -1,3 +1,3 @@
1
1
  module Amakanize
2
- VERSION = "0.1.12"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amakanize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - r7kamura