bwapi 10.0.0.pre.500 → 10.0.0.pre.505
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/.gitignore +1 -1
- data/lib/bwapi/client.rb +2 -0
- data/lib/bwapi/client/dimensions.rb +13 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MWU0Y2VkMzgzNTQ2OTU2NTI4N2RiZjNkMGFhY2Y0YTIyMTgyZjMyOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZWNhNzFkM2IzOTNmN2MzNTIzNGU3MWY3MDg1YThmOTIxNGE0MWU0NA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NjNhYTU1NjI4NzI5ZjJmZmQ0ZDg1MGFjY2Q3MzJlZWE3YjMwMzg0ZjlkNjIw
|
|
10
|
+
MThjOGQ3MjRlMDFlNWUzY2M2MGE5M2YwZWVkYTkyNDdkMDQ5YjdmNjkyNDI4
|
|
11
|
+
NzI0Y2UzMTI5ZGVlYzAwNWIyNTVkYmQ4YzIxZjNmZDgwYjIzNjc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjhjZDBjYjdjMDcyMDVhYzg2YWUwZDg5YWIwNDVjY2ExYzc5MDA2Zjc1OWZk
|
|
14
|
+
ODJhZGI3NmUwOGZmZjUzMjRlMTQ0Yjg2MjBjNjNhNTUyMmUyNzExOGRiM2Rl
|
|
15
|
+
NjIwNzJkNTIxZTk2ZDU5YjZkNTY1ZDY4NTdjNDIzYmFiN2JlMjM=
|
data/.gitignore
CHANGED
data/lib/bwapi/client.rb
CHANGED
|
@@ -9,6 +9,7 @@ require 'bwapi/client/author'
|
|
|
9
9
|
require 'bwapi/client/brandwatch'
|
|
10
10
|
require 'bwapi/client/client'
|
|
11
11
|
require 'bwapi/client/command_center'
|
|
12
|
+
require 'bwapi/client/dimensions'
|
|
12
13
|
require 'bwapi/client/error_codes'
|
|
13
14
|
require 'bwapi/client/filters'
|
|
14
15
|
require 'bwapi/client/languages'
|
|
@@ -39,6 +40,7 @@ module BWAPI
|
|
|
39
40
|
include BWAPI::Client::Brandwatch
|
|
40
41
|
include BWAPI::Client::Client
|
|
41
42
|
include BWAPI::Client::CommandCenter
|
|
43
|
+
include BWAPI::Client::Dimensions
|
|
42
44
|
include BWAPI::Client::ErrorCodes
|
|
43
45
|
include BWAPI::Client::Filters
|
|
44
46
|
include BWAPI::Client::Languages
|
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: 10.0.0.pre.
|
|
4
|
+
version: 10.0.0.pre.505
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Chrisp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -171,6 +171,7 @@ files:
|
|
|
171
171
|
- lib/bwapi/client/command_center/themes.rb
|
|
172
172
|
- lib/bwapi/client/command_center/users.rb
|
|
173
173
|
- lib/bwapi/client/command_center/users/access.rb
|
|
174
|
+
- lib/bwapi/client/dimensions.rb
|
|
174
175
|
- lib/bwapi/client/error_codes.rb
|
|
175
176
|
- lib/bwapi/client/filters.rb
|
|
176
177
|
- lib/bwapi/client/languages.rb
|
|
@@ -259,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
259
260
|
version: 1.3.1
|
|
260
261
|
requirements: []
|
|
261
262
|
rubyforge_project:
|
|
262
|
-
rubygems_version: 2.4.
|
|
263
|
+
rubygems_version: 2.4.5
|
|
263
264
|
signing_key:
|
|
264
265
|
specification_version: 4
|
|
265
266
|
summary: Brandwatch API Wrapper
|