cxxproject 0.6.21 → 0.6.23

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.
@@ -131,7 +131,7 @@ module Cxxproject
131
131
 
132
132
  cmd = [linker[:COMMAND]] # g++
133
133
  cmd += linker[:MUST_FLAGS].split(" ")
134
- cmd += linker[:FLAGS].gsub(/\"/,"").split(" ") # double quotes within string do not work on windows...
134
+ cmd += linker[:FLAGS]
135
135
  cmd << linker[:EXE_FLAG]
136
136
  cmd << get_executable_name # -o debug/x.exe
137
137
  cmd += @objects
@@ -272,7 +272,7 @@ module Cxxproject
272
272
  cmd[cmd.length-1] << dep_file
273
273
  end
274
274
  end
275
- cmd += compiler[:FLAGS].gsub(/\"/,"").split(" ") # double quotes within string do not work on windows...
275
+ cmd += compiler[:FLAGS]
276
276
  cmd += i_array
277
277
  cmd += d_array
278
278
  cmd += (compiler[:OBJECT_FILE_FLAG] + objectRel).split(" ")
@@ -1,5 +1,5 @@
1
1
  module Cxxproject
2
- VERSION = "0.6.21"
2
+ VERSION = "0.6.23"
3
3
 
4
4
  class Version
5
5
  def self.cxxproject
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxxproject
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.21
4
+ version: 0.6.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -218,7 +218,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  segments:
220
220
  - 0
221
- hash: -4151936718332892452
221
+ hash: 2165422009318285714
222
222
  required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  none: false
224
224
  requirements: