qingcloud-sdk 0.2.3

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d3091981c96446e6c9a7bea36c63a8113803f72a
4
+ data.tar.gz: 03e8d1bea479f0812b366cb9b6bae259930f813b
5
+ SHA512:
6
+ metadata.gz: a9e2274fc53027e829fd7fd4b91e3939ce08c5786676ed3ebf02963b3548a7926383a7ef9e580986bdb98b03b2d95248aede563268c68c234b9d9a8b5866cc6a
7
+ data.tar.gz: acf9ae94411b692406d7bb30306abe59f91a15441651c529e5d05b4709a5c79a8aa60b673bcd07127ea2daa3447db0b8e006dde62f29e7bcd258bea6653c5972
data/.gitignore ADDED
@@ -0,0 +1,13 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+
11
+ /.idea/
12
+
13
+ *.iml
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.2.0
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in qingcloud-sdk.gemspec
4
+ gemspec