Sha256: f5febff930a9e211532bf6aeb6d27999dab2e5a251051eac3b1a211cb885249c
Contents?: true
Size: 892 Bytes
Versions: 1
Compression:
Stored size: 892 Bytes
Contents
geminabox-release ================= This gem is a dependency free option to modify your bundlers gem release task to work with your geminabox server. ## How to use Simply load this gem and and patch with your geminabox URL before requiring bundler/gem_tasks in your Rakefile. E.g. ``` require 'geminabox-release' GeminaboxRelease.patch("http://localhost:4000") require 'bundler/gem_tasks' ``` Then your bundler rake release will be overwritten with rake release:inabox to your specified host. The gem (theoretically) supports basic auth like geminabox in the host address. e.g. http://username:password@localhost:4000 It's untested as we didn't need it. Feel free to try it. The order is important as requiring bunlder/gem_tasks creates the rake tasks and this gem does not modify them after that. # LICENSE Copyright (c) 2014 Dennis-Florian Herr @ Experteer GmbH see {LICENSE}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geminabox-release-0.0.3 | README.md |