Floppy-amee 2.0.8 → 2.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -294,7 +294,7 @@ module AMEE
294
294
  post_data = ({:ProfileItems => items}).to_xml(:root => "ProfileCategory", :skip_types => true, :skip_nil => true)
295
295
  end
296
296
  # Post to category
297
- response = connection.raw_post(category_path, post_data)
297
+ response = connection.raw_post(category_path, post_data).body
298
298
  # Send back a category object containing all the created items
299
299
  AMEE::Profile::Category.parse(connection, response)
300
300
  end
@@ -331,7 +331,7 @@ module AMEE
331
331
  put_data = ({:ProfileItems => items}).to_xml(:root => "ProfileCategory", :skip_types => true, :skip_nil => true)
332
332
  end
333
333
  # Post to category
334
- response = connection.raw_put(category_path, put_data)
334
+ response = connection.raw_put(category_path, put_data).body
335
335
  # Send back a category object containing all the created items
336
336
  AMEE::Profile::Category.parse(connection, response)
337
337
  end
data/lib/amee/version.rb CHANGED
@@ -3,7 +3,7 @@ module AMEE
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 2
5
5
  MINOR = 0
6
- TINY = 8
6
+ TINY = 9
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Floppy-amee
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.8
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Smith