mecab-noun_parser 0.1.1 → 0.1.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: 9e4a8930d597a645cf8c6d5c4e29d4fcb92a2a0b
4
- data.tar.gz: 2c30bae84b7e2f76d332b1e644f3a8fe0150559f
3
+ metadata.gz: 23d80020b810a9d3de344f771ac94d4aad828021
4
+ data.tar.gz: 7ed56290f306c1f2c3cbe3c559182c37f72085fc
5
5
  SHA512:
6
- metadata.gz: 196366fe180e402524e1901ed1af1c5ebe44f5429ca13be74a77083bd911af0064a211d77fadc1f1252c8cd87db23429af05c84154f4657cea9c3a0d66c0690e
7
- data.tar.gz: 1e9051949ede25246dea9e09ba359efd5e7fd4dfa40e076446e3ec6bf63279a9ef29e56f03e1a13a3122a2a01025b0b021911b7cfe8898b13ff26d473618bc8d
6
+ metadata.gz: 95c3a25059b099fdb2aaf8c18f836968633b2ad94e21524b60a22b5ccf4be61bda0003ff9ce4dfb7e3041b3bd7dc9a2062e59dd78e09e48b3407c9f4a460ce29
7
+ data.tar.gz: 24d7fffeebd717108354e4152d1cc3eaaad93c35f862693024636beeb42b98576e09c9fbb8a26dd8557255c0cf1ff94e2dd3f15fa682abe7b9c63cc1f4b16c3c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Mecab::NounParser
2
2
 
3
- [![Build Status](https://travis-ci.org/kami30k/mecab-noun_parser.svg)](https://travis-ci.org/kami30k/mecab-noun_parser)
3
+ [![Build Status](https://travis-ci.org/kami-zh/mecab-noun_parser.svg)](https://travis-ci.org/kami-zh/mecab-noun_parser)
4
4
  [![Gem Version](https://badge.fury.io/rb/mecab-noun_parser.svg)](http://badge.fury.io/rb/mecab-noun_parser)
5
5
 
6
6
  This gem is a noun parser for [MeCab](https://github.com/markburns/mecab) gem.
@@ -61,4 +61,4 @@ parser = MeCab::NounParser.new(except: ['Smalltalk', 'Eiffel', ...])
61
61
 
62
62
  ## Contributing
63
63
 
64
- Bug reports and pull requests are welcome on GitHub at https://github.com/kami30k/mecab-noun_parser.
64
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kami-zh/mecab-noun_parser.
@@ -2,13 +2,13 @@ $:.unshift File.expand_path('../lib', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'mecab-noun_parser'
5
- s.version = '0.1.1'
5
+ s.version = '0.1.2'
6
6
  s.authors = 'kami'
7
- s.email = 'kami30k@gmail.com'
7
+ s.email = 'hiroki.zenigami@gmail.com'
8
8
 
9
9
  s.summary = 'A noun parser for MeCab gem.'
10
10
  s.description = 'A noun parser for MeCab gem.'
11
- s.homepage = 'https://github.com/kami30k/mecab-noun_parser'
11
+ s.homepage = 'https://github.com/kami-zh/mecab-noun_parser'
12
12
 
13
13
  s.files = `git ls-files -z`.split("\x0")
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mecab-noun_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kami
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-17 00:00:00.000000000 Z
11
+ date: 2015-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mecab
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: A noun parser for MeCab gem.
70
- email: kami30k@gmail.com
70
+ email: hiroki.zenigami@gmail.com
71
71
  executables: []
72
72
  extensions: []
73
73
  extra_rdoc_files: []
@@ -82,7 +82,7 @@ files:
82
82
  - mecab-noun_parser.gemspec
83
83
  - spec/mecab/noun_parser_spec.rb
84
84
  - spec/spec_helper.rb
85
- homepage: https://github.com/kami30k/mecab-noun_parser
85
+ homepage: https://github.com/kami-zh/mecab-noun_parser
86
86
  licenses: []
87
87
  metadata: {}
88
88
  post_install_message:
@@ -101,9 +101,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.4.5
104
+ rubygems_version: 2.4.5.1
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: A noun parser for MeCab gem.
108
108
  test_files: []
109
- has_rdoc: