dev 1.0.108 → 1.0.109

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/BoostBuild.rb +1 -3
  2. metadata +1 -1
@@ -1,9 +1,7 @@
1
1
  module Dev
2
2
  class BoostBuild
3
3
  def self.defaultToolset
4
- status,text,stderr=systemu("b2 --debug-configuration")
5
- #return "msvc-11.0" if status != 0
6
- #text=`b2 --debug-configuration`
4
+ text=`b2 --debug-configuration`
7
5
  toolset=''
8
6
  text.scan(/<toolset>([\.\w-]+)/).each{ | var_match |
9
7
  toolset=var_match[0].to_s
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.108
4
+ version: 1.0.109
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: