dev 1.0.173 → 1.0.174

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.
data/lib/dev/Database.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'sqlite3'
2
+ require 'xmlsimple'
2
3
 
3
4
  module Dev
4
5
  #
data/lib/dev/cmd/Build.rb CHANGED
@@ -18,7 +18,7 @@ class Build
18
18
  result=h
19
19
 
20
20
  # export to local directory
21
- FileUtils.mkdir("#{Dev::Enviroment.dev_root}/exp") if !File.exists?("#{Dev::Environment.dev_root}/exp")
21
+ FileUtils.mkdir("#{Dev::Environment.dev_root}/exp") if !File.exists?("#{Dev::Environment.dev_root}/exp")
22
22
  FileUtils.rm_r(h[:dir]) if File.exists? h[:dir]
23
23
 
24
24
  puts "svn exporting #{h[:uri]}@#{h[:revision]} to #{h[:dir]}"
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.173
4
+ version: 1.0.174
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  requirements: []
245
245
  rubyforge_project: dev
246
- rubygems_version: 1.8.24
246
+ rubygems_version: 1.8.23
247
247
  signing_key:
248
248
  specification_version: 3
249
249
  summary: dev