Sha256: 27cf1162ec3ad891067dfde7542f90755dcac390962e8b3dcdbb742aad55d993
Contents?: true
Size: 1.03 KB
Versions: 36
Compression:
Stored size: 1.03 KB
Contents
# 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](https://opensource.org/licenses/MIT).
Version data entries
36 entries across 36 versions & 1 rubygems