natto 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +3 -0
  2. data/README.md +3 -3
  3. data/lib/natto/version.rb +1 -1
  4. metadata +61 -62
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  ## CHANGELOG
2
2
 
3
+ - __2011/11/14__: 0.9.2 release.
4
+ - Bumping up version to 0.9.2, following the migration of this project to bitbucket (hg)
5
+
3
6
  - __2011/10/23__: 0.9.1 release.
4
7
  - MeCab configurations can now be a string as per MeCab command-line
5
8
  - Adding more tests around the configuration processing
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 github](https://github.com/buruzaemon/natto).
9
+ You can learn more about [natto at bitbucket](https://bitbucket.org/buruzaemon/natto/).
10
10
 
11
11
  ## Requirements
12
12
  natto requires the following:
@@ -73,8 +73,8 @@ e.g., from within a Ruby program
73
73
  => nil
74
74
 
75
75
  ## Contributing to natto
76
- - 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.
77
- - [Browse the issue tracker](https://github.com/buruzaemon/natto/issues) to make sure someone already hasn't requested it and/or contributed it.
76
+ - Use [mercurial](http://mercurial.selenic.com/) and [check out the latest code at bitbucket](https://bitbucket.org/buruzaemon/natto/src/) to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
77
+ - [Browse the issue tracker](https://bitbucket.org/buruzaemon/natto/issues/) to make sure someone already hasn't requested it and/or contributed it.
78
78
  - Fork the project.
79
79
  - Start a feature/bugfix branch.
80
80
  - Commit and push until you are happy with your contribution.
@@ -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.9.1"
26
+ VERSION = "0.9.2"
27
27
  end
metadata CHANGED
@@ -1,79 +1,78 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: natto
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.2
4
5
  prerelease:
5
- version: 0.9.1
6
6
  platform: ruby
7
- authors:
8
- - Brooke M. Fujita
7
+ authors:
8
+ - Brooke M. Fujita
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
+ date: 2011-11-14 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: ffi
16
+ requirement: &342975750 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 0.6.3
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *342975750
25
+ description: ! 'natto is a gem bridging Ruby and MeCab using FFI (foreign function
26
+ interface). No compilation is necessary, and natto will run on CRuby (mri/yarv)
27
+ and JRuby (jvm) equally well, on any OS.
12
28
 
13
- date: 2011-10-23 00:00:00 +09:00
14
- default_executable:
15
- dependencies:
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
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\
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"
29
- email: brooke.fujita@gmail.com
30
- executables: []
29
+ ruby mecab を自由に利用できる natto をぜひ試してください。
31
30
 
31
+ '
32
+ email: buruzaemon@gmail.com
33
+ executables: []
32
34
  extensions: []
33
-
34
35
  extra_rdoc_files: []
35
-
36
- files:
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
49
- has_rdoc: true
50
- homepage: https://github.com/buruzaemon/natto
51
- licenses:
52
- - BSD
36
+ files:
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
49
+ homepage: https://bitbucket.org/buruzaemon/natto/overview
50
+ licenses:
51
+ - BSD
53
52
  post_install_message:
54
53
  rdoc_options: []
55
-
56
- require_paths:
57
- - lib
58
- required_ruby_version: !ruby/object:Gem::Requirement
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
59
57
  none: false
60
- requirements:
61
- - - ">="
62
- - !ruby/object:Gem::Version
63
- version: 1.8.7
64
- required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: 1.8.7
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
63
  none: false
66
- requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: "0"
70
- requirements:
71
- - MeCab, 0.98 or greater
72
- - FFI, 0.6.3 or greater
64
+ requirements:
65
+ - - ! '>='
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ requirements:
69
+ - MeCab, 0.98 or greater
70
+ - FFI, 0.6.3 or greater
73
71
  rubyforge_project:
74
- rubygems_version: 1.5.1
72
+ rubygems_version: 1.8.10
75
73
  signing_key:
76
74
  specification_version: 3
77
- summary: natto combines the Ruby programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
78
- test_files:
79
- - test/test_natto.rb
75
+ summary: natto combines the Ruby programming language with MeCab, the part-of-speech
76
+ and morphological analyzer for the Japanese language.
77
+ test_files:
78
+ - test/test_natto.rb