getopt.gemspec in getopt-1.4.4 vs getopt.gemspec in getopt-1.5.0

- old
+ new

@@ -1,11 +1,11 @@ require 'rubygems' Gem::Specification.new do |spec| spec.name = 'getopt' - spec.version = '1.4.4' + spec.version = '1.5.0' spec.author = 'Daniel J. Berger' - spec.license = 'Artistic 2.0' + spec.license = 'Apache-2.0' spec.email = 'djberg96@gmail.com' spec.homepage = 'https://github.com/djberg96/getopt' spec.summary = 'Getopt::Std and Getopt::Long option parsers for Ruby' spec.test_files = Dir['test/*.rb'] spec.files = Dir['**/*'].reject{ |f| f.include?('git') }