diff --git a/shard.yml b/shard.yml new file mode 100644 index 0000000..ee0dee0 --- /dev/null +++ b/shard.yml @@ -0,0 +1,10 @@ +name: fs +version: 0.1.0 + +authors: + - Luka Vandervelden + +description: | + Filesystem abstraction through near-native types. + +license: MIT diff --git a/orm.cr b/src/fs.cr similarity index 100% rename from orm.cr rename to src/fs.cr diff --git a/test.cr b/test.cr index 782cf26..53e26b4 100644 --- a/test.cr +++ b/test.cr @@ -1,5 +1,5 @@ require "json" -require "./orm.cr" +require "./src/fs.cr" # Basic mapping testing.