Vp::Themes

This gem is used to version and package the VP themes. If you don't know what than this package is most likely very uninteresting for you.

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add vp-themes

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install vp-themes

Usage

if this gem is installed the pears provide vp-theme should be available for you.

Pears.subject(:theme) do |provider|
  provider.vp_theme 'claire'
end

Check ./lib/themes of this repository for a full list of available themes.

Development

As the code is pretty simple I'll just ask you to keep it simple.

Contributing

Let's try to keep the branch alive for all versions of the gem.

Building a new version (from the terminal):

  1. gem build vp-themes.gemspec
  2. gem push vp-themes-0.1.4.gem (specify the version here)
  3. login

License

The gem is available as open source under the terms of the MIT License.