mecab-syllable 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module MeCab
2
2
  class Syllable
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -8,10 +8,12 @@ Gem::Specification.new do |gem|
8
8
  gem.version = MeCab::Syllable::VERSION
9
9
  gem.authors = ["Masafumi Yokoyama"]
10
10
  gem.email = ["myokoym@gmail.com"]
11
- gem.description = %q{Function addition for mecab-ruby. Supporting syllable parse.}
12
- gem.summary = %q{Syllable parser for mecab-ruby}
11
+ gem.description = %q{WARNING: This gem is RENAME to mecab-mora.}
12
+ gem.summary = %q{WARNING: This gem is RENAME to mecab-mora.}
13
13
  gem.homepage = "https://github.com/myokoym/mecab-syllable"
14
14
 
15
+ gem.post_install_message = '### WARNING: This gem is RENAME to mecab-mora. ###'
16
+
15
17
  gem.files = `git ls-files`.split($/)
16
18
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
19
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mecab-syllable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-07 00:00:00.000000000 Z
12
+ date: 2012-10-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mecab-modern
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
61
  version: 2.11.0
62
- description: Function addition for mecab-ruby. Supporting syllable parse.
62
+ description: ! 'WARNING: This gem is RENAME to mecab-mora.'
63
63
  email:
64
64
  - myokoym@gmail.com
65
65
  executables:
@@ -85,7 +85,7 @@ files:
85
85
  - spec/syllable_spec.rb
86
86
  homepage: https://github.com/myokoym/mecab-syllable
87
87
  licenses: []
88
- post_install_message:
88
+ post_install_message: ! '### WARNING: This gem is RENAME to mecab-mora. ###'
89
89
  rdoc_options: []
90
90
  require_paths:
91
91
  - lib
@@ -106,7 +106,7 @@ rubyforge_project:
106
106
  rubygems_version: 1.8.23
107
107
  signing_key:
108
108
  specification_version: 3
109
- summary: Syllable parser for mecab-ruby
109
+ summary: ! 'WARNING: This gem is RENAME to mecab-mora.'
110
110
  test_files:
111
111
  - spec/spec_helper.rb
112
112
  - spec/syllable_spec.rb