# middleman-presentation
As of August 13, 2014 11:23am. 55 total
## Summary
* 48 MIT
* 3 Apache 2.0
* 2 ruby
* 1 ISC
* 1 BSD
## Items
### activesupport v4.1.4 (development, test)
#### A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
MIT whitelisted
A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
### addressable v2.3.6
#### URI Implementation
Apache 2.0 whitelisted
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
### bundler v1.6.5 (development, test)
#### The best way to manage your application's dependencies
MIT whitelisted
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
### celluloid v0.15.2
#### Actor-based concurrent object framework for Ruby
MIT whitelisted
Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects
### chunky_png v1.3.1
#### Pure ruby library for read/write, chunk-level access to PNG files
MIT whitelisted
This pure Ruby library can read and write PNG images without depending on an external
image library, like RMagick. It tries to be memory efficient and reasonably fast.
It supports reading and writing all PNG variants that are defined in the specification,
with one limitation: only 8-bit color depth is supported. It supports all transparency,
interlacing and filtering options the PNG specifications allows. It can also read and
write textual metadata from PNG files. Low-level read/write access to PNG chunks is
also possible.
This library supports simple drawing on the image canvas and simple operations like
alpha composition and cropping. Finally, it can import from and export to RMagick for
interoperability.
Also, have a look at OilyPNG at http://github.com/wvanbergen/oily_png. OilyPNG is a
drop in mixin module that implements some of the ChunkyPNG algorithms in C, which
provides a massive speed boost to encoding and decoding.
### coffee-script v2.3.0
#### Ruby CoffeeScript Compiler
MIT whitelisted
Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
### coffee-script-source v1.7.1
#### The CoffeeScript Compiler
MIT whitelisted
CoffeeScript is a little language that compiles into JavaScript.
Underneath all of those embarrassing braces and semicolons,
JavaScript has always had a gorgeous object model at its heart.
CoffeeScript is an attempt to expose the good parts of JavaScript
in a simple way.
### compass v0.12.7
#### A Real Stylesheet Framework
MIT whitelisted
Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintenance of CSS.
### compass-import-once v1.0.4
#### Speed up your Sass compilation by making @import only import each file once.
MIT whitelisted
Changes the behavior of Sass's @import directive to only import a file once.
### em-websocket v0.5.1
#### EventMachine based WebSocket server
MIT whitelisted
EventMachine based WebSocket server
### erubis v2.7.0 (development, test)
#### a fast and extensible eRuby implementation which supports multi-language
MIT whitelisted
Erubis is an implementation of eRuby and has the following features:
* Very fast, almost three times faster than ERB and about 10% faster than eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
* Auto trimming spaces around '<% %>'
* Embedded pattern changeable (default '<% %>')
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '')
* Context object available and easy to combine eRuby template with YAML datafile
* Print statement available
* Easy to extend and customize in subclass
* Ruby on Rails support
### eventmachine v1.0.3
#### Ruby/EventMachine library
ruby whitelisted
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.
### execjs v2.2.1
#### Run JavaScript code from Ruby
MIT whitelisted
ExecJS lets you run JavaScript code from Ruby.
### facter v2.1.0
#### Facter, a system inventory tool
Apache 2.0 manually approved
>
> 2014-08-13
You can prove anything with facts!
### fedux_org-stdlib v0.6.50
#### Collection of useful libraries. It maybe depend on external libraries.
MIT whitelisted
### ffi v1.9.3
#### Ruby FFI
BSD whitelisted
Ruby FFI library
### fssm v0.2.10
#### File System State Monitor
MIT whitelisted
The File System State Monitor keeps track of the state of any number of paths and will fire events when said state changes (create/update/delete). FSSM supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere else.
### haml v4.0.5
#### An elegant, structured (X)HTML/XML templating engine.
MIT whitelisted
Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML that's
designed to express the structure of documents in a non-repetitive, elegant, and
easy way by using indentation rather than closing tags and allowing Ruby to be
embedded with ease. It was originally envisioned as a plugin for Ruby on Rails,
but it can function as a stand-alone templating engine.
### hike v1.2.3
#### Find files in a set of paths
MIT whitelisted
A Ruby library for finding files in a set of paths.
### hooks v0.4.0
#### Generic hooks with callbacks for Ruby.
MIT whitelisted
Declaratively define hooks, add callbacks and run them with the options you like.
### http_parser.rb v0.6.0
#### Simple callback-based HTTP request/response parser
MIT whitelisted
Ruby bindings to http://github.com/ry/http-parser and http://github.com/a2800276/http-parser.java
### i18n v0.6.11
#### New wave Internationalization support for Ruby
MIT whitelisted
New wave Internationalization support for Ruby.
### json v1.8.1
#### This json is bundled with Ruby
ruby whitelisted
### kramdown v1.4.1
#### kramdown is a fast, pure-Ruby Markdown-superset converter.
MIT whitelisted
kramdown is yet-another-markdown-parser but fast, pure Ruby,
using a strict syntax definition and supporting several common extensions.
### launchy v2.4.2
#### Launchy is helper class for launching cross-platform applications in a fire and forget manner.
ISC manually approved
>
> 2014-07-30
Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within ruby programs.
### liquid v2.6.1
#### A secure, non-evaling end user template engine with aesthetic markup.
MIT whitelisted
### listen v2.7.9
#### Listen to file modifications
MIT whitelisted
The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!
### middleman v3.3.4 (middleman)
#### Hand-crafted frontend development
MIT whitelisted
A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.
### middleman-core v3.3.4
#### Hand-crafted frontend development
MIT whitelisted
A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.
### middleman-livereload v3.3.4 (middleman)
#### LiveReload support for Middleman
MIT whitelisted
LiveReload support for Middleman
### middleman-presentation v0.15.2 (default)
#### Presentation engine for Middleman
MIT whitelisted
### middleman-sprockets v3.3.6
#### Sprockets support for Middleman
MIT whitelisted
Sprockets support for Middleman
### mini_portile v0.6.0
#### Simplistic port-like solution for developers
MIT whitelisted
Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.
### minitest v5.4.0
#### minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking
MIT whitelisted
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
frameworks...
I MUST say that minitest is *very* readable / understandable
compared to the 'other two' options we looked at. Nicely done and
thank you for helping us keep our mental sanity."
-- Wayne E. Seguin
minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!
minitest/mock by Steven Baker, is a beautifully tiny mock (and stub)
object framework.
minitest/pride shows pride in testing and adds coloring to your test
output. I guess it is an example of how to write IO pipes too. :P
minitest/unit is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.
"Again, I can't praise enough the idea of a testing/specing
framework that I can actually read in full in one sitting!"
-- Piotr Szotkowski
Comparing to rspec:
rspec is a testing DSL. minitest is ruby.
-- Adam Hawkins, "Bow Before MiniTest"
minitest doesn't reinvent anything that ruby already provides, like:
classes, modules, inheritance, methods. This means you only have to
learn ruby to use minitest and all of your regular OO practices like
extract-method refactorings still apply.
### multi_json v1.10.1
#### A common interface to multiple JSON libraries.
MIT whitelisted
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
### nokogiri v1.6.3.1
#### Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
MIT whitelisted
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's
many features is the ability to search documents via XPath or CSS3 selectors.
XML is like violence - if it doesn’t solve your problems, you are not using
enough of it.
### padrino-helpers v0.12.2
#### Helpers for padrino
MIT whitelisted
Tag helpers, asset helpers, form helpers, form builders and many more helpers for padrino
### padrino-support v0.12.2
#### Support for padrino
MIT whitelisted
A number of support methods and extensions for Padrino framework
### rack v1.5.2
#### a modular Ruby webserver interface
MIT whitelisted
Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
Also see http://rack.github.com/.
### rack-livereload v0.3.15
#### Insert LiveReload into your app easily as Rack middleware
MIT whitelisted
Insert LiveReload into your app easily as Rack middleware
### rack-test v0.6.2
#### Simple testing API built on Rack
MIT whitelisted
Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.
### rake v10.3.2
#### Rake is a Make-like program implemented in Ruby
MIT whitelisted
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified in standard Ruby syntax.
Rake has the following features:
* Rakefiles (rake's version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to synthesize implicit tasks.
* Flexible FileLists that act like arrays but know about manipulating
file names and paths.
* A library of prepackaged tasks to make building rakefiles easier. For example,
tasks for building tarballs and publishing to FTP or SSH sites. (Formerly
tasks for building RDoc and Gems were included in rake but they're now
available in RDoc and RubyGems respectively.)
* Supports parallel execution of tasks.
### rb-fsevent v0.9.4
#### Very simple & usable FSEvents API
MIT whitelisted
FSEvents API with Signals catching (without RubyCocoa)
### rb-inotify v0.9.5
#### A Ruby wrapper for Linux's inotify, using FFI
MIT whitelisted
A Ruby wrapper for Linux's inotify, using FFI
### sass v3.2.19
#### A powerful but elegant CSS compiler that makes CSS fun again.
MIT whitelisted
Sass makes CSS fun again. Sass is an extension of CSS3, adding
nested rules, variables, mixins, selector inheritance, and more.
It's translated to well-formatted, standard CSS using the
command line tool or a web-framework plugin.
### sprockets v2.12.1
#### Rack-based asset packaging system
MIT whitelisted
Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
### sprockets-helpers v1.1.0
#### Asset path helpers for Sprockets 2.x applications
MIT whitelisted
Asset path helpers for Sprockets 2.x applications
### sprockets-sass v1.2.0
#### Better Sass integration with Sprockets 2.0
MIT whitelisted
When using Sprockets 2.0 with Sass you will eventually run into a pretty big issue. `//= require` directives will not allow Sass mixins, variables, etc. to be shared between files. So you'll try to use `@import`, and that'll also blow up in your face. `sprockets-sass` fixes all of this by creating a Sass::Importer that is Sprockets aware.
### thor v0.19.1 (default)
#### Thor is a toolkit for building powerful command-line interfaces.
MIT whitelisted
Thor is a toolkit for building powerful command-line interfaces.
### thread_safe v0.3.4
#### A collection of data structures and utilities to make thread-safe programming in Ruby easier
Apache 2.0 whitelisted
Thread-safe collections and utilities for Ruby
### tilt v1.4.1
#### Generic interface to multiple Ruby template engines
MIT whitelisted
Generic interface to multiple Ruby template engines
### timers v1.1.0
#### Schedule procs to run after a certain time, or at periodic intervals, using any API that accepts a timeout
MIT whitelisted
Pure Ruby one-shot and periodic timers
### tzinfo v1.2.2
#### Daylight savings aware timezone library
MIT whitelisted
TZInfo provides daylight savings aware transformations between times in different time zones.
### uber v0.0.8
#### Gem-authoring tools like class method inheritance in modules, dynamic options and more.
MIT whitelisted
A gem-authoring framework.
### uglifier v2.5.3
#### Ruby wrapper for UglifyJS JavaScript compressor
MIT whitelisted
Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby