pushmi_pullyu 0.2.4 → 0.2.5

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: 49b78fd0dffd69cf95a79028e1f64856cb821afe
4
- data.tar.gz: 055cf63d10a7b24b4506f31ed680d581850cbbc8
3
+ metadata.gz: cebf127f72bad169df1e6834e6eda708337f4a6f
4
+ data.tar.gz: 2e9e0cdb1e68e742434a42ef7fa0daa2e2ca8d1e
5
5
  SHA512:
6
- metadata.gz: ecf8747859244ba697d9ea773e0f61c3b07d87f3b3613cb32471bb61e8674533dfd51d916e962d1d03585b0f0c24b8d664066ac68d14a547d4f5c61a30ecf563
7
- data.tar.gz: 90fcf95c9f03b2f8a9374b521188cc1f80079daf7f71b5ffc0cb0af6a9b112074b7be4544d86a6e6a063ee67e9ad0040c236c7c7c74dacc20fed17718d9f0594
6
+ metadata.gz: 8e8c880d6f0f752dcc3029b173b76e73b1655b892f3f17305a8a88ee8158ef69261b82d7e5d94c00bfed6a456921bf149233efcaf270170b20363aa6c2a9cf8c
7
+ data.tar.gz: f67239021556d8aa74701bcc5bfdf312909f96b134fb0f4d04a7b9f261e8879a98cc22f0b28808986d2338f83eae699594dc8f6731af9ac5d3fbd71c39c2effa
@@ -213,8 +213,8 @@ class PushmiPullyu::CLI
213
213
  @swift ||= PushmiPullyu::SwiftDepositer.new(username: options[:swift][:username],
214
214
  password: options[:swift][:password],
215
215
  tenant: options[:swift][:tenant],
216
- project_name: options[:project_name],
217
- project_domain_name: options[:project_domain_name],
216
+ project_name: options[:swift][:project_name],
217
+ project_domain_name: options[:swift][:project_domain_name],
218
218
  auth_url: options[:swift][:auth_url])
219
219
  end
220
220
 
@@ -1,3 +1,3 @@
1
1
  module PushmiPullyu
2
- VERSION = '0.2.4'.freeze
2
+ VERSION = '0.2.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushmi_pullyu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Murnaghan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-27 00:00:00.000000000 Z
11
+ date: 2017-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport