clc-promote 0.3.0 → 0.3.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/promote/rake_tasks.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea9764b3bc953678d48b097a9dca0cb3efe0f0e8
4
- data.tar.gz: 6a3a542d184ba10a432e8454c6c57396abad764f
3
+ metadata.gz: 290e5ca5541a9a0d6ced4cb0f989cd2b5a4aed6e
4
+ data.tar.gz: 952dc7f9a1cb50aab255aae8220af84cac3eaed2
5
5
  SHA512:
6
- metadata.gz: 54c999394f9ae50f659d73d459a0ebd8cdf53ff2bbf4d8ff8b3f86ed90385fcadbbdac040d9ab4a20d93c6fbd777cc5acf75229253605dfef4f0fde41fe3b751
7
- data.tar.gz: 5dc609f13709d5595500c064f9b727ed4a2a03b2ee683ff97611433fa7da335d21a80dee845ff2633b291cb372fbe7da1303f743da66fc5a2d1862a7ba7e9be6
6
+ metadata.gz: 7e7d0caf1683438fd382cc9dee8d0a4db2e5926acefdadb48884d227c838cec65801a5c787ef368b78f2df203f2e17bdba26e0c921a25df0ad7db3bba9598a5f
7
+ data.tar.gz: ff690c7b57bc16b1a135ec6c27b999762a83a2ecb484a2f40c459b2fdafb6febff0b32d3bef1944c3f234336220940c391780f407cd17bf5ab94bdb43efbd99c
@@ -86,7 +86,7 @@ module Promote
86
86
  desc "Promote one environment from another"
87
87
  task "promote_environment", :source_environment, :destination_environment do |task, args|
88
88
  puts "Promoting constraints in #{args.source_environment} to #{args.destination_environment}"
89
- deps = @promoter.promote_environment(args.source_environment, args.destination_environment)
89
+ deps = @promoter.promote_to(args.source_environment, args.destination_environment)
90
90
  end
91
91
  end
92
92
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clc-promote
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CenturyLink Cloud