romankana 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/romankana.rb +2 -2
  2. metadata +2 -2
@@ -5,8 +5,8 @@ $:.unshift(File.dirname(__FILE__)) unless
5
5
  directory = File.expand_path(File.dirname(__FILE__))
6
6
  require directory+'/romankana/r2k.rb'
7
7
  require directory+'/romankana/k2r.rb'
8
- require directory+'/romankana/RomanKana.rb'
8
+ require directory+'/romankana/romankana.rb'
9
9
 
10
10
  module RomanKana
11
- VERSION = '0.0.6'
11
+ VERSION = '0.0.7'
12
12
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: romankana
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - ymrl
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-10 00:00:00 +09:00
13
+ date: 2011-04-11 00:00:00 +09:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency