Releases: ncbo/ontologies_api_ruby_client
Releases · ncbo/ontologies_api_ruby_client
2.5.2
2.5.1
What's Changed
- Fixed a "can't modify frozen String" error
- Fixed some RuboCop warnings
- Synchronized with the upstream repository
Full Changelog: v2.5.0...v2.5.1
2.5.0
What's Changed
- Added support for passing an ID when exploring links #15 by @syphax-bouazzouni
- Added unit tests for the changes introduced in PR #15
- Synchronized with the upstream repository
- Removed Ruby 3.0 from the text matrix
- Updated the copyright year in the license text
- Increased the version number from 2.4.0 to 2.5.0
Full Changelog: v2.4.0...v2.5.0
2.4.0
2.3.0
What's Changed
Add multiple media types models by @syphax-bouazzouni in #17
Full Changelog: v2.2.5...v2.3.0
2.2.5
What's Changed
- Upgrade activesupport from 6.1.7.3 to 7.0.8 (#31)
- Bump minitest from 5.18 to 5.20
- Add minitest-hooks as a development dependency
- Validate provided API key before executing the unit test suite (#16)
- Remove Ruby 2.7 and add 3.1 to the test matrix
- Run unit tests in verbose mode
- Update gemspec description and README to include the AllegroGraph database
Full Changelog: v2.2.4...v2.2.5
2.2.4
What's Changed
Replace outdated test-unit with minitest by @jvendetti in #30
Full Changelog: v2.2.3...v2.2.4
2.2.3
What's Changed
- Modified the
purl
method to check class IDs for a PURL host, rather than the string 'purl' (#28) - Made the PURL host configurable, and set a default value
- Added several unit tests for the
purl
method - Configured PURL host and prefix values in
config.test.rb
for the purposes of unit text execution - Added a development dependency on the faraday-follow_redirects gem for testing proper PURL resolution
- Moved the gem version specifier to a module
- Fixed some RuboCop warnings
- Synced fork with the upstream repository
Full Changelog: v2.2.2...v2.2.3
2.2.2
What's Changed
- Bump activesupport from 6.1.5.1 to 6.1.7.3
- Remove version specifier from the faraday-excon gem
Full Changelog: v2.2.1...v2.2.2
2.2.1
What's Changed
- Fixed URI.escape is obsolete warnings by @jvendetti in #19
- Fixed code in the
Class.find
method that threw an ArgumentError by @jvendetti in #22 - Added a new unit test file for testing the
Class
model - Added the rubocop gem to enable inspections in RubyMine
- Added the addressable gem for improved URI handling
- Fixed some RuboCop warnings
Full Changelog: v2.2.0...v2.2.1