Middleman Wundertuete

A Lucky Bag for Middleman

View the Project on GitHub bitaculous/middleman-wundertuete

Installation

  1. Add Middleman Wundertuete to your Gemfile:

    gem 'middleman-wundertuete', github: 'bitaculous/middleman-wundertuete'
  2. Run bundle to install all dependencies with Bundler

  3. Activate the Lucky Bag in your Middleman configuration:

    activate :wundertuete

Development

Run specs with RSpec

Run rspec.

or via Guard:

$ guard -g spec

Run Cucumber

Run cucumber.

or via Guard:

$ guard -g test

See Test Coverage

Run COVERAGE=true rake.

Run RuboCop

Run rubocop.

To run all specs, Cucumber and RuboCop altogether, run rake.

Code Status

Travis CI Status Code Climate Status Test Coverage Status Gemnasium Status

Bug Reports

Github Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.

Versioning

This library aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.

License

Middleman Wundertuete is released under the MIT License (MIT), see LICENSE.