lib/wwwjdic/version.rb in wwwjdic-14.0.0 vs lib/wwwjdic/version.rb in wwwjdic-15.0.0

- old
+ new

@@ -1,8 +1,8 @@ #-- # wwwjdic -# Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani +# © 2014 Marco Bresciani # # This file is part of wwwjdic. # # wwwjdic is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the @@ -16,13 +16,9 @@ # # You should have received a copy of the GNU General Public License # along with wwwjdic. If not, see <http://www.gnu.org/licenses/>. #++ -require 'digest/md5' -require 'i18n' -require 'uri' - module WWWJDic # Current version number for WWWJDic gem. - VERSION = '14.0.0' + VERSION = '15.0.0'.freeze end