a2zdeploy 1.0.5 → 1.0.6
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 +4 -4
- data/a2zdeploy.gemspec +1 -1
- data/lib/upgrade.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 298a478fccde6252f188f403a8aeb29498c204c7
|
|
4
|
+
data.tar.gz: ef3ddd7691281371c80607e90015adbf0112d564
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b568d0eef4a46564f19287e8042cbadcc7d9538b71623537d0b398539fb3fffd4062533f9f0d8f53bd20eba884e03ece48b20d7e27976637f3780fabf9cd027
|
|
7
|
+
data.tar.gz: a87f92f39faa92af393d1dce92e94ac392adcd4f20536efcf75ce14662c5214bcb232584d0d19cdf4e75c39d5171fb0b131064ce3a6c9d4cd88817392b76253f
|
data/a2zdeploy.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'a2zdeploy'
|
|
3
|
-
s.version = '1.0.
|
|
3
|
+
s.version = '1.0.6'
|
|
4
4
|
s.date = '2016-02-08'
|
|
5
5
|
s.summary = 'Given a project dependency chain, updates versions, builds, tests, manages service and cloud settings as well as build environment configuration'
|
|
6
6
|
s.description = 'Automated Upgrades Gem. Provides version upgrades, build and deployment configuration management'
|
data/lib/upgrade.rb
CHANGED
|
@@ -73,7 +73,7 @@ class UpgradePackages
|
|
|
73
73
|
return false if !checkout_upgrade_branch
|
|
74
74
|
|
|
75
75
|
# use local nuget path for restore if provided
|
|
76
|
-
set_local_nuget_target nuget_targets
|
|
76
|
+
set_local_nuget_target nuget_targets
|
|
77
77
|
|
|
78
78
|
# replace versions in package config files
|
|
79
79
|
puts GlobalConstants::UPGRADE_PROGRESS + 'Replacing package versions...'
|