Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
crystal-scatter
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
2
Wiki
Atividade
Ver código fonte
Fixed an error in the readme and removed useless comments
master
Archivist
6 anos atrás
pai
a008326dd7
commit
3d6a58bd92
3 arquivos alterados
com
3 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
README.md
+0
-1
spec/crystal-scatter_spec.cr
+2
-2
src/crystal-scatter.cr
+ 1
- 1
README.md
Ver arquivo
@ -9,7 +9,7 @@ Add this to your application's `shard.yml`:
```yaml
dependencies:
crystal-scatter:
git: https://git.nekoit.xyz/Archivist/
sales_backend
git: https://git.nekoit.xyz/Archivist/
crystal-scatter
version: ~> 0.1.0
```
+ 0
- 1
spec/crystal-scatter_spec.cr
Ver arquivo
@ -1,7 +1,6 @@
require
"
./spec_helper
"
describe
Crystal
::
Scatter
do
# TODO: Write tests
it
"
add elements to RingGraphs
"
do
rg
=
Crystal
::
Scatter
::
RingGraph
.
new
+ 2
- 2
src/crystal-scatter.cr
Ver arquivo
@ -1,6 +1,6 @@
require
"
./crystal-scatter/*
"
# TODO: Write documentation for `Crystal::Scatter`
module
Crystal::Scatter
class="c1">#
TODO: Put your code here
end
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar