Skip to content

Commit

Permalink
Merge pull request #1 from frytg/rewrite-in-rust
Browse files Browse the repository at this point in the history
Rewrite in rust
  • Loading branch information
frytg authored Nov 12, 2024
2 parents 457c722 + d1a9415 commit e6a3efe
Show file tree
Hide file tree
Showing 27 changed files with 2,328 additions and 525 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
day: friday
16 changes: 0 additions & 16 deletions .github/exporter.sh

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/build.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
pkg/*.gem
coverage/
.coveralls.yml
.bundle
Gemfile.lock
target/
.DS_Store
*.svg
2 changes: 0 additions & 2 deletions .rspec

This file was deleted.

2 changes: 0 additions & 2 deletions .rubocop.yml

This file was deleted.

Loading

0 comments on commit e6a3efe

Please sign in to comment.