bwapi 9.0.1.pre.415 → 9.0.1.pre.419
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
|
+
MzVmOTExYWIzOTQ2YmVmOTNiMjIyYzQ5MTdlNTIzNmFjNjM3MmJhOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MmNhYzY4OTUwYTAyM2Y0YWVkOTI0OTZjODRlZjY2ZWVmNWNlNzY1Yw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
N2M5MTgzNGJkMjRkMTllNGMzMjY1YzkxYjMxNTE2ZDliZjY3YWJiOWU0OThl
|
|
10
|
+
ZDE4YTI0YjNlYmZlMWNiYjliZTFjNmI1YTA2OGZiMjJmNTJlNDhmMWUwNmVh
|
|
11
|
+
ZGJmMzdiZWQ0YWVmYWVhNzFjOGEyNTAxNmQ3MzQzZjYzNGIzODc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZmU4Y2M0MmFmNDU1Y2NmY2E3ZjU0NjlmNDgzODJhZjQzNjc1MWE3NDZkMzUz
|
|
14
|
+
NDI2NmM5ZjhmOWVhYWY4NjU0YWFhMzNkYjMxODkwOGNkZDAyNmIxNzUyMjhm
|
|
15
|
+
YmI2MDYxODVjMzY1NDU5YmFmNzMzNTVhYzYyMWVhMmQ5Y2ZkYjE=
|
data/README.md
CHANGED
|
@@ -64,7 +64,7 @@ bw = BWAPI::Client.new(username: 'username@example.com', password: 'pa$$w0rd', d
|
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
### Performance
|
|
67
|
-
When debug mode is running the response performance is stored on each
|
|
67
|
+
When debug mode is running the response performance is stored on each request, to view the stats call the performance method on the client instance:
|
|
68
68
|
|
|
69
69
|
```ruby
|
|
70
70
|
bw.performance
|