bwapi 11.0.1.pre.609 → 11.0.1.pre.612
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/lib/bwapi/client/client.rb +7 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDAwOWEwN2JkNjBkMGU0ZGZlNWExZDRkZDM3NjM1NzFjYjU0MjZhNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDA4NGIxMTJjMGRjNzQzOTJhMDZiN2JkMDQxMDdmNmNlNmQzMzRjZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDRlNTcxY2EwYmM5NTg4ZTg3MGQxZTQyNGMzY2VjMzdmODdiZTJmOWNhYWY1
|
|
10
|
+
MjkwZDg4ZGNlYmYwYTE3ZjYxMDlhZTc3ZDM3OTM1YzFkYTRmOTU0MzcwYTMy
|
|
11
|
+
OTc2OTAyZjNiYmQ3N2U5ZmQwYTBkMWU2MDEzNjgyMjA5NWYwOTg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NjUwYTNjOWNiNWY3YmJmZGM2NGY4MGRmMzM4MzUyOTZjN2ZhYTIzYjU1Mjhk
|
|
14
|
+
ZTg2N2JmODdkZTM3YmY0MjZiNjhhYzUwNzFiNmMyNWM1NTIyZDMzZjZiZWE4
|
|
15
|
+
MzlhZDk0NDAzZDlmMzRmNDYwNTlkNzM3ZDVjNDVhZjU2ZTc2MDA=
|
data/lib/bwapi/client/client.rb
CHANGED
|
@@ -11,6 +11,13 @@ module BWAPI
|
|
|
11
11
|
get 'client'
|
|
12
12
|
end
|
|
13
13
|
|
|
14
|
+
# Get the current users client subclients
|
|
15
|
+
#
|
|
16
|
+
# @return [Hash] All sub clients information for user's client
|
|
17
|
+
def client_subclients
|
|
18
|
+
get 'client/subclients'
|
|
19
|
+
end
|
|
20
|
+
|
|
14
21
|
# Get the current users client modules
|
|
15
22
|
#
|
|
16
23
|
# @return [Hash] Client module information
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bwapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 11.0.1.pre.
|
|
4
|
+
version: 11.0.1.pre.612
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Chrisp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|