This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
crystal-scatter
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
2
Вики
Activity
Преглед изворни кода
Fixed an error in the readme and removed useless comments
master
Archivist
пре 6 година
родитељ
a008326dd7
комит
3d6a58bd92
3 измењених фајлова
са
3 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+0
-1
spec/crystal-scatter_spec.cr
+2
-2
src/crystal-scatter.cr
+ 1
- 1
README.md
Прегледај датотеку
@ -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
Прегледај датотеку
@ -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
Прегледај датотеку
@ -1,6 +1,6 @@
require
"
./crystal-scatter/*
"
# TODO: Write documentation for `Crystal::Scatter`
module
Crystal::Scatter
class="c1">#
TODO: Put your code here
end
Write
Preview
Loading…
Откажи
Сачувај