wufoo_party 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/wufoo_party.rb +5 -3
  2. metadata +4 -4
@@ -31,8 +31,10 @@ module HTTParty
31
31
  info[:path])
32
32
  end
33
33
 
34
- options[:body].each do |field_name, value|
35
- io_objects[field_name] = value
34
+ if options[:body]
35
+ options[:body].each do |field_name, value|
36
+ io_objects[field_name] = value
37
+ end
36
38
  end
37
39
 
38
40
  @raw_request = http_method.new(uri.request_uri,
@@ -72,7 +74,7 @@ class WufooParty
72
74
  include HTTParty
73
75
  format :json
74
76
 
75
- VERSION = '1.0.0'
77
+ VERSION = '1.0.1'
76
78
 
77
79
  # Represents a general error connecting to the Wufoo service
78
80
  class ConnectionError < RuntimeError; end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wufoo_party
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Morgan
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-29 00:00:00 -05:00
18
+ date: 2010-08-30 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency