dev 1.0.169 → 1.0.170

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/dev/cmd/Build.rb +2 -1
  2. metadata +1 -1
data/lib/dev/cmd/Build.rb CHANGED
@@ -37,6 +37,7 @@ class Build
37
37
  db.add_result(result)
38
38
  end
39
39
 
40
+
40
41
  puts "results hash:"
41
42
  puts " "
42
43
  Hash.print_hash("",result)
@@ -95,7 +96,7 @@ class Build
95
96
  h=Hash.new
96
97
  h[:uri]=db.get_branch_uri(branch)
97
98
  h[:revision]=Dev::Svn.last_changed_revision(h[:uri])
98
- h[:dir]="#{Dev::Environment.dev_root}/exp/#{branch}-#{h[:revision]}"
99
+ h[:dir]="#{Dev::Environment.dev_root}/exp/#{branch}@#{h[:revision]}"
99
100
  h[:user]="#{Dev::Environment.user}"
100
101
  h[:machine]="#{Dev::Environment.machine}"
101
102
  h[:ruby_version]=RUBY_VERSION
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.169
4
+ version: 1.0.170
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: