telepost.gemspec in telepost-0.2.3 vs telepost.gemspec in telepost-0.3.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # (The MIT License) # -# Copyright (c) 2018 Yegor Bugayenko +# Copyright (c) 2018-2019 Yegor Bugayenko # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell @@ -29,10 +29,10 @@ s.required_rubygems_version = Gem::Requirement.new('>= 0') end s.rubygems_version = '2.5.1' s.required_ruby_version = '>=2.5' s.name = 'telepost' - s.version = '0.2.3' + s.version = '0.3.0' s.license = 'MIT' s.summary = 'Simple Telegram posting Ruby gem' s.description = 'Simple Telegram posting Ruby gem' s.authors = ['Yegor Bugayenko'] s.email = 'yegor256@gmail.com'