diff --git a/caracal.gemspec b/caracal.gemspec index 29b7095..40372ee 100644 --- a/caracal.gemspec +++ b/caracal.gemspec @@ -6,8 +6,8 @@ require 'caracal/version' Gem::Specification.new do |spec| spec.name = 'caracal_the_curve' spec.version = Caracal::VERSION - spec.authors = ['Trade Infomatics', 'John Dugan'] - spec.email = ['jpdugan@gmail.com'] + spec.authors = ['Trade Infomatics', 'John Dugan', 'James Ridgway', 'Matthew Barber'] + spec.email = ['jpdugan@gmail.com', 'james.ridgway@tccs.io', 'matthew.barber@tccs.io'] spec.summary = %q{ Fast, professional Microsoft Word (docx) writer for Ruby. } spec.description = %q{ Caracal is a pure Ruby Microsoft Word generation library that produces professional quality MSWord documents (docx) using a simple, HTML-style DSL. } spec.homepage = 'https://github.com/trade-informatics/caracal' diff --git a/lib/caracal/version.rb b/lib/caracal/version.rb index 7f9529a..3ab88cf 100644 --- a/lib/caracal/version.rb +++ b/lib/caracal/version.rb @@ -1,3 +1,3 @@ module Caracal - VERSION = '1.4.1' + VERSION = '1.4.2' end