commit 544a34b2d9351de93bbfda23077058d4c1fed356 Author: Paul Colton Date: Wed Jan 2 09:33:58 2013 -0800 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..cff560f --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +RubyMotion-Pixate +================= + +Pixate gem for RubyMotion. \ No newline at end of file