From b40e1d12e7266b03a7eb8535eaaf461ca52819d9 Mon Sep 17 00:00:00 2001 From: Chris Huxtable Date: Tue, 21 Aug 2018 14:12:00 -0400 Subject: [PATCH] Cleanup --- spec/pledge_spec.cr | 18 ------------------ src/pledge/version.cr | 17 ----------------- 2 files changed, 35 deletions(-) delete mode 100644 spec/pledge_spec.cr delete mode 100644 src/pledge/version.cr diff --git a/spec/pledge_spec.cr b/spec/pledge_spec.cr deleted file mode 100644 index 3da90e8..0000000 --- a/spec/pledge_spec.cr +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (c) 2018 Christian Huxtable . -# -# Permission to use, copy, modify, and/or distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -require "./spec_helper" - -describe Pledge do -end diff --git a/src/pledge/version.cr b/src/pledge/version.cr deleted file mode 100644 index cf69e66..0000000 --- a/src/pledge/version.cr +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (c) 2018 Christian Huxtable . -# -# Permission to use, copy, modify, and/or distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -module Pledge - VERSION = "0.1.0" -end