bwapi 2.0.0 → 2.0.1.pre.60
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 +14 -6
- data/bwapi.gemspec +1 -1
- data/lib/bwapi/client/projects/stream_dashboards/streams.rb +2 -3
- data/lib/bwapi/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
OGQ0OGI3ZDlmNGYyMWJiZGMwZDE0MTc0ZmFmMzcxMmU2NTFiY2I3Mg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MDQwNWEwZjNkZmM5ZWY3ZDAzNWY1YTFkOGEwMzdiMjZmZTUwZmQ3OA==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MjkzODc5MDNlNzc3ZTk1NjRjZTdhOTc3ZDI2ZTAyOWQyZDNhNzkwZDM5M2Iw
|
|
10
|
+
ZjU4OTA0Y2E3ZTU0Njg4MjViNjU5NjY3NjgwOGUzNjQxODQzMGQ1YWE4ZDM5
|
|
11
|
+
OWEzYzM4YWViMjEyNzg5N2E3MWM1NDk4ZmVkMDZkY2VkZDc5OGM=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NjViYzE0NmQxZGUwMTFhNjg4YzY3N2RhYzdiMDAzM2NmNTgxNDE5MzIxNjI2
|
|
14
|
+
ZDM1YTMzY2I3YWE2MDEzZDI1NzkwNjZhOTAyOWI3ZWJkMTJmNzI4MDkyNmMz
|
|
15
|
+
ZWI2YjAzMGYwMjMxMDBkNGJhOThiNGQ5NmZiNjAyYTRmMjJlNDQ=
|
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 = '2013-11-
|
|
7
|
+
s.date = '2013-11-20'
|
|
8
8
|
s.summary = 'Brandwatch v2 API Wrapper'
|
|
9
9
|
s.description = 'A Ruby wrapper for the Brandwatch v2 API'
|
|
10
10
|
s.author = 'Jonathan Chrisp'
|
|
@@ -30,7 +30,6 @@ module BWAPI
|
|
|
30
30
|
#
|
|
31
31
|
# @param project_id [Integer] Id of project
|
|
32
32
|
# @param stream_dashboard_id [Integer] Id of stream dashboard
|
|
33
|
-
# @param stream_id [Integer] Id of the stream
|
|
34
33
|
# @param opts [Hash] options hash of parameters
|
|
35
34
|
# @option opts [Integer] id Id of the stream
|
|
36
35
|
# @option opts [String] name Name of the stream
|
|
@@ -38,8 +37,8 @@ module BWAPI
|
|
|
38
37
|
# @option opts [String] filter Filter of the stream
|
|
39
38
|
# @option opts [String] lastModified Last modification date of stream
|
|
40
39
|
# @return [Hashie::Mash] Specific stream
|
|
41
|
-
def create_stream project_id, stream_dashboard_id
|
|
42
|
-
post "projects/#{project_id}/streamDashboards/#{stream_dashboard_id}/streams
|
|
40
|
+
def create_stream project_id, stream_dashboard_id
|
|
41
|
+
post "projects/#{project_id}/streamDashboards/#{stream_dashboard_id}/streams"
|
|
43
42
|
end
|
|
44
43
|
|
|
45
44
|
# Update a stream in a stream dashboard
|
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: 2.0.
|
|
4
|
+
version: 2.0.1.pre.60
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Chrisp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -172,17 +172,17 @@ require_paths:
|
|
|
172
172
|
- lib
|
|
173
173
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
174
174
|
requirements:
|
|
175
|
-
- - '>='
|
|
175
|
+
- - ! '>='
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
177
|
version: 1.9.2
|
|
178
178
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
179
179
|
requirements:
|
|
180
|
-
- - '
|
|
180
|
+
- - ! '>'
|
|
181
181
|
- !ruby/object:Gem::Version
|
|
182
|
-
version:
|
|
182
|
+
version: 1.3.1
|
|
183
183
|
requirements: []
|
|
184
184
|
rubyforge_project:
|
|
185
|
-
rubygems_version: 2.
|
|
185
|
+
rubygems_version: 2.0.3
|
|
186
186
|
signing_key:
|
|
187
187
|
specification_version: 4
|
|
188
188
|
summary: Brandwatch v2 API Wrapper
|
|
@@ -192,4 +192,3 @@ test_files:
|
|
|
192
192
|
- spec/bwapi_spec.rb
|
|
193
193
|
- spec/fixtures/.netrc
|
|
194
194
|
- spec/helper.rb
|
|
195
|
-
has_rdoc:
|