From 1d80cc29955d382d382c1930639cd669a5bb055d Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Fri, 4 Jul 2014 12:30:30 +0300 Subject: [PATCH 1/3] Added Style Guides --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c68a3fc..0743adf 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,10 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Collections of algorithms and design patterns.* +## Style Guide + +* [Ruby style guide](https://github.com/bbatsov/ruby-style-guide) - Community-driven Ruby coding style. +* [Rails style guide](https://github.com/bbatsov/rails-style-guide) - Community-driven Rails best practices and style for Rails 3 and 4. ## Miscellaneous From 2d7a64bf544bf81c594f9a852d1e99da2ff2965e Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Fri, 4 Jul 2014 12:33:25 +0300 Subject: [PATCH 2/3] Added more to Documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0743adf..c85720b 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,9 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for generating project documentation.* +* [RDoc](https://github.com/rdoc/rdoc) - RDoc produces HTML and command-line documentation for Ruby projects. +* [YARD](http://yardoc.org) - YARD is a documentation generation tool for Ruby. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily. + ## Configuration *Libraries for storing configuration options.* From 8c4ff06c032bb3314a0a39bfaeabd710e994b646 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Fri, 4 Jul 2014 12:34:14 +0300 Subject: [PATCH 3/3] Added more to Imagery --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c85720b..80df7a3 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for manipulating images.* +* [MiniMagick](https://github.com/minimagick/minimagick) - a ruby wrapper for ImageMagick or GraphicsMagick command line. + ## Audio *Libraries for manipulating audio.*