bwapi 4.0.1 → 4.0.2.pre.149

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: 1bdbf081d47fa0809b91e11d4b4fca9079384838
4
- data.tar.gz: 93608d0f647d6a209d0cef1fc9e696124f375ba6
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ N2VjMmY3MWU3YWIwNDI3Yjc1MzZmMjIwYzU3ZTNhMmFlODVkY2UxZA==
5
+ data.tar.gz: !binary |-
6
+ N2QzYmY1YTk4Nzg2NTY2MWU0YjVjYTljZjVkMmU4ODkyMGY2YWM5Mg==
5
7
  SHA512:
6
- metadata.gz: 3a7027a51ce718fa611e11ef822f7085a88b1a348194da0bd20b9beb4551edb162162593262ecc69d155dba692e8bdf15d652a42647b8be7d0975644cd371165
7
- data.tar.gz: c7636214f9f30a8a54ebeda031ede7412f32baf11cbdf97702d38e8a24823d838424d4800c3085410efa89eb4bc2449d5310bc6a44d653116079b05085ee0edd
8
+ metadata.gz: !binary |-
9
+ NzQ5ZjhmMzQ1YWE3MTg2NTI4YjVlN2U3MTU5MWU2Njg5MDgwNjEwNjA0OGM1
10
+ ZDMxMjlkMzA2ZmU2ZGM1Y2UwMTQ0YWRhMGE4NDRmODI2ZjU4MThjOGM5YjZj
11
+ ZWViMTA5ZGUwZmFkZGQ0NzI4YWQxY2JhZTQ5YzZhNDhlMGFlYzI=
12
+ data.tar.gz: !binary |-
13
+ ODJmYjg5YzcyOWU1ODllOTFjNTNkYmExYzgxNmRmODcxOGM2MGYzYjQ0YWYy
14
+ ZTRhYTVkZDc0NGMwMTIxZWEwYzQxMzE2N2ZhOTI3YWQ3MzJkNGJhMWI1MGJj
15
+ ZTgzNWI0MGI1M2RkZDViNDVmOWNhZjQ2MDFmNTZlY2ZjM2EwNTM=
@@ -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-01-08'
7
+ s.date = '2014-01-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'
@@ -97,14 +97,7 @@ module BWAPI
97
97
  log.info 'Request path: /%s' % path
98
98
  log.info 'Request url: %s' % api_endpoint + '/' + path
99
99
  log.info 'Request parameters: %s' % opts.to_json unless opts.nil?
100
-
101
- unless response.env[:body].nil?
102
- if response.env[:body].is_a? Hash
103
- log.info 'Response body: %s' % response.env[:body].to_json
104
- else
105
- log.info 'Response body: %s' % response.env[:body]
106
- end
107
- end
100
+ log.info 'Response body: %s' % response.env[:body].to_json unless response.env[:body].nil?
108
101
  end
109
102
 
110
103
  response
@@ -1,3 +1,3 @@
1
1
  module BWAPI
2
- VERSION = "4.0.1"
2
+ VERSION = "4.0.2"
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: 4.0.1
4
+ version: 4.0.2.pre.149
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-01-08 00:00:00.000000000 Z
11
+ date: 2014-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -187,17 +187,17 @@ require_paths:
187
187
  - lib
188
188
  required_ruby_version: !ruby/object:Gem::Requirement
189
189
  requirements:
190
- - - '>='
190
+ - - ! '>='
191
191
  - !ruby/object:Gem::Version
192
192
  version: 1.9.2
193
193
  required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  requirements:
195
- - - '>='
195
+ - - ! '>'
196
196
  - !ruby/object:Gem::Version
197
- version: '0'
197
+ version: 1.3.1
198
198
  requirements: []
199
199
  rubyforge_project:
200
- rubygems_version: 2.1.10
200
+ rubygems_version: 2.2.0
201
201
  signing_key:
202
202
  specification_version: 4
203
203
  summary: Brandwatch API Wrapper
@@ -207,4 +207,3 @@ test_files:
207
207
  - spec/bwapi_spec.rb
208
208
  - spec/fixtures/.netrc
209
209
  - spec/helper.rb
210
- has_rdoc: