Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

bitaculous/middleman-wundertuete

Repository files navigation

Travis CI Status Code Climate Status Test Coverage Status Gemnasium Status

A Lucky Bag for Middleman

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.

or via Guard:

$ guard -g test

See Test Coverage

Run COVERAGE=true rake.

Run rubocop.

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

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.