bwapi 9.2.0.pre.440 → 9.2.0.pre.446
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/brandwatch/clients.rb +1 -1
- data/lib/bwapi/request.rb +0 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OGU2YjFlZTFjMTkyN2VmYTc4NjMzMWEyYjhhMzBmYzlmZDg4NDllYg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTY4NmFiZTMwZjE5NjM2YjNkNzY3ZTdkZDhmNGNkZjdmMTZlNDYyZg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjI1NGI5Y2NmOWJiZjliMjJkNThlODYyN2E0MjUxZDllODdmOTRjZTQ1OTk1
|
|
10
|
+
ZTcxNjQwZGYyYjlkMTIyNGQzNzcyODk3MDBmZTZhN2QxMWYyOGM3YTQ4Yzhi
|
|
11
|
+
YjljODU5MDBlZjllNmIzODI2OGFkOTA4NDQ0Y2EyOGVmNWYzODk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MWU3OWNjY2M1ZjNjZWJhYjQ4NDkzZDE1ZTZkYWFhZThkYmE4NzViMzkxMGJl
|
|
14
|
+
ZTg1MmExODRhN2JlZjcwZGUwMjI3MDgzOWU2MTg0NDk4YWI3OGRmNzE1ZGRj
|
|
15
|
+
ODRhYzMzNThlNTM4NzcwZmM0MWQxYzM5MGNiOTBhMzdmYTJhZTI=
|
data/bwapi.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
|
|
|
4
4
|
s.name = 'bwapi'
|
|
5
5
|
s.version = BWAPI::VERSION
|
|
6
6
|
s.version = BWAPI::VERSION + ".pre.#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS']
|
|
7
|
-
s.date = '2014-10-
|
|
7
|
+
s.date = '2014-10-20'
|
|
8
8
|
s.summary = 'Brandwatch API Wrapper'
|
|
9
9
|
s.description = 'A Ruby wrapper for the Brandwatch API'
|
|
10
10
|
s.author = 'Jonathan Chrisp'
|
|
@@ -88,7 +88,7 @@ module BWAPI
|
|
|
88
88
|
# @option opts [String] website The website for the client
|
|
89
89
|
# @return [Hash] Updated parent client
|
|
90
90
|
def update_client(client_id, opts = {})
|
|
91
|
-
|
|
91
|
+
put "brandwatch/clients/#{client_id}", opts
|
|
92
92
|
end
|
|
93
93
|
end
|
|
94
94
|
end
|
data/lib/bwapi/request.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: 9.2.0.pre.
|
|
4
|
+
version: 9.2.0.pre.446
|
|
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-10-
|
|
11
|
+
date: 2014-10-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
235
235
|
version: 1.3.1
|
|
236
236
|
requirements: []
|
|
237
237
|
rubyforge_project:
|
|
238
|
-
rubygems_version: 2.4.
|
|
238
|
+
rubygems_version: 2.4.2
|
|
239
239
|
signing_key:
|
|
240
240
|
specification_version: 4
|
|
241
241
|
summary: Brandwatch API Wrapper
|