forked from urvin-compliance/caracal
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from the-curve-consulting/mbarber/bump-1.4.2
Update SemVer to 1.4.2
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = ['[email protected]'] | ||
spec.authors = ['Trade Infomatics', 'John Dugan', 'James Ridgway', 'Matthew Barber'] | ||
spec.email = ['[email protected]', '[email protected]', '[email protected]'] | ||
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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Caracal | ||
VERSION = '1.4.1' | ||
VERSION = '1.4.2' | ||
end |