This commit is contained in:
mwiegand 2021-11-17 17:41:51 +01:00
parent e2aac0d7ea
commit a8794b1428
4 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
lib

View file

@ -17,6 +17,7 @@ Dir.entries(dir).each do |entry|
end
end
rescue File::NotFoundError
# process might already have exited
end
end

2
shard.lock Normal file
View file

@ -0,0 +1,2 @@
version: 2.0
shards: {}

3
shard.yml Normal file
View file

@ -0,0 +1,3 @@
name: procio
version: 0.1.0
license: MIT