cli-kit.gemspec in cli-kit-3.1.0 vs cli-kit.gemspec in cli-kit-3.3.0

- old
+ new

@@ -4,11 +4,11 @@ require 'cli/kit/version' Gem::Specification.new do |spec| spec.name = 'cli-kit' spec.version = CLI::Kit::VERSION - spec.authors = ['Burke Libbey', 'Julian Nadeau', 'Lisa Ugray'] - spec.email = ['burke.libbey@shopify.com', 'julian.nadeau@shopify.com', 'lisa.ugray@shopify.com'] + spec.authors = ['Burke Libbey', 'Aaron Olson', 'Lisa Ugray'] + spec.email = ['burke.libbey@shopify.com', 'aaron.olson@shopify.com', 'lisa.ugray@shopify.com'] spec.summary = 'Terminal UI framework extensions' spec.description = 'Terminal UI framework extensions' spec.homepage = 'https://github.com/shopify/cli-kit' spec.license = 'MIT'