vcs 0.4.1 → 0.5.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,10 @@
1
+ # Author:: Nicolas Pouillard <ertai@lrde.epita.fr>.
2
+ # Copyright:: Copyright (c) 2006 LRDE. All rights reserved.
3
+ # License:: GNU General Public License (GPL).
4
+ # Revision:: $Id$
5
+
6
+ class Vcs
7
+
8
+ Version = ::Version.parse("dev-util/vcs-0.5_beta4")
9
+
10
+ end # class Vcs
metadata CHANGED
@@ -3,95 +3,96 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: vcs
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.1
7
- date: 2005-10-10 00:00:00 +02:00
6
+ version: 0.5.2.4
7
+ date: 2006-02-28 00:00:00 +01:00
8
8
  summary: A wrapper over Version Control Systems
9
9
  require_paths:
10
- - lib
10
+ - lib
11
11
  email:
12
- - ertai@lrde.epita.fr
12
+ - ertai@lrde.epita.fr
13
13
  homepage: http://rubyforge.org/projects/vcs
14
14
  rubyforge_project: vcs
15
- description: "Version control systems (Subversion, CVS, PRCS...), however useful, are not
16
- very extensible: adding new features can be cumbersome, especially if you
17
- want them for different such systems at once. Vcs provide a simple dynamic
18
- hierarchy for Version Control Systems."
15
+ description: "Version control systems (Subversion, CVS, PRCS...), however useful, are not very extensible: adding new features can be cumbersome, especially if you want them for different such systems at once. Vcs provide a simple dynamic hierarchy for Version Control Systems."
19
16
  autorequire:
20
17
  default_executable:
21
18
  bindir: bin
22
19
  has_rdoc: false
23
20
  required_ruby_version: !ruby/object:Gem::Version::Requirement
24
21
  requirements:
25
- -
26
- - ">"
27
- - !ruby/object:Gem::Version
28
- version: 0.0.0
22
+ - - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
29
25
  version:
30
26
  platform: ruby
31
27
  signing_key:
32
28
  cert_chain:
33
29
  authors:
34
- - Nicolas Pouillard
30
+ - Nicolas Pouillard
35
31
  files:
36
- - lib/vcs/add.rb
37
- - lib/vcs/app.rb
38
- - lib/vcs/back.rb
39
- - lib/vcs/changelog.rb
40
- - lib/vcs/common_commit.rb
41
- - lib/vcs/conflict.rb
42
- - lib/vcs/cvs.rb
43
- - lib/vcs/delete.rb
44
- - lib/vcs/diff.rb
45
- - lib/vcs/diffstat.rb
46
- - lib/vcs/edit.rb
47
- - lib/vcs/environment.rb
48
- - lib/vcs/form.rb
49
- - lib/vcs/ignore.rb
50
- - lib/vcs/junk.rb
51
- - lib/vcs/last_changed_date.rb
52
- - lib/vcs/list.rb
53
- - lib/vcs/mail.rb
54
- - lib/vcs/message.rb
55
- - lib/vcs/news.rb
56
- - lib/vcs/opt_parse.rb
57
- - lib/vcs/prcs.rb
58
- - lib/vcs/revision.rb
59
- - lib/vcs/script.rb
60
- - lib/vcs/status.rb
61
- - lib/vcs/svn.rb
62
- - lib/vcs/url.rb
63
- - lib/vcs/vcs.rb
64
- - bin/vcs
65
- - bin/vcs-cvs
66
- - bin/vcs-prcs
67
- - bin/vcs-svn
68
- - AUTHORS
69
- - HOWTO
70
- - NEWS
71
- - NEWS.FR
72
- - Rakefile
73
- - README
74
- - SPEC.dyn.yml
75
- - SPEC.gemspec
76
- - SPEC.yml
32
+ - lib/vcs/revision.rb
33
+ - lib/vcs/diff.rb
34
+ - lib/vcs/conflict.rb
35
+ - lib/vcs/message.rb
36
+ - lib/vcs/common_commit.rb
37
+ - lib/vcs/junk.rb
38
+ - lib/vcs/opt_parse.rb
39
+ - lib/vcs/edit.rb
40
+ - lib/vcs/list.rb
41
+ - lib/vcs/mail.rb
42
+ - lib/vcs/add.rb
43
+ - lib/vcs/app.rb
44
+ - lib/vcs/cvs.rb
45
+ - lib/vcs/form.rb
46
+ - lib/vcs/news.rb
47
+ - lib/vcs/delete.rb
48
+ - lib/vcs/svn.rb
49
+ - lib/vcs/vcs.rb
50
+ - lib/vcs/url.rb
51
+ - lib/vcs/back.rb
52
+ - lib/vcs/environment.rb
53
+ - lib/vcs/status.rb
54
+ - lib/vcs/changelog.rb
55
+ - lib/vcs/last_changed_date.rb
56
+ - lib/vcs/script.rb
57
+ - lib/vcs/version.rb
58
+ - lib/vcs/prcs.rb
59
+ - lib/vcs/diffstat.rb
60
+ - lib/vcs/ignore.rb
61
+ - bin/vcs
62
+ - bin/vcs-prcs
63
+ - bin/vcs-cvs
64
+ - bin/vcs-svn
65
+ - contrib/emacs-support/vcs.el
66
+ - NEWS
67
+ - SPEC.gemspec
68
+ - HOWTO
69
+ - Rakefile
70
+ - README
71
+ - NEWS.FR
72
+ - AUTHORS
73
+ - SPEC.yml
77
74
  test_files: []
75
+
78
76
  rdoc_options: []
77
+
79
78
  extra_rdoc_files: []
79
+
80
80
  executables:
81
- - vcs
82
- - vcs-cvs
83
- - vcs-prcs
84
- - vcs-svn
81
+ - vcs
82
+ - vcs-prcs
83
+ - vcs-cvs
84
+ - vcs-svn
85
85
  extensions: []
86
+
86
87
  requirements: []
88
+
87
89
  dependencies:
88
- - !ruby/object:Gem::Dependency
89
- name: ruby_ex
90
- version_requirement:
91
- version_requirements: !ruby/object:Gem::Version::Requirement
92
- requirements:
93
- -
94
- - "~>"
95
- - !ruby/object:Gem::Version
96
- version: 0.3.0
97
- version:
90
+ - !ruby/object:Gem::Dependency
91
+ name: ruby_ex
92
+ version_requirement:
93
+ version_requirements: !ruby/object:Gem::Version::Requirement
94
+ requirements:
95
+ - - ~>
96
+ - !ruby/object:Gem::Version
97
+ version: 0.4.5
98
+ version:
@@ -1,10 +0,0 @@
1
- --- !ruby/object:OpenStruct
2
- table:
3
- :version_id: Guirlande
4
- :date: "Mon, 03 Oct 2005"
5
- :version: !ruby/object:Version
6
- build: 1
7
- major: 0
8
- minor: 4
9
- revision: 269
10
- :url: https://svn.lrde.epita.fr/svn/lrdetools/trunk/vcs