Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Morozzzko committed Sep 2, 2023
1 parent b33610a commit 9b52155
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 19 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ As a bonus, this library provides a complete integration to build Structurizr wo

If you've met something which doesn't have a nice Ruby DSL, you can always use [`Structurizr::Metal`](/lib/structurizr/metal.rb) to access Java classes and methods. Please don't forget to [submit issue or a pull-request](#Contributing) which describes your use-case and the missing features.

## Versioning

After entering 1.0, this library will follow Structurizr-core versioning. If the gem bundles `structurizr-core` 1.26.1, the gem will use version 1.26.1.

Since Structurizr **does not follow SemVer**, there are no guarantees that minor versions won't break anything.

At least we have version parity with Structurizr.

## Installation

Install the gem:
Expand Down
3 changes: 0 additions & 3 deletions lib/structurizr/metal/jars/jackson-annotations-2.13.0-rc1.jar

This file was deleted.

3 changes: 3 additions & 0 deletions lib/structurizr/metal/jars/jackson-annotations-2.15.2.jar
Git LFS file not shown
3 changes: 0 additions & 3 deletions lib/structurizr/metal/jars/jackson-core-2.13.0-rc1.jar

This file was deleted.

3 changes: 3 additions & 0 deletions lib/structurizr/metal/jars/jackson-core-2.15.2.jar
Git LFS file not shown
3 changes: 0 additions & 3 deletions lib/structurizr/metal/jars/jackson-databind-2.13.0-rc1.jar

This file was deleted.

3 changes: 3 additions & 0 deletions lib/structurizr/metal/jars/jackson-databind-2.15.2.jar
Git LFS file not shown
3 changes: 3 additions & 0 deletions lib/structurizr/metal/jars/structurizr-client-1.26.1.jar
Git LFS file not shown
3 changes: 0 additions & 3 deletions lib/structurizr/metal/jars/structurizr-client-1.9.5.jar

This file was deleted.

3 changes: 3 additions & 0 deletions lib/structurizr/metal/jars/structurizr-core-1.26.1.jar
Git LFS file not shown
3 changes: 0 additions & 3 deletions lib/structurizr/metal/jars/structurizr-core-1.9.5.jar

This file was deleted.

3 changes: 0 additions & 3 deletions lib/structurizr/metal/jars/structurizr-graphviz-1.5.0.jar

This file was deleted.

3 changes: 3 additions & 0 deletions lib/structurizr/metal/jars/structurizr-graphviz-2.2.1.jar
Git LFS file not shown
2 changes: 1 addition & 1 deletion lib/structurizr/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Structurizr
VERSION = '1.0.0.rc.2'
VERSION = '1.26.1'
end

0 comments on commit 9b52155

Please sign in to comment.