Skip to content

Commit

Permalink
made progress
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Nov 12, 2024
1 parent 9ff85e6 commit c6d7c66
Show file tree
Hide file tree
Showing 24 changed files with 2,691 additions and 1,405 deletions.
27 changes: 27 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,35 @@
require:
- rubocop-performance
- rubocop-rake
- rubocop-rspec

AllCops:
TargetRubyVersion: 3.1
NewCops: enable

Style/StringLiterals:
EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes

Metrics:
Enabled: false

RSpec/MultipleExpectations:
Enabled: false

RSpec/ExampleLength:
Enabled: false

Naming/MethodParameterName:
Enabled: false

Style/Documentation:
Enabled: false

Style/CaseEquality:
Enabled: false

Style/MultilineBlockChain:
Enabled: false
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ gemspec
gem "rake", "~> 13.0"

gem "rspec", "~> 3.0"
gem "simplecov"

gem "rubocop", "~> 1.21"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"

gem "literal"
gem "sigstore"

gem "super_diff", "~> 0.13.0"

gem "fiddle"
gem "kdl", "~> 1.0"
20 changes: 20 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
diff-lcs (1.5.1)
docile (1.4.1)
fiddle (1.1.2)
json (2.8.1)
kdl (1.0.6)
base64 (~> 0.2.0)
Expand Down Expand Up @@ -69,11 +71,24 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.0)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
sigstore (0.1.1)
net-http
protobug_sigstore_protos (~> 0.1.0)
uri
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
simpleidn (0.2.3)
super_diff (0.13.0)
attr_extras (>= 6.2.4)
Expand All @@ -87,13 +102,18 @@ PLATFORMS
ruby

DEPENDENCIES
fiddle
kdl (~> 1.0)
literal
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
rubocop-performance
rubocop-rake
rubocop-rspec
sigstore
sigstore-verification!
simplecov
super_diff (~> 0.13.0)

BUNDLED WITH
Expand Down
Empty file added VimLeave
Empty file.
Binary file added added.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c6d7c66

Please sign in to comment.