stacker_bee 2.1.0.pre185 → 2.1.0.pre186
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 +8 -8
- data/README.md +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjlkMjVhM2IzNGViYjk3NzdkNzhkOWMxZmQ3M2EzYjY2M2RjMDU0NA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2VjMjc2ZjllZjEyYjJjM2IwMmM3NzFlMWFiZDhhMGIwZmU1NjAxMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzEwYTM4MGE4ODFiNGI4ZGMyM2Q3YmU1MDUzMmQxOTJhZWQ2MWFlNmM1NWNh
|
|
10
|
+
MDM3NTkyNTljN2JiYTZhYTMzMTlmNTQ2MWI5YmM2ZDM2Y2FmZWExOWUzZjUy
|
|
11
|
+
ZWFhZWI0YWRhZmZhZTIwNzU1ODdiMTE3MTYyZGVhNGM4MDMwZTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTRmYTkzMTZlYWI3MTUwMjhmYjNlM2Q0NmVmZTU3MWM3ZDBlNjQ4MzBkODFl
|
|
14
|
+
YmNhMGE5ZTUyZjFkZTUwYmFiYWE2ODlkOWM5YTBiZjIzNmQ1MjAzOGNjMTRj
|
|
15
|
+
ZTFjMDNiNGUzODk4ZjM0ZmQ3MWIxMTJjNDZmOGY5YTE3YjFlYmY=
|
data/README.md
CHANGED
|
@@ -108,7 +108,7 @@ cloud_stack = StackerBee::Client.new(
|
|
|
108
108
|
All configuration parameters set on the `StackerBee::Client` class are used as defaults for `StackerBee::Client` instances.
|
|
109
109
|
|
|
110
110
|
```ruby
|
|
111
|
-
StackerBee::Client.url
|
|
111
|
+
StackerBee::Client.url = 'http://localhost:8080/client/api'
|
|
112
112
|
|
|
113
113
|
user_client = StackerBee::Client.new(
|
|
114
114
|
api_key: 'USER_API_KEY',
|