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 CHANGED
@@ -1,5 +1,11 @@
1
1
  = RSCM Changelog
2
2
 
3
+ == Version 0.3.2
4
+
5
+ This is a bugfix release.
6
+
7
+ * Moved difftool_test.rb and tempdir.rb from test to lib (damagecontrol's tests are using it)
8
+
3
9
  == Version 0.3.1
4
10
 
5
11
  This is a bugfix release.
data/README CHANGED
@@ -1,4 +1,4 @@
1
- = RSCM - Ruby Source Control Management (0.3.0)
1
+ = RSCM - Ruby Source Control Management (0.3.2)
2
2
 
3
3
  RSCM is to SCM what DBI/JDBC/ODBC are to databases - an SCM-independent API for accessing different SCMs. The features are roughly:
4
4
 
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ require 'meta_project'
10
10
 
11
11
  PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
12
12
  PKG_NAME = 'rscm'
13
- PKG_VERSION = '0.3.1' + PKG_BUILD
13
+ PKG_VERSION = '0.3.2' + PKG_BUILD
14
14
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
15
15
 
16
16
  desc "Default Task"
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.1
7
- date: 2005-09-01 00:00:00 -04:00
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