Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop -> master #311

Merged
merged 7 commits into from
Dec 8, 2023
Merged

Merge develop -> master #311

merged 7 commits into from
Dec 8, 2023

Commits on Sep 6, 2023

  1. 246 new simplified html writer for cleaner import into ms word (#270)

    * Add vendor to gitignore
    
    * New Simple HTML Writer
    
    * Add Command Line Option
    
    * Increment Version
    jwaspin committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b8134df View commit details
    Browse the repository at this point in the history
  2. Fix Simple HTML Typo (#272)

    jwaspin committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3cfa479 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. 287 fix and update unit tests (#290)

    * Fix contactId
    
    Test data was using the same id, they need to be different.
    
    * Replace MiniTest with Minitest
    
    * Fix 19115-1 Party Identifier Unit Test
    
    * Fix Person Name
    jwaspin committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d5d6b86 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Rename ISO 19115 v1 to v3 (#298)

    * Rename 19115-1 to 19115-3
    
    Also 19115_1 to 19115_3
    
    * Update gemspec
    
    * Restore 19115_1
    
    Restored the ability to use the iso19115_1
    command line option for backwards compatability.
    
    * Add sampleDimension
    
    * Add sampleDimension
    
    * Update gemspec
    
    * Revert Changes
    
    * Update .gitignore
    
    * Add Gemfile.lock
    
    * Version Updates
    jwaspin committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    75d8c2e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Update kramdown requirement from ~> 1.13 to >= 1.13, < 3.0 (#309)

    Updates the requirements on [kramdown](https://github.com/gettalong/kramdown) to permit the latest version.
    - [Release notes](https://github.com/gettalong/kramdown/releases)
    - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
    - [Commits](https://github.com/gettalong/kramdown/commits)
    
    ---
    updated-dependencies:
    - dependency-name: kramdown
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    863618e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Update rake requirement from ~> 10 to ~> 13 (#310)

    Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
    - [Release notes](https://github.com/ruby/rake/releases)
    - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
    - [Commits](ruby/rake@v10.5.0...v13.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: rake
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    680ecbb View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Release Version 2.18.4 (#308)

    * Enforce Specific Versions
    
    * Fix Code List Value
    
    Remove hardcoded series value.
    Replace with retrieved value from hDataQuality.
    
    * Fix Errors When Undefined
    
    * Update .gitignore
    
    * Add External Contact Identifiers
    
    * Remove puts
    
    * Remove puts
    
    * Update Version
    
    * Update Gemfile.lock
    jwaspin committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0b47a88 View commit details
    Browse the repository at this point in the history