Skip to content

Commit

Permalink
Bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emancu committed Oct 25, 2019
1 parent 5672350 commit 01e5531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toml-rb.gemspec
Original file line number Diff line number Diff line change
@@ -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. '
Expand All @@ -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

0 comments on commit 01e5531

Please sign in to comment.