Skip to content

Commit

Permalink
Removed old commits
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhvath28 committed Sep 2, 2024
1 parent 1ca62fc commit 277d7e7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_style = tab
indent_style = tab
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/bin/
/.shards/
*.dwarf
/result
/result
1 change: 0 additions & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ shards:
version_from_shard:
git: https://github.com/hugopl/version_from_shard.git
version: 1.2.5

2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
development_dependencies:
spectator:
gitlab: arctic-fox/spectator
version: ~> 0.10.5
version: ~> 0.10.5
2 changes: 1 addition & 1 deletion shards.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
rev = "v1.2.5";
sha256 = "0xizj0q4rd541rwjbx04cjifc2gfx4l5v6q2y7gmd0ndjmkgb8ik";
};
}
}
1 change: 0 additions & 1 deletion spec/spec_helper.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
require "../src/crystal2nix"
require "spectator"

0 comments on commit 277d7e7

Please sign in to comment.