bwapi 7.1.0.pre.317 → 7.1.1.pre.323
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/bwapi.gemspec +1 -1
- data/lib/bwapi/client/locations.rb +2 -2
- data/lib/bwapi/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NTk5NGMwZDBmNThiZDMyN2YzNjE4NGI0ZGM4NmU1YmJlNWU0MDI1MQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTQwOTlhNzAxYzZkZjY3MTVjNDMyMzllOWZjMjJlMmVjZTZiZDY0Mg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MGRiNWI3ZjJjMThmODc3NTk3MzU2YzQ3NjkxNzA2ZWQyZjJhNjg4YjA5Njk1
|
10
|
+
ZDhmODQyMmUwYzQwMWFlZGVlYjMzYTBiNWNiNzE3MTg5ZmRkZjUwZTAwZDlh
|
11
|
+
N2FlMGUxMDY2YWM1MjgwYWJiNWRjMGQ0YmI2ZDFmMDE2NDk2MzQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OTU5NmJkODNiYmEzZGZkODQ2OTA0NWVlODc2MzRkZTQwZTlkYThjZWI2ZTNi
|
14
|
+
MTg4MmRmODRlN2UzOTYxNWM3NmI1YWJkNmRlMDc1ZDZhNDE1YjdkY2I4OWZh
|
15
|
+
NDI3OTczMDk1OGNmYjk5ZjU2MzVkOGNlMjZiZmUwZDQ0OWE2YTM=
|
data/bwapi.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
6
6
|
s.name = 'bwapi'
|
7
7
|
s.version = BWAPI::VERSION
|
8
8
|
s.version = BWAPI::VERSION + ".pre.#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS']
|
9
|
-
s.date = '2014-05-
|
9
|
+
s.date = '2014-05-06'
|
10
10
|
s.summary = 'Brandwatch API Wrapper'
|
11
11
|
s.description = 'A Ruby wrapper for the Brandwatch API'
|
12
12
|
s.author = 'Jonathan Chrisp'
|
@@ -7,7 +7,7 @@ module BWAPI
|
|
7
7
|
# Request the information for a given location code
|
8
8
|
#
|
9
9
|
# @return [Hashie::Mash] Information about the location
|
10
|
-
def
|
10
|
+
def location(location_code)
|
11
11
|
get "locations/#{location_code}"
|
12
12
|
end
|
13
13
|
|
@@ -19,7 +19,7 @@ module BWAPI
|
|
19
19
|
# @option opts [Integer] pageSize of the results to retrieve
|
20
20
|
# @return [Hashie::Mash] The list of matching locations
|
21
21
|
def locations(opts = {})
|
22
|
-
|
22
|
+
get 'locations', opts
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
data/lib/bwapi/version.rb
CHANGED
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: 7.1.
|
4
|
+
version: 7.1.1.pre.323
|
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-05-
|
11
|
+
date: 2014-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|