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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmZmNWU5OGRmNGVmMjkyYzAyN2JmZTFhYWZmMTIwM2YwMGZlODE1OQ==
4
+ MWU0Y2VkMzgzNTQ2OTU2NTI4N2RiZjNkMGFhY2Y0YTIyMTgyZjMyOA==
5
5
  data.tar.gz: !binary |-
6
- ZDA5YWU0YjFiMDk1MDU3ZWM2NDk4NTM2MDhhODJkNzcyOTQ4NjM5YQ==
6
+ ZWNhNzFkM2IzOTNmN2MzNTIzNGU3MWY3MDg1YThmOTIxNGE0MWU0NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NWU0YmU0YzRkZmZjMDUwOGEzODlmYzQwYmZlZjIzYjNkMWNiNTJjYjI3Y2Ey
10
- ZDg0YTYwZTY5NDQ5YTg4MTk4NGE0MTk1ZWQwMDUyNGQ4ODNiZWQ2NjAyZGI4
11
- MTIyNDBiMzVlZTY1M2UwNmQ4MjE4OTExYmZhYTY5NWRmNmRhOGU=
9
+ NjNhYTU1NjI4NzI5ZjJmZmQ0ZDg1MGFjY2Q3MzJlZWE3YjMwMzg0ZjlkNjIw
10
+ MThjOGQ3MjRlMDFlNWUzY2M2MGE5M2YwZWVkYTkyNDdkMDQ5YjdmNjkyNDI4
11
+ NzI0Y2UzMTI5ZGVlYzAwNWIyNTVkYmQ4YzIxZjNmZDgwYjIzNjc=
12
12
  data.tar.gz: !binary |-
13
- ZTIzNzYyYzEzYzQxNGRlMDA4MDkxZjg4MjlkZjBhOTViYzMzNTk3OTU5ZTY3
14
- ZGE4MmYwMWU2ZTAxYmU0ZTIzOWZkNTA4NDU0MDkzOTc0M2JhZWUwNDU4ZmU0
15
- OWE4YzBlZTNiM2UyOWZkODQ0NmZmNzYyZDQ3OTM0NWJhMjU3OTA=
13
+ ZjhjZDBjYjdjMDcyMDVhYzg2YWUwZDg5YWIwNDVjY2ExYzc5MDA2Zjc1OWZk
14
+ ODJhZGI3NmUwOGZmZjUzMjRlMTQ0Yjg2MjBjNjNhNTUyMmUyNzExOGRiM2Rl
15
+ NjIwNzJkNTIxZTk2ZDU5YjZkNTY1ZDY4NTdjNDIzYmFiN2JlMjM=
data/.gitignore CHANGED
@@ -2,7 +2,7 @@
2
2
  *.rbc
3
3
  .bundle
4
4
  .config
5
- .idea
5
+ .idea/
6
6
  coverage
7
7
  InstalledFiles
8
8
  lib/bundler/man
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
@@ -0,0 +1,13 @@
1
+ module BWAPI
2
+ class Client
3
+ # Dimemsions module for dimensions endpoint
4
+ module Dimensions
5
+ # Get the currently supported dimensions
6
+ #
7
+ # @return [array] Current dimensions
8
+ def dimensions
9
+ get 'dimensions'
10
+ end
11
+ end
12
+ end
13
+ end
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.500
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-09 00:00:00.000000000 Z
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.2
263
+ rubygems_version: 2.4.5
263
264
  signing_key:
264
265
  specification_version: 4
265
266
  summary: Brandwatch API Wrapper