Sha256: 5b61a3e975d56f19cb50d7d46cb6b0100e897fa1fdcb78491ae805946fd24f6d

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# hoe-bundler

http://github.com/flavorjones/hoe-bundler

[![Concourse CI](https://ci.nokogiri.org/api/v1/teams/nokogiri-core/pipelines/hoe-bundler/jobs/ruby-2.5/badge)](https://ci.nokogiri.org/teams/nokogiri-core/pipelines/hoe-bundler)


## Description

Generate a Gemfile based on a Hoe spec's declared dependencies.


## Features/Problems

Creates a rake task to generate a bundler Gemfile based on your declared hoe dependencies.

* `bundler:gemfile`

Why would you want to do this? I mean, why would anyone want to use bundler to test their gem?

* to make sure you've declared all your dependencies in your Hoe.spec.
* to make sure you're testing against the exact versions of dependencies that you're claiming in your Hoe.spec.


## Synopsis

Just add the following line to your Rakefile before you call `Hoe.spec`:

    Hoe.plugin :bundler

And then run the following command to generate a Gemfile:

    rake bundler:gemfile


## Requirements

* hoe >= 2.2.0


## Installation

* gem install hoe-bundler


## Related gems

Generate a gem spec using [hoe-gemspec](http://github.com/flavorjones/hoe-gemspec).


## License

Distributed under the MIT license. See `LICENSE` file for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hoe-bundler-1.4.0 README.md