Skip to content

Commit

Permalink
Renamed project. Removed cruft files
Browse files Browse the repository at this point in the history
  • Loading branch information
d4hines committed Aug 6, 2018
1 parent f43ee6e commit d9773a5
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 510 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ All notable changes to this project will be documented in this file. This change
- Files from the new template.
- Widget maker public API - `make-widget-sync`.

[Unreleased]: https://github.com/your-name/anagramizer/compare/0.1.1...HEAD
[0.1.1]: https://github.com/your-name/anagramizer/compare/0.1.0...0.1.1
[Unreleased]: https://github.com/your-name/anagramaton/compare/0.1.1...HEAD
[0.1.1]: https://github.com/your-name/anagramaton/compare/0.1.0...0.1.1
2 changes: 1 addition & 1 deletion doc/intro.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Introduction to anagramizer
# Introduction to anagramaton

TODO: write [great documentation](http://jacobian.org/writing/what-to-write/)
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject anagramizer "0.1.0-SNAPSHOT"
(defproject anagramaton "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns anagramizer.core
(ns anagramaton.core
(:require [clojure.set :as set]
[clojure.string :as str]
[clojure.math.combinatorics :as combo]
Expand Down
2 changes: 1 addition & 1 deletion src/anagramizer/core.clj → src/anagramaton/core.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns anagramizer.core
(ns anagramaton.core
(:require [clojure.string :as str]
[clojure.math.combinatorics :as combo]
[trie.core :refer [trie]]
Expand Down
116 changes: 0 additions & 116 deletions src/anagramizer/.vscode/launch.json

This file was deleted.

238 changes: 0 additions & 238 deletions src/anagramizer/core2.clj

This file was deleted.

0 comments on commit d9773a5

Please sign in to comment.