ibm-cloud-sdk 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: a7558ad49ddda2ac462adadf72b0e41b4b71ecb76549f977763ca474dbc2cdd9
4
- data.tar.gz: ed99310c97b01a7bdbc3b55aba132e9307aceefee82dffb2e74392f74e408f7c
3
+ metadata.gz: 68e0c97762894e63e4db55f70706d6b983b3f3260f148fbca1c9b0a5feae1ee7
4
+ data.tar.gz: b1ad978d42046dfbeb0d3f5466a9c1d73de597ba3c1663d6f470f60dc842acd9
5
5
  SHA512:
6
- metadata.gz: a5975502154c0cbdb3afd8e6010852ae34259ac3d083ded0c1e201d68a12260c1dc01e7d0da74cc40de02e8b612bd26e96fee78f08bac910fc6f058e500a80ab
7
- data.tar.gz: fba093a03b5b51df36e7f3f400c2f8dcfa8ad53c04d611f88c8d637f1d0ca0059b31f652ffa3769ea1cc47bbf2556db7f205c31556f62b39e49cb2bf4e9365ae
6
+ metadata.gz: cc621c2428dcf979379ff89acf278b56083837c51d964d99677782855e02c7556eb681b413df992ccb4b7e52bf941f1a302d76657337eee3a737a4a58fcdbba7
7
+ data.tar.gz: b247412ced34770e9e0efa7b9c6639aad56d69a2698f5659b0ad38367f41d452be02809ea2ed59319ed5031af0f56cf1d8b6d7703b08542c770669f1f2377a0b
data/README.md CHANGED
@@ -28,5 +28,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
28
28
 
29
29
  ## Contributing
30
30
 
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ibm-cloud-sdk.
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/IBM-Cloud/ibm-cloud-sdk-ruby.
32
32
 
@@ -18,7 +18,7 @@ module IBM
18
18
  end
19
19
 
20
20
  def endpoint
21
- "https://#{region}.power-iaas.cloud.ibm.com/pcloud/v1"
21
+ "https://#{region.sub(/-\d$/, '')}.power-iaas.cloud.ibm.com/pcloud/v1"
22
22
  end
23
23
 
24
24
  # Get all PVM instances in an IBM Power Cloud instance
@@ -1,7 +1,7 @@
1
1
  module IBM
2
2
  module Cloud
3
3
  module SDK
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm-cloud-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - IBM Cloud Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-05 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client