bwapi 5.0.0 → 5.0.1.pre.176

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,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 302b20eeac2b5dc3d958b608d050c92be40732f2
4
- data.tar.gz: 7bffaf67f2713ea6c8b61b23144be1b9b4c04bb6
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ODllMTI0NDViYWJkODRiN2EwYTA3NGZmYWQzMDY2YTI5MWY5YzY4Mg==
5
+ data.tar.gz: !binary |-
6
+ ZTY3MjZkZGZlYzk2YTAyNmNlODY0YWJmZTc3M2FmYmI0NzVjMDZkNQ==
5
7
  SHA512:
6
- metadata.gz: 7a07ab4781e22d5e816eced2db19c3eee88e88f22da6749c40a3fd1be3b02c52a192da044084f59f2e613f686e80a273b0cefffa863d2fec4124946c77412d8c
7
- data.tar.gz: 1eb5ff6b0c1e3578acfcebdf980e7283f40a851c39cc6110d6e32d6b6a1aef2a13ff3b9a08cd4c1c736174a63f1a3979e350f830725a4abbf694c9a12cc2fa26
8
+ metadata.gz: !binary |-
9
+ NzU0YjlhOWMwMmM5YWI1ODExOGQwZWRhZGY1ZDA0N2U4ODY5NGMzNzk3MDBh
10
+ MGQxMGUwOTk0MTBkYTVmNjY2YjlhOWJmNzViNjE1MDUwNzNhMjViMjMyNTMy
11
+ ZDE4OTZlMmUxMzQ1MjJmMmQ2NDEyOTdjNWFjMmZlOTk4ODU3Yjg=
12
+ data.tar.gz: !binary |-
13
+ M2YxZmUzNTA2YjRjOWM1MmU4OGM4MmQ0ZDJjMmVhNGVmOWM4ZWNmNzhiMzk4
14
+ MjdiMDU5NDZhMjM5Y2EzNDBkZTYyZTk5MjNjMmFjNzYyNmQwODA4YjFjYWM4
15
+ NzQyYTNkODMwZDMzMDNmYjhiODY1ZmI3ZjA0MzQ2YjVhZGU5MTI=
@@ -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-02-07'
7
+ s.date = '2014-02-10'
8
8
  s.summary = 'Brandwatch API Wrapper'
9
9
  s.description = 'A Ruby wrapper for the Brandwatch API'
10
10
  s.author = 'Jonathan Chrisp'
@@ -41,13 +41,14 @@ module BWAPI
41
41
  #
42
42
  # @param project_id [Integer] Id of project
43
43
  # @param query_id [Integer] Id of query
44
+ # @param date_range_id [Integer] Id of date range
44
45
  # @param opts [Hash] options hash of parameters
45
46
  # @option opts [Integer] projectId Id of the project
46
47
  # @option opts [Integer] queryId Id of the query
47
48
  # @option opts [Integer] dateRangeId Id of the date range
48
49
  # @option opts [Array] StoredDateRangeDTO Date ranges to be edited
49
50
  # @return [Hashie::Mash] Update date range
50
- def update_date_range project_id, query_id, opts={}
51
+ def update_date_range project_id, query_id, date_range_id, opts={}
51
52
  put "projects/#{project_id}/queries/#{query_id}/date-range/#{date_range_id}", opts
52
53
  end
53
54
 
@@ -1,3 +1,3 @@
1
1
  module BWAPI
2
- VERSION = "5.0.0"
2
+ VERSION = "5.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: 5.0.0
4
+ version: 5.0.1.pre.176
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-02-07 00:00:00.000000000 Z
11
+ date: 2014-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -189,14 +189,14 @@ require_paths:
189
189
  - lib
190
190
  required_ruby_version: !ruby/object:Gem::Requirement
191
191
  requirements:
192
- - - '>='
192
+ - - ! '>='
193
193
  - !ruby/object:Gem::Version
194
194
  version: 1.9.2
195
195
  required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  requirements:
197
- - - '>='
197
+ - - ! '>'
198
198
  - !ruby/object:Gem::Version
199
- version: '0'
199
+ version: 1.3.1
200
200
  requirements: []
201
201
  rubyforge_project:
202
202
  rubygems_version: 2.2.1
@@ -209,4 +209,3 @@ test_files:
209
209
  - spec/bwapi_spec.rb
210
210
  - spec/fixtures/.netrc
211
211
  - spec/helper.rb
212
- has_rdoc: