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 'velogica'
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. The themes in this gem are (or will eventually) be used across multiple environments. Keep this in mind when making changes.
Contributing
Let's try to keep the branch alive for all versions of the gem.
Building a new version
Use the following steps to build a new version of the gem:
- Update the version number in lib/vp/themes/version.rb
- Command: gem build vp-themes.gemspec
- Command: gem push vp-themes-0.1.4.gem (specify the version here)
- Login / authenticate with rubygems account
- Push the changes in a branch named version/0.1.4 (specify the version here)
License
The gem is available as open source under the terms of the MIT License.