
https://svn.lrde.epita.fr/svn/lrdetools/trunk Index: ChangeLog from Nicolas Pouillard <ertai@lrde.epita.fr> Update meta-information. * vcs/lib/vcs/vcs.rb, vcs/SPEC.dyn.yml: Update. * vcs/SPEC.yml: Change a little the title. SPEC.dyn.yml | 2 +- SPEC.yml | 4 ++-- lib/vcs/vcs.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) Index: vcs/lib/vcs/vcs.rb --- vcs/lib/vcs/vcs.rb (revision 268) +++ vcs/lib/vcs/vcs.rb (working copy) @@ -44,7 +44,7 @@ # checkout_! # class Vcs - @@version ||= '0.3.0' + @@version ||= '0.4.0' @@user_conf ||= OpenStruct.new( :exclude => [/^-/], :unmask => [/^\\/], Index: vcs/SPEC.dyn.yml --- vcs/SPEC.dyn.yml (revision 268) +++ vcs/SPEC.dyn.yml (working copy) @@ -6,5 +6,5 @@ build: 0 major: 0 minor: 4 - revision: 267 + revision: 268 :url: https://svn.lrde.epita.fr/svn/lrdetools/trunk/vcs Index: vcs/SPEC.yml --- vcs/SPEC.yml (revision 268) +++ vcs/SPEC.yml (working copy) @@ -5,8 +5,8 @@ name: vcs -title: Vcs -- A wrapper over any version control system -summary: A wrapper over any version control system +title: Vcs -- A wrapper over Version Control Systems +summary: A wrapper over Version Control Systems description: | Version control systems (Subversion, CVS, PRCS...), however useful, are not very extensible: adding new features can be cumbersome, especially if you