source_control 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +2 -1
- data/lib/source_control.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/lib/source_control.rb
CHANGED
@@ -11,7 +11,7 @@ require 'source_control/subversion'
|
|
11
11
|
require 'source_control/svk'
|
12
12
|
|
13
13
|
module SourceControl
|
14
|
-
VERSION = '0.0.
|
14
|
+
VERSION = '0.0.2'
|
15
15
|
|
16
16
|
# Magic creation method. If a local repository is in an unknown
|
17
17
|
# version control system, this method uses a heuristic to determine
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
|
|
3
3
|
specification_version: 1
|
4
4
|
name: source_control
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2007-02-
|
6
|
+
version: 0.0.2
|
7
|
+
date: 2007-02-20 00:00:00 -08:00
|
8
8
|
summary: SourceControl is a library to provide abstract access to version control systems
|
9
9
|
require_paths:
|
10
10
|
- lib
|