chef-provisioning-vsphere 1.1.0 → 1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 289ce4f36eb3464e0dee8507d8dce304be531298
4
- data.tar.gz: 8ee5162a4546e66817898e591863afdfae034b3a
3
+ metadata.gz: e5e9390d9e8588f3d8e11e823af69445d7bd624d
4
+ data.tar.gz: 3bcd074d9c0c1061cb31a7facd81fa09155990a3
5
5
  SHA512:
6
- metadata.gz: 8bd7374ef470c24daf2eb2145b6243a93794b6c40a454c9995e75c497dd5f8acdf0d0723259a901c71c42b31a0d2383878bd35a08457192390c45fab7d7ccb1a
7
- data.tar.gz: b350176f887d25256b507ba0f66ef38a87a6b856854a471d9c694e305481d59587e9b83a7925d0c4f00b88830e5a4045fcdb13fd21e98b87aff40636c28820d6
6
+ metadata.gz: 0b0d0ef2a69891a5b814cf1f0e9ced08c3160a73a937f5a131dcbd3bd30c76b99176f0a163e41ce8522ee9b49dc3063a48e8f331ec6de08453671bb38274bc51
7
+ data.tar.gz: 66e81efd91041a9e38f202c0b96e34ad1b4bd446388fa2f3c8d30326031d539235f8de1e5a53c292e9ffd881f7fa1bae10d887ecba70e2dafbcf92a974d2e4eb
data/CHANGELOG.md CHANGED
@@ -1,7 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## [1.1.0](https://github.com/chef-partners/chef-provisioning-vsphere/tree/1.1.0) (2017-04-20)
4
- [Full Changelog](https://github.com/chef-partners/chef-provisioning-vsphere/compare/v1.0.0...1.1.0)
3
+ ## [1.1.1](https://github.com/chef-partners/chef-provisioning-vsphere/tree/1.1.1) (2017-04-20)
4
+ [Full Changelog](https://github.com/chef-partners/chef-provisioning-vsphere/compare/v1.1.0...1.1.1)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - rubocop'd [\#12](https://github.com/chef-partners/chef-provisioning-vsphere/pull/12) ([jjasghar](https://github.com/jjasghar))
9
+
10
+ ## [v1.1.0](https://github.com/chef-partners/chef-provisioning-vsphere/tree/v1.1.0) (2017-04-20)
11
+ [Full Changelog](https://github.com/chef-partners/chef-provisioning-vsphere/compare/v1.0.0...v1.1.0)
5
12
 
6
13
  **Closed issues:**
7
14
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ChefProvisioningVsphere
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'.freeze
4
4
  end
@@ -4,7 +4,7 @@ require 'uri'
4
4
  module URI
5
5
  class VsphereUrl < Generic
6
6
  DEFAULT_PORT = 443
7
- DEFAULT_PATH = '/sdk'
7
+ DEFAULT_PATH = '/sdk'.freeze
8
8
 
9
9
  def self.from_config(options)
10
10
  parts = []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-provisioning-vsphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CenturyLink Cloud