File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
=====
3
3
4
4
[ ![ Gem Version] ( https://badge.fury.io/rb/ougai.svg )] ( https://badge.fury.io/rb/ougai )
5
- [ ![ document] ( https://img.shields.io/badge/document-1.8.3 -green.svg )] ( http://www.rubydoc.info/gems/ougai/ )
5
+ [ ![ document] ( https://img.shields.io/badge/document-1.9.0 -green.svg )] ( http://www.rubydoc.info/gems/ougai/ )
6
6
[ ![ Build Status] ( https://travis-ci.org/tilfin/ougai.svg?branch=master )] ( https://travis-ci.org/tilfin/ougai )
7
7
[ ![ Code Climate] ( https://codeclimate.com/github/tilfin/ougai/badges/gpa.svg )] ( https://codeclimate.com/github/tilfin/ougai )
8
8
[ ![ Test Coverage] ( https://codeclimate.com/github/tilfin/ougai/badges/coverage.svg )] ( https://codeclimate.com/github/tilfin/ougai/coverage )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Ougai
4
- VERSION = '1.8.5 '
4
+ VERSION = '1.9.0 '
5
5
end
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
spec . test_files = Dir [ 'spec/**/*' ]
22
22
spec . require_paths = [ 'lib' ]
23
23
24
- spec . required_ruby_version = '>= 2.4 .0'
24
+ spec . required_ruby_version = '>= 2.5 .0'
25
25
26
26
if RUBY_PLATFORM =~ /java/
27
27
spec . platform = 'java'
You can’t perform that action at this time.
0 commit comments