autostrip.gemspec in autostrip-1.0.2 vs autostrip.gemspec in autostrip-1.0.3

- old
+ new

@@ -1,8 +1,12 @@ +# encoding: UTF-8 # frozen_string_literal: true + +require File.expand_path('../lib/autostrip/version', __FILE__) + Gem::Specification.new do |s| s.name = 'autostrip' - s.version = '1.0.2' + s.version = Autostrip::VERSION s.authors = ['Yaroslav Konoplov'] s.email = ['eahome00@gmail.com'] s.summary = 'Automatically strip leading and trailing whitespace' s.description = 'Automatically strip leading and trailing whitespace' s.homepage = 'http://github.com/yivo/autostrip'