bwapi 2.0.0 → 2.0.1.pre.60

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3a2b2418f46d88ec8a63c0484189da4df64cfb1b
4
- data.tar.gz: 6c6c7ad7b83009680feb6f5b5b0da737ab3da88f
5
- SHA512:
6
- metadata.gz: 02f081ade3b1cd9352e9b567e560f50a04c72f173ec4ef9118c8d217a2990555a65843f210be6ece3d55f2b10853a3d7ffc3528cda16d1e145d2ac69570ae683
7
- data.tar.gz: c8cdfc8c1353975cc2402dc5a8f5351f91d1e5e70a9fa646804207e555fe6495a97fd520152f73bb5db0d59e4d40b50ce8cafe92d8a6a2bdea385767b11c760b
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=
@@ -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-01'
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, stream_id
42
- post "projects/#{project_id}/streamDashboards/#{stream_dashboard_id}/streams/#{stream_id}"
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
@@ -1,3 +1,3 @@
1
1
  module BWAPI
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  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: 2.0.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-01 00:00:00.000000000 Z
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: '0'
182
+ version: 1.3.1
183
183
  requirements: []
184
184
  rubyforge_project:
185
- rubygems_version: 2.1.10
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: