Sha256: 74cb26d081b0fe5274b0e6416df2987df679e4ebdf12a4a72f14e54c4edeefde

Contents?: true

Size: 911 Bytes

Versions: 1

Compression:

Stored size: 911 Bytes

Contents

= RSCM Changelog

== Version 0.3.3

This release makes some test utilities more reusable.

* Added optional basedir parameter to assert_equal_with_diff

== Version 0.3.2

This is a bugfix release.

* Moved difftool_test.rb and tempdir.rb from test to lib (damagecontrol's tests are using it)

== Version 0.3.1

This is a bugfix release.

* Added move method to Subversion, CVS, Monotone and Perforce (although it doesn't work on the latter two)
* SCM classes no longer include FileUtils (conflicted with new move method)
* Fixed DC-427 (couldn't parse regexp chars *,+ and ? in subversion logs)

== Version 0.3.0

* Removed checkout_dir from all methods. It's now a mandatory attribute on the SCM objects.
* Made logging more pluggable

== Version 0.2.1

* Implemented add method for monotone
* Fixed monotone test and added some doco
* Add server and port options to Monotone::initialize
* Added changelog file

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rscm-0.3.3 CHANGES