dev 2.1.48 → 2.1.49

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/apps/msbuild.rb +3 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a60de0c3ce6878270ad2bd0381cbb20f6f529092
4
- data.tar.gz: c28f82a9614b032a46a428dcd293c2ac84096356
3
+ metadata.gz: 44feb7599aac8360b37a47529df50aa950c2774a
4
+ data.tar.gz: 6f444884e17a75509ea015560eec18be37b7540a
5
5
  SHA512:
6
- metadata.gz: 25b678354663c3d43f3664ae484ead67504a51556842861f02b59979d696cc8af348caa3e509e1782ce1c968e01739f69bdd09222b97bd353113ca935da61310
7
- data.tar.gz: 116cbf964293af2d0187d3cdef72f946295496a0ccc7c9fcd00213ab9fe836c2386bf19410442c10f58c553617f7281fd1a3a05756663094bfbb93161d4493db
6
+ metadata.gz: 39bea94b18b5b6f10c5c3e438b188dad43a44cc49a28f15b6500e822034b71e09781ba45c5df99090c9f767b64afed9e89fec7a91930120e87eea66a053bb63a
7
+ data.tar.gz: f544132303528d35daaffdcb810821bf18a0627ec9dfeb4dc22bbd1e4bf20e11af35bb99a71b235b45700169dd619fde87e40a9cdab48f5ece111a9f41efaffe
data/lib/apps/msbuild.rb CHANGED
@@ -4,6 +4,7 @@ puts __FILE__ if defined?(DEBUG)
4
4
  # Visual Studio 2012 version 11.0, solution format version 12.00
5
5
  # Visual Studio 2013 version 12.0, solution format version 12.00
6
6
  # Visual Studio 2015 version 14.0, solution format version 12.00
7
+ # Visual Studio 2017 version 15.0
7
8
  class MSBuild < Hash
8
9
 
9
10
  #@@ignore_configurations=Array.new
@@ -20,6 +21,7 @@ class MSBuild < Hash
20
21
  self[:vs9]="C:\\Windows\\Microsoft.NET\\Framework\\v3.5\\msbuild.exe" if(File.exists?("C:\\Windows\\Microsoft.NET\\Framework\\v3.5\\msbuild.exe"))
21
22
  self[:vs10]="C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\msbuild.exe" if(File.exists?("C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\msbuild.exe"))
22
23
  self[:vs12]="C:\\Program Files (x86)\\MSBuild\\12.0\\bin\\msbuild.exe" if(File.exists?("C:\\Program Files (x86)\\MSBuild\\12.0\\bin\\msbuild.exe"))
24
+ self[:vs14]="C:\\Program Files (x86)\\MSBuild\\14.0\\bin\\msbuild.exe" if(File.exists?("C:\\Program Files (x86)\\MSBuild\\14.0\\bin\\msbuild.exe"))
23
25
  end
24
26
 
25
27
  #def self.ignore_configuration(configuration)
@@ -60,6 +62,7 @@ class MSBuild < Hash
60
62
  return :vs12 if sln_text.include?('12.0.30723.0')
61
63
  return :vs12 if sln_text.include?('Visual Studio 2013')
62
64
  return :vs12 if sln_text.include?('12.0.31101.0')
65
+ return :vs15 if has_version :vs15
63
66
  return :vs14
64
67
  end
65
68
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.48
4
+ version: 2.1.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-16 00:00:00.000000000 Z
11
+ date: 2017-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.5.1
128
+ rubygems_version: 2.6.7
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: dev