forked from instructure/qti
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse HTML as HTML so we can see the special characters
refs QUIZ-2778 Test plan - Test under quiz_api Change-Id: I56653b47ba5aecdc92ea5723af38db759bffaa65 Reviewed-on: https://gerrit.instructure.com/124247 Tested-by: Jenkins Reviewed-by: Hannah Bottalla <[email protected]> QA-Review: Deepeeca Soundarrajan <[email protected]> Product-Review: Dan Minkevitch <[email protected]>
- Loading branch information
Showing
5 changed files
with
12 additions
and
7 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
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'qti' | ||
spec.version = '0.8.0' | ||
spec.version = '0.8.1' | ||
spec.authors = ['Hannah Bottalla', 'Robinson Rodríguez'] | ||
spec.email = ['[email protected]', '[email protected]', '[email protected]'] | ||
spec.summary = %q(QTI 1.2 and 2.1 import and export models) | ||
|
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
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