dev 1.0.85 → 1.0.86

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/Environment.rb +1 -1
  2. metadata +1 -1
@@ -22,7 +22,7 @@ class Environment
22
22
  dir=ENV["USERPROFILE"].gsub('\\','/') unless ENV["USERPROFILE"].nil?
23
23
  dir=ENV["DEV_ROOT"].gsub('\\','/') unless ENV["DEV_ROOT"].nil?
24
24
 
25
- reg_exp = /(\/(wrk|dep)\/[.\w\d-]+\/[.\w\d-]+\/[.\w\d-@]+)/
25
+ reg_exp = /(\/(wrk|dep|exp)\/[.\w\d-]+\/[.\w\d-]+\/[.\w\d-@]+)/
26
26
  unless(Rake.original_dir().match(reg_exp).nil?)
27
27
  wrk_rel = Rake.original_dir().match(reg_exp)[1] if Rake.original_dir().match(reg_exp).length > 0
28
28
  if(!wrk_rel.nil? && wrk_rel.length > 0)
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.85
4
+ version: 1.0.86
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: