Sha256: 0122e224981a15045feb811b42ddc39222db989f8f7e6ae6204be487fdd3feee

Contents?: true

Size: 1.89 KB

Versions: 1

Compression:

Stored size: 1.89 KB

Contents

# Changes

## 0.5.2

 - Fixed `vendor push`
 - Added `--pull` and `--push` switches to `vendor update`

## 0.5.1

 - Correctly specify ref for specs/extras in tool.

## 0.5.0

 - Added overlays
 - Added fake mode
 - Tools now check specs from repo rather than copy from original
   work tree; added tool extras for files that shouldn't be committed
   to vendor branch.
 - Better error messages
 - Improved CLI syntax, verbosity levels

## 0.4.0

 - Dropped support for Ruby 1.8.7
 - Refactored internals to avoid touching user's work tree - all
   conjuring is done in a temporary shared clone, fetched and merged
   from there
 - Module metadata is stored in Git notes; new `vendor info` command
   shows it.
 - Test dependency cleanup (use up-to-date Cucumber and Minitest)
 - Support for external fetching tools with predefined shortcuts for
   Bundler and Berkshelf

## 0.3.0

 - New command `vendor push` for pushing managed branches and tags to
   remote repository
 - Nicer syntax for mixin hooks
 - Add `:tag` option for `git` submodule
 - Better stashing of local changes when syncing
 - Verbosity tweaks
 - Refactor implementation of configuration, other internal refactors
 - Improved test coverage

## 0.2.0

 - New vendor type `download` for downloading a single file
 - Support `--version` and `-h` / `--help` switches
 - New `:subdirectory` option for vendor modules
 - Support JRuby
 - Fix error when cleaning empty repository
 - Misc verbosity tweaks
 - Use MiniGit instead of Grit as Git library; other internal refactors
 - Run Cucumber tests with Aruba

## 0.1.1

 - Add `--update` option to `vendor sync` and `vendor status` to check
   whether upstream version has changed
 - It is now possible to explicitly set module's category to `nil`
 - Ruby 1.8.7 compatibility fix
 - Gem runtime/development dependency fixes
 - Initial minitest specs
 - Make Cucumber tests use Webmock

## 0.1.0

Initial release.



Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vendorificator-0.5.2 CHANGELOG.md