scvcs 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/scv +1 -1
- data/lib/scv/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5265005d966777f2d39211076c05e7c8356ce9e9
|
4
|
+
data.tar.gz: 4be0064d1f5e32b5ee9ce51b9339eddfd7a90954
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 154656f189eca23edb7ef3eb32a916fb73d3659d022596afb3d2de5979a4838a54b41bfb392004a9525019cf6b1563198b877ba2894941b29713d8e1318aae05
|
7
|
+
data.tar.gz: f0ec34194bc5e061d50b00350b99423964443642ccc3544cbff957b5eb55d6a1133dd569624a1ace9a7d2396d0b119d0e84eeb4a6c5c5d91ca9553975f125904
|
data/bin/scv
CHANGED
@@ -72,7 +72,7 @@ pre do |global, command, options, args|
|
|
72
72
|
|
73
73
|
# Check if there is a commit in the repository
|
74
74
|
# as most commands expect one to exist.
|
75
|
-
unless [:init, :status, :commit, :server].include? command.name
|
75
|
+
unless [:init, :status, :commit, :server, :config].include? command.name
|
76
76
|
raise "There are no commits in the repository" if repository.branch_head.nil?
|
77
77
|
end
|
78
78
|
|
data/lib/scv/version.rb
CHANGED