assembly-image.gemspec in assembly-image-1.8.0 vs assembly-image.gemspec in assembly-image-1.9.0

- old
+ new

@@ -1,12 +1,11 @@ # frozen_string_literal: true $LOAD_PATH.push File.expand_path('lib', __dir__) -require 'assembly-image/version' Gem::Specification.new do |s| s.name = 'assembly-image' - s.version = Assembly::Image::VERSION + s.version = '1.9.0' s.authors = ['Peter Mangiafico', 'Renzo Sanchez-Silva', 'Monty Hindman', 'Tony Calavano'] s.email = ['pmangiafico@stanford.edu'] s.homepage = '' s.summary = 'Ruby immplementation of image services needed to prepare objects to be accessioned in SULAIR digital library' s.description = 'Contains classes to create derivative image files and perform other image operations'