Skip to content

Commit

Permalink
feat(entry): Add new entry
Browse files Browse the repository at this point in the history
Closes #2

chore(config): Move the faraday connection

Rename Entry class

Rename Entry class

Use connection

Add Tag class

Remove attr_writter

Add Project class

Update to Ruby 3.1

Skip Tag tests

Enable tests back

Fix test

Update tags and projects fixtures

Get Products

Update console script

Start on create entry

Add scope class

Able to create entries with the right attrs

Concat description
  • Loading branch information
JuanVqz committed Sep 1, 2024
1 parent 38d5b02 commit d789888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noko_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "faraday", ">= 2.3", "< 2.12"
spec.add_dependency "tty-prompt", "~> 0.23"
spec.add_dependency "tty-table", "~> 0.12"
spec.add_dependency "tty-table", "~> 0.12.0"
spec.add_dependency "zeitwerk", "~> 2.6"

spec.add_development_dependency "pry", "~> 0.14.1"
Expand Down

0 comments on commit d789888

Please sign in to comment.