rscm 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGES +6 -0
  2. data/README +1 -1
  3. data/Rakefile +1 -1
  4. data/lib/rscm/scm/subversion.rb +1 -1
  5. metadata +1 -1
data/CHANGES CHANGED
@@ -1,5 +1,11 @@
1
1
  = RSCM Changelog
2
2
 
3
+ == Version 0.3.6
4
+
5
+ Bugfix release
6
+
7
+ * Subversion password was defined twice - fixed.
8
+
3
9
  == Version 0.3.5
4
10
 
5
11
  This release adds new API methods for accessing files and their revisions and contents.
data/README CHANGED
@@ -1,4 +1,4 @@
1
- = RSCM - Ruby Source Control Management (0.3.5)
1
+ = RSCM - Ruby Source Control Management (0.3.6)
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.5' + PKG_BUILD
13
+ PKG_VERSION = '0.3.6' + PKG_BUILD
14
14
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
15
15
 
16
16
  desc "Default Task"
@@ -39,7 +39,7 @@ module RSCM
39
39
  end
40
40
 
41
41
  def to_yaml_properties
42
- ["@url", "@password", "@username", "@password"]
42
+ ["@url", "@path", "@username", "@password"]
43
43
  end
44
44
 
45
45
  def add(relative_filename)
metadata CHANGED
@@ -3,7 +3,7 @@ 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.5
6
+ version: 0.3.6
7
7
  date: 2005-10-05 00:00:00 -04:00
8
8
  summary: "RSCM - Ruby Source Control Management"
9
9
  require_paths: