scvcs 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/scv +1 -1
  3. data/lib/scv/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8dccda4f03f1c058595f1fb0a3df85c0141a6d87
4
- data.tar.gz: cc5fa810378a158c90b5d381344e995487e9a4a4
3
+ metadata.gz: 5265005d966777f2d39211076c05e7c8356ce9e9
4
+ data.tar.gz: 4be0064d1f5e32b5ee9ce51b9339eddfd7a90954
5
5
  SHA512:
6
- metadata.gz: db603ea442a5a4363c94f5a0283164cb246d4b42867e8a87da8084c0b777dd23fee507abf2a75b6c02cf85a7d3afb3c98e658568a4832eadedcb961ca06d7cb3
7
- data.tar.gz: 7687b42d978df6d7fde6db7f8d88a8a6b4371135036587a1f08bf72d31372194a18cac27745a4fffa66a0bf68aafa78a6fb1e425c95b42dddbb1cf26efcf7457
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
 
@@ -1,3 +1,3 @@
1
1
  module SCV
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scvcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georgy Angelov