commit f04a11e3af582e91789f4704ce61c053c0313fd9 Author: Denis Knauf Date: Mon May 14 02:43:32 2012 -0700 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..560d1a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.gem +*.rbc +.bundle +.config +coverage +InstalledFiles +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp + +# YARD artifacts +.yardoc +_yardoc +doc/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..765a3c5 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Slogger +======= + +(Semi-)Structured Logger for Ruby (and Rails) \ No newline at end of file