a2zdeploy 1.0.16 → 1.0.17

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/a2zdeploy.gemspec +1 -1
  3. data/lib/upgrade.rb +10 -10
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac0a2d7affde4b29dacbbcebb5c23cee239cc68e
4
- data.tar.gz: 04bbdbcaeb59b36f5d0b6d6f442541f94ca53854
3
+ metadata.gz: 3a0a34d1de85cef1a31eab32625adfeee5d2bb7c
4
+ data.tar.gz: dd46afd7fc6f559e6f42e6f3119384702f9e061d
5
5
  SHA512:
6
- metadata.gz: 294300a2fff2681545d39bfd9c7dbfe82aac79532a6d7bd4ea88487eba40eb2108282813176e3e7b581e8e846e392c465eba98f4e401282178bc0680f6346f79
7
- data.tar.gz: 3cd264974cf36945f4f6a40d4bcdfd76c06f5a9b5e666ae9e3283611219a44371c204a286111f259c0553bf1d46ac89ff124d839d7728a5dae20f3e1eb21de2d
6
+ metadata.gz: 3b59804897e8f8ad86b9e26392f44c7763928ad5eec7229cc8acf0e60d3571b3e7cf6b28e49f00b93b6105721a4145024303a104cba7e9bd0851d5c68583e323
7
+ data.tar.gz: 93c52454999b33f0356d4643f61ef5b93d0c17a8c4e9968987f4b97761420a6d6a9bdd3c19e88da959e82b9334f1a54be6b7af924ee243c4924cbaeb62d7797b
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.16'
3
+ s.version = '1.0.17'
4
4
  s.date = '2016-02-15'
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
@@ -286,16 +286,16 @@ class Upgrade
286
286
  end
287
287
 
288
288
  def clear_project_env_vars
289
- ENV['AI_InstrumentationKey'] = '' if envs.respond_to? 'AI_InstrumentationKey'
290
- ENV['AppClientId'] = '' if envs.respond_to? 'AppClientId'
291
- ENV['ConfigSettingsTable'] = '' if envs.respond_to? 'ConfigSettingsTable'
292
- ENV['env'] = '' if envs.respond_to? 'env'
293
- ENV['RuntimePath'] = '' if envs.respond_to? 'RuntimePath'
294
- ENV['ServiceName'] = '' if envs.respond_to? 'ServiceName'
295
- ENV['SettingsAccount'] = '' if envs.respond_to? 'SettingsAccount'
296
- ENV['SettingsAccountKey'] = '' if envs.respond_to? 'SettingsAccountKey'
297
- ENV['should_update_settings_connstr'] = '' if envs.respond_to? 'should_update_settings_connstr'
298
- ENV['unitestconnectionString'] = '' if envs.respond_to? 'unitestconnectionString'
289
+ ENV['AI_InstrumentationKey'] = '' if ENV.respond_to? 'AI_InstrumentationKey'
290
+ ENV['AppClientId'] = '' if ENV.respond_to? 'AppClientId'
291
+ ENV['ConfigSettingsTable'] = '' if ENV.respond_to? 'ConfigSettingsTable'
292
+ ENV['env'] = '' if ENV.respond_to? 'env'
293
+ ENV['RuntimePath'] = '' if ENV.respond_to? 'RuntimePath'
294
+ ENV['ServiceName'] = '' if ENV.respond_to? 'ServiceName'
295
+ ENV['SettingsAccount'] = '' if ENV.respond_to? 'SettingsAccount'
296
+ ENV['SettingsAccountKey'] = '' if ENV.respond_to? 'SettingsAccountKey'
297
+ ENV['should_update_settings_connstr'] = '' if ENV.respond_to? 'should_update_settings_connstr'
298
+ ENV['unitestconnectionString'] = '' if ENV.respond_to? 'unitestconnectionString'
299
299
  end
300
300
 
301
301
  def increment_semver_if_publish is_local_run
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a2zdeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.16
4
+ version: 1.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suresh Batta