cp_oraclecloud 0.1.10 → 0.1.11

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: b310e6d45a592f97e412c303511bae7b178facd1
4
- data.tar.gz: ccb36c2a552cfa869324eb4a56b7921102a1f454
3
+ metadata.gz: 45071c8290ac64652b2673b95d58f43f5e5ed372
4
+ data.tar.gz: 21a89e55d533e9431b20911afdb85e9b6da7ffc0
5
5
  SHA512:
6
- metadata.gz: 2066969495e34e905c324bbbab1f95d83476a0fc5a7df6938f85b32eb67fd0151ba6bcf473a91da982ccb5713637d272bf971252ba3a5f447f5486633c94b077
7
- data.tar.gz: 58ea82f86220bcce15a0a9b586fe3868495eed5bb87a8bb3c87a3a014899d4a9b89518bd240bf1b0c7d78c27b347557c027acfc8edb4f9bb3882ab3f3f7f0c3d
6
+ metadata.gz: ff8e4da6966f985abbbf49d27899acd25a2ead1162a275f85d4521f8dea3f1956715cb161aedd0519071c18d25fee50611645ea30a7b371f2734c24943ef8194
7
+ data.tar.gz: 54a16102e188637e42710463b44af6ed8fc8e2bc1f634e6566ba21b896b0cd7b15551d4eedaf540faaede6a267151369e392d01c27ec1f65fe7f33b2afc12c04
@@ -17,6 +17,8 @@ module CpOraclecloud
17
17
  autoload :SoaMixin
18
18
  autoload :ComputeMixin
19
19
 
20
-
20
+ def self.setup
21
+ yield self
22
+ end
21
23
  end
22
24
 
@@ -1,3 +1,3 @@
1
1
  module CpOraclecloud
2
- VERSION = '0.1.10'
2
+ VERSION = '0.1.11'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cp_oraclecloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Nation