From 01e55319c74e4d6af9870a17d7d9dad496aab474 Mon Sep 17 00:00:00 2001 From: Emiliano Mancuso Date: Fri, 25 Oct 2019 16:09:31 +0100 Subject: [PATCH] Bump to v2.0.0 --- toml-rb.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toml-rb.gemspec b/toml-rb.gemspec index 97260cb..6397385 100644 --- a/toml-rb.gemspec +++ b/toml-rb.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'toml-rb' - s.version = '1.1.2' + s.version = '2.0.0' s.date = Time.now.strftime('%Y-%m-%d') s.summary = 'Toml parser in ruby, for ruby.' s.description = 'A Toml parser using Citrus parsing library. ' @@ -16,6 +16,6 @@ Gem::Specification.new do |s| 'LICENSE' ] - s.required_ruby_version = '>= 2.2' + s.required_ruby_version = '>= 2.3' s.add_dependency 'citrus', '~> 3.0', '> 3.0' end