chore: rename project to bulkbarrage
This commit is contained in:
parent
2de4dc2ac1
commit
0f8ec76bcf
2 changed files with 19 additions and 2 deletions
10
shard.lock
Normal file
10
shard.lock
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: 2.0
|
||||
shards:
|
||||
lexbor:
|
||||
git: https://github.com/kostya/lexbor.git
|
||||
version: 3.1.2
|
||||
|
||||
mechanize:
|
||||
git: https://github.com/kanezoh/mechanize.cr.git
|
||||
version: 0.2.0
|
||||
|
11
shard.yml
11
shard.yml
|
@ -1,8 +1,9 @@
|
|||
name: signalspam-pipe
|
||||
---
|
||||
name: bulkbarrage
|
||||
version: 0.1.0
|
||||
|
||||
targets:
|
||||
signalspam-pipe:
|
||||
bulkbarrage:
|
||||
main: src/main.cr
|
||||
|
||||
# authors:
|
||||
|
@ -11,6 +12,11 @@ targets:
|
|||
# description: |
|
||||
# Short description of signalspam-pipe
|
||||
|
||||
dependencies:
|
||||
mechanize:
|
||||
github: Kanezoh/mechanize.cr
|
||||
version: "~> 0.2.0"
|
||||
|
||||
# dependencies:
|
||||
# pg:
|
||||
# github: will/crystal-pg
|
||||
|
@ -21,3 +27,4 @@ targets:
|
|||
# github: manastech/webmock.cr
|
||||
|
||||
# license: MIT
|
||||
license: LGPL-3.0
|
||||
|
|
Loading…
Reference in a new issue