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
|
version: 0.1.0
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
signalspam-pipe:
|
bulkbarrage:
|
||||||
main: src/main.cr
|
main: src/main.cr
|
||||||
|
|
||||||
# authors:
|
# authors:
|
||||||
|
@ -11,6 +12,11 @@ targets:
|
||||||
# description: |
|
# description: |
|
||||||
# Short description of signalspam-pipe
|
# Short description of signalspam-pipe
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
mechanize:
|
||||||
|
github: Kanezoh/mechanize.cr
|
||||||
|
version: "~> 0.2.0"
|
||||||
|
|
||||||
# dependencies:
|
# dependencies:
|
||||||
# pg:
|
# pg:
|
||||||
# github: will/crystal-pg
|
# github: will/crystal-pg
|
||||||
|
@ -21,3 +27,4 @@ targets:
|
||||||
# github: manastech/webmock.cr
|
# github: manastech/webmock.cr
|
||||||
|
|
||||||
# license: MIT
|
# license: MIT
|
||||||
|
license: LGPL-3.0
|
||||||
|
|
Loading…
Reference in a new issue