Skip to content

Commit

Permalink
Release 1.0.0.pre.alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Apr 4, 2024
1 parent 2ac31fb commit 98b9c0d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-alpha.11] - 2024-04-04

This version has been generated using:

- [Connector code generator](https://github.com/datafoodconsortium/connector-codegen) [main](https://github.com/datafoodconsortium/connector-codegen/commit/4f27cdecff1fc727283cbbb0a7847e0e178b761c).
- [UML data model](https://github.com/datafoodconsortium/data-model-uml) [next](https://github.com/datafoodconsortium/data-model-uml/commit/7fec05679450864108e20ce7411cbc957e559d30)

## [1.0.0-alpha.10] - 2024-01-30

This version has been generated using:
Expand Down Expand Up @@ -111,6 +118,7 @@ This version has been generated using the [code generator](https://github.com/da
- Initial version of this library.

[unreleased]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0...HEAD
[1.0.0-alpha.11]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.10...v1.0.0-alpha.11
[1.0.0-alpha.10]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.9...v1.0.0-alpha.10
[1.0.0-alpha.9]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.8...v1.0.0-alpha.9
[1.0.0-alpha.8]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.7...v1.0.0-alpha.8
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
datafoodconsortium-connector (1.0.0.pre.alpha.10)
datafoodconsortium-connector (1.0.0.pre.alpha.11)
virtual_assembly-semantizer (~> 1.0, >= 1.0.5)

GEM
Expand Down
14 changes: 10 additions & 4 deletions connector.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
Gem::Specification.new do |s|
s.name = "datafoodconsortium-connector"
s.version = "1.0.0-alpha.10"
s.version = "1.0.0-alpha.11"
s.summary = "Data Food Consortium connector"
s.description = "A library to easily integrate the DFC standard within your application."
s.authors = ["Maxime Lecoq"]
s.email = "[email protected]"
s.files = Dir["lib/**/*.rb"]
s.homepage =
"https://github.com/datafoodconsortium/connector-ruby/"
s.license = "MIT"
s.homepage = "https://github.com/datafoodconsortium/connector-ruby/"
s.license = "MIT"

s.metadata = {
"changelog_uri" =>
"https://github.com/datafoodconsortium/connector-ruby/blob/main/CHANGELOG.md",
"source_code_uri" =>
"https://github.com/datafoodconsortium/connector-ruby/",
}

s.add_runtime_dependency "virtual_assembly-semantizer", "~> 1.0", ">= 1.0.5"
end

0 comments on commit 98b9c0d

Please sign in to comment.