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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzEwMGQzODhhYWYzMTc3MDIyODk3Yjk5ZDMzMzE1MDg3OGM0ZGRkMw==
4
+ NTk5NGMwZDBmNThiZDMyN2YzNjE4NGI0ZGM4NmU1YmJlNWU0MDI1MQ==
5
5
  data.tar.gz: !binary |-
6
- Mjc5NzM0NDZlMDI1MWM4NmU3NmM3ZmQ3ODY1Zjk2ZDVlMTgyOTBhNA==
6
+ MTQwOTlhNzAxYzZkZjY3MTVjNDMyMzllOWZjMjJlMmVjZTZiZDY0Mg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmJmMTg2MzdhNTA0OGY0MWEzNmFkM2VmYzAwMDU0NjMwY2QyZWQxNWQ5MGI0
10
- ZjBmODQ4NTBmYWYyZDIzMDczMDRiMzA1ZTY4OGVkOGIyZGJhYzcwMWE0MjE0
11
- MTg2NTUwZWRkMDYyMTAwZWE3MzJiYTg2NWUwY2FkYjE3ODcwOTY=
9
+ MGRiNWI3ZjJjMThmODc3NTk3MzU2YzQ3NjkxNzA2ZWQyZjJhNjg4YjA5Njk1
10
+ ZDhmODQyMmUwYzQwMWFlZGVlYjMzYTBiNWNiNzE3MTg5ZmRkZjUwZTAwZDlh
11
+ N2FlMGUxMDY2YWM1MjgwYWJiNWRjMGQ0YmI2ZDFmMDE2NDk2MzQ=
12
12
  data.tar.gz: !binary |-
13
- ZDEwMjAwMzNkNzg3YjcwYWZmZmI3MzM0ZTI3ZGEyZjVkMWI2ODA1ZGQzZjJj
14
- ZDllMmQxZjJjMWRhOTdiMDYwOTY3ZTVlMTFmZmJhMGM3YTZmNjZkMGUzODNi
15
- Y2M0NzY0MDRkODI4NzNlOTY3ZjNlMDZiMzQyMjI3ODA2NDIxYWQ=
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-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 locations(location_code)
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
- post 'locations', opts
22
+ get 'locations', opts
23
23
  end
24
24
  end
25
25
  end
data/lib/bwapi/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  # BWAPI Version
4
4
  module BWAPI
5
- VERSION = '7.1.0'
5
+ VERSION = '7.1.1'
6
6
  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: 7.1.0.pre.317
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-05 00:00:00.000000000 Z
11
+ date: 2014-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec