rscm 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +6 -0
- data/README +1 -1
- data/Rakefile +1 -1
- data/{test → lib}/rscm/difftool_test.rb +0 -0
- data/{test → lib}/rscm/tempdir.rb +0 -0
- metadata +4 -4
data/CHANGES
CHANGED
data/README
CHANGED
data/Rakefile
CHANGED
File without changes
|
File without changes
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rscm
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.3.
|
7
|
-
date: 2005-09-
|
6
|
+
version: 0.3.2
|
7
|
+
date: 2005-09-06 00:00:00 -04:00
|
8
8
|
summary: "RSCM - Ruby Source Control Management"
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -38,6 +38,7 @@ files:
|
|
38
38
|
- lib/rscm/annotations.rb
|
39
39
|
- lib/rscm/base.rb
|
40
40
|
- lib/rscm/better.rb
|
41
|
+
- lib/rscm/difftool_test.rb
|
41
42
|
- lib/rscm/line_editor.rb
|
42
43
|
- lib/rscm/logging.rb
|
43
44
|
- lib/rscm/mockit.rb
|
@@ -46,6 +47,7 @@ files:
|
|
46
47
|
- lib/rscm/revision.rb
|
47
48
|
- lib/rscm/revision_file.rb
|
48
49
|
- lib/rscm/scm
|
50
|
+
- lib/rscm/tempdir.rb
|
49
51
|
- lib/rscm/time_ext.rb
|
50
52
|
- lib/rscm/scm/clearcase.rb
|
51
53
|
- lib/rscm/scm/cvs.rb
|
@@ -66,7 +68,6 @@ files:
|
|
66
68
|
- test/rscm/annotations_test.rb
|
67
69
|
- test/rscm/apply_label_scm_tests.rb
|
68
70
|
- test/rscm/base_test.rb
|
69
|
-
- test/rscm/difftool_test.rb
|
70
71
|
- test/rscm/file_after_edit
|
71
72
|
- test/rscm/file_ext.rb
|
72
73
|
- test/rscm/file_to_edit
|
@@ -79,7 +80,6 @@ files:
|
|
79
80
|
- test/rscm/revision_test.rb
|
80
81
|
- test/rscm/revisions.yaml
|
81
82
|
- test/rscm/scm
|
82
|
-
- test/rscm/tempdir.rb
|
83
83
|
- test/rscm/scm/clearcase.log
|
84
84
|
- test/rscm/scm/clearcase_test.rb
|
85
85
|
- test/rscm/scm/cvs-dataforge.log
|