README.md in bonsai-1.1.1 vs README.md in bonsai-1.1.2
- old
+ new
@@ -28,11 +28,20 @@
### Deployment
* Run `bonsai --repot`
* Upload the contents of `site-root/output` to your producton server
* For example: `rsync -ave ssh ./output/ tinytree.info:/var/www/tinytree.info`
+
+## Ruby implementations
+Bonsai runs under a number of Ruby implementations:
+
+ * 1.8.7 (MRI)
+ * 1.9.1 (MRI)
+ * JRuby
+ * MacRuby
+
## Technology used to make your site better
* [Tilt](http://github.com/rtomayko/tilt) - defaulting to [Mustache](http://github.com/defunkt/mustache)
* [Less CSS](http://lesscss.org/)
* [YUI CSS/Javascript compressor](http://developer.yahoo.com/yui/compressor/)
@@ -46,9 +55,12 @@
## Thanks
* [Anthony Kolber](http://github.com/kolber) for writing, then rewriting [Stacey](http://github.com/kolber/stacey) from scratch. We spent many hours talking about best practice and software UX.
* [Lincoln Stoll](http://github.com/lstoll) for reminding me to use the tools that I know best
+
+## Credits
+ * [Rohit Arondekar][http://github.com/rohit] for figuring out an annoying Ubuntu filesystem issue
## Note on Patches/Pull Requests
* Fork the project.