Skip to content

Commit

Permalink
Disable 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ymrl committed Apr 29, 2014
1 parent b1c1067 commit 90f5644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Roman Alphabet <-> Japanese Hiragana/Katkakana Convert Library for Ruby

== REQUIREMENTS:

* ruby (VERSION >= 1.8.7)
* but 1.8 makes some encoding erros caused by NKF. please use on 1.9
* ruby (VERSION >= 1.9)

== INSTALL:
gem install romankana
Expand Down
2 changes: 1 addition & 1 deletion lib/romankana/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RomanKana
VERSION = '0.2.0'
VERSION = '0.2.1'
end
1 change: 1 addition & 0 deletions romankana.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
spec.description = spec.summary
spec.homepage = "https://github.com/ymrl/romankana"
spec.license = "MIT"
spec.required_ruby_version = ">= 1.9"

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 90f5644

Please sign in to comment.