natto 0.5.1 → 0.9.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.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/README.md +3 -3
  3. data/lib/natto/version.rb +1 -1
  4. metadata +40 -58
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ - __2011/09/11: 0.9.0 release.
4
+ - Bumping up version to 0.9.0, as natto appears to be stable.
5
+ - Also migrated project to github.
6
+
3
7
  - __2011/03/23__: 0.5.1 release.
4
8
  - Corrected mojibake issue for surface and feature values
5
9
  when node-parsing.
data/README.md CHANGED
@@ -6,7 +6,7 @@ natto combines the [Ruby programming language](http://www.ruby-lang.org/) with [
6
6
 
7
7
  natto is a gem bridging Ruby and MeCab using FFI (foreign function interface). No compilation is necessary, as natto is _not_ a C extension. natto will run on CRuby (mri/yarv) and JRuby (jvm) equally well. natto will also run on Windows, Unix/Linux, and Mac.
8
8
 
9
- You can learn more about [natto at Google Code Projects](http://code.google.com/p/natto/).
9
+ You can learn more about [natto at github](https://github.com/buruzaemon/natto).
10
10
 
11
11
  Comments and questions are welcome at the [natto-users Group](http://groups.google.com/group/natto-users).
12
12
 
@@ -75,8 +75,8 @@ e.g., from within a Ruby program
75
75
  => nil
76
76
 
77
77
  ## Contributing to natto
78
- - Use [Mercurial](http://mercurial.selenic.com/) and [check out the latest master](http://code.google.com/p/natto/source/checkout) to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
79
- - [Check out the issue tracker](http://code.google.com/p/natto/issues/list) to make sure someone already hasn't requested it and/or contributed it.
78
+ - Use [git](http://git-scm.com/) and [check out the latest code at github](https://github.com/buruzaemon/natto) to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
79
+ - [Browse out the issue tracker](https://github.com/buruzaemon/natto/issues) to make sure someone already hasn't requested it and/or contributed it.
80
80
  - Fork the project.
81
81
  - Start a feature/bugfix branch.
82
82
  - Commit and push until you are happy with your contribution.
data/lib/natto/version.rb CHANGED
@@ -23,5 +23,5 @@
23
23
  # which are made available via <tt>FFI</tt> bindings to <tt>mecab</tt>.
24
24
  module Natto
25
25
  # Version string for this Rubygem.
26
- VERSION = "0.5.1"
26
+ VERSION = "0.9.0"
27
27
  end
metadata CHANGED
@@ -1,42 +1,32 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: natto
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
5
4
  prerelease:
6
- segments:
7
- - 0
8
- - 5
9
- - 1
10
- version: 0.5.1
5
+ version: 0.9.0
11
6
  platform: ruby
12
7
  authors:
13
- - Brooke M. Fujita
8
+ - Brooke M. Fujita
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
12
 
18
- date: 2011-03-23 00:00:00 +09:00
13
+ date: 2011-09-11 00:00:00 +09:00
19
14
  default_executable:
20
15
  dependencies:
21
- - !ruby/object:Gem::Dependency
22
- name: ffi
23
- prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- hash: 1
30
- segments:
31
- - 0
32
- - 6
33
- - 3
34
- version: 0.6.3
35
- type: :runtime
36
- version_requirements: *id001
16
+ - !ruby/object:Gem::Dependency
17
+ name: ffi
18
+ prerelease: false
19
+ requirement: &id001 !ruby/object:Gem::Requirement
20
+ none: false
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: 0.6.3
25
+ type: :runtime
26
+ version_requirements: *id001
37
27
  description: "natto is a gem bridging Ruby and MeCab using FFI (foreign function interface). No compilation is necessary, and natto will run on CRuby (mri/yarv) and JRuby (jvm) equally well, on any OS.\n\
38
28
  ruby \xE3\x81\xA7 mecab \xE3\x82\x92\xE8\x87\xAA\xE7\x94\xB1\xE3\x81\xAB\xE5\x88\xA9\xE7\x94\xA8\xE3\x81\xA7\xE3\x81\x8D\xE3\x82\x8B natto \xE3\x82\x92\xE3\x81\x9C\xE3\x81\xB2\xE8\xA9\xA6\xE3\x81\x97\xE3\x81\xA6\xE3\x81\x8F\xE3\x81\xA0\xE3\x81\x95\xE3\x81\x84\xE3\x80\x82\n"
39
- email: buruzaemon@gmail.com
29
+ email: brooke.fujita@gmail.com
40
30
  executables: []
41
31
 
42
32
  extensions: []
@@ -44,54 +34,46 @@ extensions: []
44
34
  extra_rdoc_files: []
45
35
 
46
36
  files:
47
- - lib/natto.rb
48
- - lib/natto/binding.rb
49
- - lib/natto/version.rb
50
- - test/test_natto.rb
51
- - test/natto/tc_binding.rb
52
- - test/natto/tc_dictionaryinfo.rb
53
- - test/natto/tc_mecab.rb
54
- - test/natto/tc_mecabnode.rb
55
- - README.md
56
- - LICENSE
57
- - CHANGELOG
58
- - .yardopts
37
+ - lib/natto.rb
38
+ - lib/natto/binding.rb
39
+ - lib/natto/version.rb
40
+ - test/test_natto.rb
41
+ - test/natto/tc_binding.rb
42
+ - test/natto/tc_dictionaryinfo.rb
43
+ - test/natto/tc_mecab.rb
44
+ - test/natto/tc_mecabnode.rb
45
+ - README.md
46
+ - LICENSE
47
+ - CHANGELOG
48
+ - .yardopts
59
49
  has_rdoc: true
60
- homepage: http://code.google.com/p/natto/
50
+ homepage: https://github.com/buruzaemon/natto
61
51
  licenses:
62
- - BSD
52
+ - BSD
63
53
  post_install_message:
64
54
  rdoc_options: []
65
55
 
66
56
  require_paths:
67
- - lib
57
+ - lib
68
58
  required_ruby_version: !ruby/object:Gem::Requirement
69
59
  none: false
70
60
  requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- hash: 57
74
- segments:
75
- - 1
76
- - 8
77
- - 7
78
- version: 1.8.7
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: 1.8.7
79
64
  required_rubygems_version: !ruby/object:Gem::Requirement
80
65
  none: false
81
66
  requirements:
82
- - - ">="
83
- - !ruby/object:Gem::Version
84
- hash: 3
85
- segments:
86
- - 0
87
- version: "0"
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: "0"
88
70
  requirements:
89
- - MeCab, 0.98 or greater
90
- - FFI, 0.6.3 or greater
71
+ - MeCab, 0.98 or greater
72
+ - FFI, 0.6.3 or greater
91
73
  rubyforge_project:
92
- rubygems_version: 1.6.2
74
+ rubygems_version: 1.5.1
93
75
  signing_key:
94
76
  specification_version: 3
95
77
  summary: natto combines the Ruby programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
96
78
  test_files:
97
- - test/test_natto.rb
79
+ - test/test_natto.rb