Skip to content

Commit

Permalink
Add the dependency to json-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoqlibre committed Jan 18, 2023
1 parent 6890d81 commit ca39aa2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

None.

## [1.0.1] - 2023-01-18

### Fixed

- Add a runtime dependency to `json-ld`.

## [1.0.0] - 2023-01-12

### Added
Expand All @@ -21,10 +27,6 @@ None.
- The classes are now accessed through the `VirtualAssembly::Semantizer` module (instead of just the `Semantizer` module).
- The `SemanticObject` is now a module instead of a class.

### Fixed

-

## [1.0.0-alpha] - 2023-01-05

### Added
Expand All @@ -34,5 +36,6 @@ None.
- Gemspec file.

[unreleased]: https://github.com/assemblee-virtuelle/semantizer-ruby/compare/v1.0.0...HEAD
[1.0.1]: https://github.com/assemblee-virtuelle/semantizer-ruby/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/assemblee-virtuelle/semantizer-ruby/compare/v1.0.0-alpha...v1.0.0
[1.0.0-alpha]: https://github.com/assemblee-virtuelle/semantizer-ruby/releases/tag/v1.0.0-alpha
4 changes: 3 additions & 1 deletion semantizer.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "virtual_assembly-semantizer"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Semantizer"
s.description = "A library to add linked data to your models"
s.authors = ["Maxime Lecoq"]
Expand All @@ -9,4 +9,6 @@ Gem::Specification.new do |s|
s.homepage =
"https://github.com/assemblee-virtuelle/semantizer-ruby/"
s.license = "MIT"

s.add_runtime_dependency "json-ld", "~> 3.2", ">= 3.2.3"
end

0 comments on commit ca39aa2

Please sign in to comment.