wordnik 4.10 → 4.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wordnik (4.10)
4
+ wordnik (4.11)
5
5
  activemodel (>= 3.0.3)
6
6
  addressable (>= 2.2.4)
7
7
  htmlentities (>= 4.2.4)
@@ -153,7 +153,7 @@ module Wordnik
153
153
  request.proxy_password = Wordnik.configuration.proxy_password if Wordnik.configuration.proxy_password.present?
154
154
  end
155
155
 
156
- Wordnik.logger.debug "\n #{self.http_method.to_s.upcase} #{u}\n body: #{self.outgoing_body}\n headers: #{request.headers}\n\n"
156
+ Wordnik.logger.debug "\n #{self.http_method.to_s.upcase} #{u}\n body: #{self.outgoing_body}\n\n"
157
157
 
158
158
  request.body = self.outgoing_body unless self.http_method.to_sym == :get
159
159
 
@@ -1,3 +1,3 @@
1
1
  module Wordnik
2
- VERSION = "4.10"
2
+ VERSION = "4.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordnik
3
3
  version: !ruby/object:Gem::Version
4
- version: '4.10'
4
+ version: '4.11'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -310,7 +310,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
310
310
  version: '0'
311
311
  segments:
312
312
  - 0
313
- hash: 3048713973000593912
313
+ hash: 2965605732452902667
314
314
  required_rubygems_version: !ruby/object:Gem::Requirement
315
315
  none: false
316
316
  requirements:
@@ -319,7 +319,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
319
319
  version: '0'
320
320
  segments:
321
321
  - 0
322
- hash: 3048713973000593912
322
+ hash: 2965605732452902667
323
323
  requirements: []
324
324
  rubyforge_project: wordnik
325
325
  rubygems_version: 1.8.24