bozo-scripts 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZmRhYzU0YzYwNWI0OTJkNDMwZmNjOGQ1NGViZGI2YjlhYzg1ZmM0Nw==
4
+ NjAxYWIyNzQ0YWFlODAzZjAzYjZiZTRkMTBjNTk5YTBjZGU2ZTNhZg==
5
5
  data.tar.gz: !binary |-
6
- MmRkYTM0MzVjNDE0ZDQwYWQ0NDI4OGZiNjExNWJhOTQwZmEzZjU4YQ==
6
+ ZTk4Njc1OGJlNDBmZGI4NDc3ZjNlM2E2ZDQ1MjA4MDA2Njg2MjJjNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzM2ZjVkMTVkNmI2ZjllNmI4NzdiOTYyMzkxMDFhMjU2ZjViOGJjZWUwYzQy
10
- NGFkOWRmNjRmMmU0MWNkODY4ODJmYWIyYmY3NWQ0ZDEyNGNlOTdmZjhhMTE0
11
- MDE4M2IxODI0MjYwOTM5OTAzZWRmY2ExYmI3NDU5MjJlMmZiNzY=
9
+ ZDFmNThhYmRjOGIxODI2NTllNDg3YTQ0NWYzMmNjZGFlZWU0Njc0NDkxOWM3
10
+ NDFlMWI3YWFmNTUwZGViMDk5YzYxMWEyMzM1NjMxY2U4YjA0MWIwNjIzMWM5
11
+ MTIxNjMzZGEzZDYxMzNhZTdjODM0ZTA5MDY2ZDBjN2Q1ZTNiYjc=
12
12
  data.tar.gz: !binary |-
13
- ZWY5MDVhYzc2NGMzZTJhMDQ2OGRhYzhjODcyMjM4MjYzOWQwNjgyZDkzMmI4
14
- NjFlZWIwNWRkOWU4MmMzZmE4ZGViN2M1NDY0Yzc2OGUwM2QzMDY1OTVhY2Q2
15
- MWM0MGE3NTJmOWJkNTEzZDVjNDdmZTE3MjIwOWQ4NmMxZmU2N2Q=
13
+ N2Y3ZjU3NjVmMjQ2N2UzYWE2MGVhZThjOGQ5Y2IwZWJiMzdhZWZlN2Y5ZDQ4
14
+ NzY2ZDg1MGIxNTMyM2M4MTA2ZGM1NjcyZTFhNjEyM2RmNjY5YWMwOTVkMjE0
15
+ Y2JlMzE1ZmMxOGY3ZTAzNzZmNjc1NGY4YTZjOGExZjE3OTc5MDE=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.2
1
+ 0.4.3
@@ -168,8 +168,10 @@ module Bozo::Compilers
168
168
  end
169
169
 
170
170
  def clean(configuration)
171
- configuration[:targets] = [:clean]
172
- args = generate_args configuration
171
+ config = configuration.dup
172
+ config.delete(:max_cores)
173
+ config[:targets] = [:clean]
174
+ args = generate_args config
173
175
  execute_command :msbuild, args
174
176
 
175
177
  remove_obj_directory
@@ -194,6 +196,7 @@ module Bozo::Compilers
194
196
  args << '/verbosity:normal'
195
197
  args << '/nodeReuse:false'
196
198
  args << "/target:#{config[:targets].map{|t| t.to_s}.join(';')}"
199
+ args << "/p:StyleCopEnabled=false" if config[:without_stylecop]
197
200
  args << "/maxcpucount" if config[:max_cores].nil? # let msbuild decide how many cores to use
198
201
  args << "/maxcpucount:#{config[:max_cores]}" unless config[:max_cores].nil? # specifying the number of cores
199
202
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bozo-scripts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garry Shutler
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-05 00:00:00.000000000 Z
12
+ date: 2015-04-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project: bozo-scripts
140
- rubygems_version: 2.2.2
140
+ rubygems_version: 2.4.6
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: Zopa build system scripts