diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd9c569 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +pkg/ +tmp/ diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..7dea76e --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.1 diff --git a/announcement.txt b/announcement.txt new file mode 100644 index 0000000..0cd9b6e --- /dev/null +++ b/announcement.txt @@ -0,0 +1,12 @@ +map-fields version 1.0.0 + by Andrew Timberlake + http://github.com/internuity/map-fields + +== DESCRIPTION + +A Rails plugin which provides a hook to preview and map the fields of an uploaded CSV file to a pre-defined schema + +== CHANGES + +* Initial release +