-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix DQ_CompletenessOmission Typo (#284) * Fix Typo DQ_CompletenessOmmission to DQ_CompletenessOmission * Increment Patch Version * 2.8.3 * Add DQ_NonQuantitativeAttributeAccuracy * Release Version 2.9.0 (#289) * Upgrade mdCodes mdCodes -> 2.9.0 * Increment Ruby Version v2.8.4 * Increment package.json Version v2.8.4 Update package-lock.json * Increment Patch Version v2.8.4 * Update package-lock.json * Replace bower.json * Re-remove bower.json * Increment Minor Version * Upgrade mdCodes (#292) * Update adiwg-json_schemas.gemspec and package.json versions to 2.9.1 * Update schema.json version to 2.9.1 * Update dataQualityReport.json schema Remove DQ_ from report type names. * Update dataQualityReport.json schema with translation descriptions for quality report types. * Update dataQualityReport.json schema with corrected translation for quality report types. * Upgrade adiwg-mdcodes to v2.9.2 * Add Gemfile.lock Remove Gemfile.lock from .gitignore and add it. Update mdCodes version to be exact. * Update dataQualityReport.json Fixed typo of FGDC --------- Co-authored-by: Hilmar Maier <hilmar_maier@fws.gov> * Fix Data Quality Enums (#325) * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update adiwg-mdjson_schemas to version 2.9.2-beta.5 * Update evaluationMethod.json schema with corrected enum values for evaluation method types * chore: Update adiwg-mdcodes to version 2.9.3.pre.beta.3 * chore: Update adiwg-mdjson_schemas to version 2.9.2-beta.20 * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update adiwg-mdjson_schemas and related files to version 2.9.2-beta.21 * Prepare for Release v2.9.2 (#328) * chore: Update adiwg-mdjson_schemas and related files to version 2.9.2 * chore: Update adiwg-mdcodes to version 2.9.3 --------- Co-authored-by: Hilmar Maier <hilmar_maier@fws.gov>
- Loading branch information
1 parent
3e91ec6
commit 09d6dc3
Showing
9 changed files
with
67 additions
and
39 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 |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
.bundle | ||
.config | ||
.yardoc | ||
Gemfile.lock | ||
InstalledFiles | ||
_yardoc | ||
coverage | ||
|
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
adiwg-mdjson_schemas (2.9.2) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.8.6) | ||
public_suffix (>= 2.0.2, < 6.0) | ||
adiwg-mdcodes (2.9.3) | ||
json (~> 2.0) | ||
json (2.7.2) | ||
json-schema (2.8.1) | ||
addressable (>= 2.4) | ||
minitest (5.22.2) | ||
public_suffix (5.0.4) | ||
rake (13.1.0) | ||
|
||
PLATFORMS | ||
arm64-darwin-22 | ||
|
||
DEPENDENCIES | ||
adiwg-mdcodes (= 2.9.3) | ||
adiwg-mdjson_schemas! | ||
bundler (~> 2) | ||
json-schema (~> 2.8.1) | ||
minitest (~> 5) | ||
rake | ||
|
||
BUNDLED WITH | ||
2.4.21 |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ADIWG | ||
module MdjsonSchemas | ||
# Current schema version number | ||
VERSION = "2.9.0" | ||
VERSION = "2.9.2" | ||
end | ||
end |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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