Skip to content

Commit

Permalink
Removing read time calculators.
Browse files Browse the repository at this point in the history
  • Loading branch information
lpryor committed Sep 1, 2014
1 parent 220b682 commit c959c42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/.target
/target
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Rummage

The [rummage](http://zman.io/rummage/) project consists of self-contained [Scala](http://www.scala-lang.org/) utilities that are too small and general to warrant their own package and/or artifact, but are too large, nuanced or handy to have around to be re-implemented over and over again.


Expand Down Expand Up @@ -26,7 +28,7 @@ libraryDependencies += "io.zman" %% "rummage" % "1.0"

[Instructions for other build systems](http://mvnrepository.com/artifact/io.zman/rummage_2.10/1.0).

## <a name="rummage.Timer"></a> rummage.Timer
## rummage.Timer

An interface for scheduling tasks to run one or more times at some point in the future.

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ readmeMappings ++= Seq(
"." --- Seq(
"title" -> "rummage",
"tagline" -> "assorted scala utilities",
"layout" -> "page",
"layout" -> "home",
"cover" -> "rummage.jpg"
),
"changelog" --- Seq(
Expand Down
2 changes: 1 addition & 1 deletion src/site/_includes

0 comments on commit c959c42

Please sign in to comment.