mecab-modern 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ ## 0.0.2
2
+ * include MeCab module itself.
3
+
4
+ ## 0.0.1
5
+ * First release
@@ -1,3 +1,4 @@
1
+ require "MeCab"
1
2
  require "kconv"
2
3
 
3
4
  $LOAD_PATH.unshift(File.expand_path("../", __FILE__))
@@ -1,5 +1,5 @@
1
1
  module Mecab
2
2
  module Modern
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mecab-modern
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,6 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - .gitignore
22
+ - CHANGELOG.md
22
23
  - Gemfile
23
24
  - LICENSE
24
25
  - README.md