diff --git a/chunker/.rspec b/.rspec similarity index 100% rename from chunker/.rspec rename to .rspec diff --git a/chunker/LICENSE b/LICENSE similarity index 100% rename from chunker/LICENSE rename to LICENSE diff --git a/chunker/README b/README similarity index 100% rename from chunker/README rename to README diff --git a/chunker/Rakefile b/Rakefile similarity index 100% rename from chunker/Rakefile rename to Rakefile diff --git a/chunker/lib/chunker.rb b/lib/chunker.rb similarity index 100% rename from chunker/lib/chunker.rb rename to lib/chunker.rb diff --git a/chunker/spec/chunker_spec.rb b/spec/chunker_spec.rb similarity index 100% rename from chunker/spec/chunker_spec.rb rename to spec/chunker_spec.rb