dev 2.0.280 → 2.0.281

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: baee4013223a25473c4fadf1b8e10d4f107e272f
4
- data.tar.gz: b0baa996a1789d7a4b8d144e0328cd0f823e3da1
3
+ metadata.gz: e9ab5860dacdc072b7d811d78cd2376fd6c1391c
4
+ data.tar.gz: 3e0a8402c5852bfe397e8df4e5d2c14d0494111a
5
5
  SHA512:
6
- metadata.gz: dab773ee78bbe3c4862c862179360b80dc691b22f773f0a17540bb8bc1a5a41fe05829a2f1bb94639ad77d64e10222811077f3167109cc63296fa2f013d344d9
7
- data.tar.gz: 7cbd642fd0bd3d0c2bb1c599f05aad44df8e8530bd2420a1904f2a93c37860e83c1804099ad6bf07e630c7f9acc94c6439952aae25a30c1c1a5820ecd945ed11
6
+ metadata.gz: f047b5f9a4020785c729b751922de7cd3bd7911851c483ee1329ccc09b22770fed7855b6817db80f1ba12ccdba37da5d35ba5730bc0b0795bfc9a3fa1366aaad
7
+ data.tar.gz: bc3a3e7fec21068f6541d55190a19c421e195a75337d205ef49588c798d75e3475e528d88bcfa4c463ebaf3042c74a8ff9aa3e9c698b4d74f56572730b5357f1
@@ -74,10 +74,11 @@ class Build < Array
74
74
  if(Environment.mac?)
75
75
  puts "Build scanning for xcodeproj folders" if Environment.default.debug?
76
76
  Dir.glob('**/*.xcodeproj').each{|dir|
77
+ puts dir if Environment.default.debug?
77
78
  build_commands = XCodeBuild.get_build_commands dir
78
79
  if(!build_commands.nil?)
79
80
  build_commands.each{|c|
80
- add_quiet(c)
81
+ build_commands << c
81
82
  }
82
83
  end
83
84
  }
@@ -100,7 +100,7 @@ class Setup < Array
100
100
  end
101
101
  }
102
102
  Dir.glob('**/*.wxs').each{|wxs|
103
- current_version=IO.read(wxs).scan(/Version=[\"']([\d.]+)[\"']/)[0][0]
103
+ current_version=IO.read(wxs).scan(/\sVersion=[\"']([\d.]+)[\"']/)[0][0]
104
104
  puts "#{wxs} current version=#{current_version}" if env.debug?
105
105
  if(!current_version.nil?)#nclude?('Version='))
106
106
  target_version=VERSION#{}"Version=\"#{VERSION}\")="
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.0.280
4
+ version: 2.0.281
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-21 00:00:00.000000000 Z
11
+ date: 2015-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake