azdeploy 1.0.10 → 1.0.11

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/azdeploy.gemspec +1 -1
  3. data/lib/build.rb +6 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a52e5b53f40349b3a1b431341c93e48d48a8e4ff
4
- data.tar.gz: be322bd73b7f610a57d033a99a60d198f7da112e
3
+ metadata.gz: 4e2f28c8bca7eeec0ba7d6f0ee62faf5c8602698
4
+ data.tar.gz: 61d3d55b415cb6b1172344ef60517d52cc518a62
5
5
  SHA512:
6
- metadata.gz: 921ff97c8d49c4a7e4f3b106216315ea6d02b2a3889030e38b2a454f55b4e7af2422168d041baeb53cdf8659472d44d8762619ae341a779048e4d97722b66d35
7
- data.tar.gz: 1060d0bb5b7e5bc96a5ae6358fc111dc400304cf4c930a2004727e43f5134e9c5e6e939c6dc46382323b1ba80eddba3d835c92f77a218fe3062cca792f5dfc60
6
+ metadata.gz: 647ff42e35fe865465289182f21cbd60b961d7468ad580b86ceed73086ede01689ab8cf7fdba1e8ceb723d29ba1c404fba02428203aaa1972dc6266546065d94
7
+ data.tar.gz: c59422a13eb211f0a04d5e63414d1bc07fcc777bcec000e93d34a7b91e2da803ffdc0308e3cd4ce7e968221961ab7332b689e5968a65fcf5894bad8ba05ef5ae
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'azdeploy'
3
- s.version = '1.0.10'
3
+ s.version = '1.0.11'
4
4
  s.date = '2015-02-04'
5
5
  s.summary = 'Setup and scripting support for .Net project builds'
6
6
  s.description = 'Azure Deployment Gem. Provides easy setup and deployment scripting support for .Net project builds'
@@ -70,8 +70,12 @@ def cleantask(props)
70
70
  waitfor { !exists?(props[:artifacts]) }
71
71
  end
72
72
 
73
- Dir.mkdir props[:output]
74
- Dir.mkdir props[:artifacts]
73
+ if props.has_key?(:output)
74
+ Dir.mkdir props[:output]
75
+ end
76
+ if props.has_key?(:artifacts)
77
+ Dir.mkdir props[:artifacts]
78
+ end
75
79
  end
76
80
 
77
81
  def restore_project_pkgs(proj)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azdeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suresh Batta