shards
This commit is contained in:
parent
e2aac0d7ea
commit
a8794b1428
4 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
lib
|
|
@ -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
2
shard.lock
Normal file
|
@ -0,0 +1,2 @@
|
|||
version: 2.0
|
||||
shards: {}
|
3
shard.yml
Normal file
3
shard.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name: procio
|
||||
version: 0.1.0
|
||||
license: MIT
|
Loading…
Reference in a new issue