This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
crystal-scatter
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
2
Wiki
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…
取消
儲存