dev 1.0.199 → 1.0.200

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dev/Scm.rb +2 -0
  2. metadata +1 -1
@@ -7,6 +7,8 @@ class Scm
7
7
  call=Dev::SystemCall.new("svn info")
8
8
  @scm_type="svn" if call.output.include?("Last Changed Date:")
9
9
  @scm_type="svn" if File.exists?(".svn")
10
+ call=Dev::SystemCall.new("git status")
11
+ @scm_type="git" if call.output.include?("#")
10
12
  @scm_type="git" if File.exists?(".git")
11
13
  end
12
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.199
4
+ version: 1.0.200
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: