Skip to content

Commit

Permalink
Convert entities into models
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Dec 3, 2024
1 parent 426a980 commit c0c8f8a
Show file tree
Hide file tree
Showing 7 changed files with 3,413 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.3] - 2024-12-03

- Convert entities into models

## [0.0.2] - 2024-12-02

- Release as a gem
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
foobara-remote-imports (0.0.2)
foobara-remote-imports (0.0.3)
foobara

GEM
Expand All @@ -28,7 +28,7 @@ GEM
docile (1.4.1)
dotenv (3.1.4)
ffi (1.17.0-x86_64-linux-gnu)
foobara (0.0.21)
foobara (0.0.22)
foobara-util
foobara-rubocop-rules (0.0.5)
rubocop
Expand All @@ -52,7 +52,7 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (1.1.2)
json (2.8.2)
json (2.9.0)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -98,14 +98,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.0)
rubocop (1.69.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.36.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
Expand Down
Loading

0 comments on commit c0c8f8a

Please sign in to comment.