dev 1.0.201 → 1.0.202

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/Project.rb +1 -1
  2. metadata +1 -1
@@ -97,7 +97,7 @@ class Project < Hash
97
97
  return "svn" if call.output.include?("Last Changed Date:")
98
98
  return "svn" if File.exists?(".svn")
99
99
  call=Dev::SystemCall.new("git status")
100
- @scm_type="git" if call.output.include?("#")
100
+ return "git" if call.output.include?("#")
101
101
  return "git" if File.exists?(".git")
102
102
  return nil
103
103
  end
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.201
4
+ version: 1.0.202
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: