easypost 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. data/lib/easypost.rb +2 -0
  2. metadata +1 -1
data/lib/easypost.rb CHANGED
@@ -41,6 +41,7 @@ module EasyPost
41
41
  @response = Typhoeus::Request.get(url, params)
42
42
  puts "EasyPost Response Body: "
43
43
  puts @response.body
44
+ puts "End of Body"
44
45
  return EasyPost.symbolize_keys_recursive(JSON.parse(@response.body))
45
46
  end
46
47
 
@@ -49,6 +50,7 @@ module EasyPost
49
50
  @response = Typhoeus::Request.post(url, params)
50
51
  puts "EasyPost Response Body: "
51
52
  puts @response.body
53
+ puts "End of Body"
52
54
  return EasyPost.symbolize_keys_recursive(JSON.parse(@response.body))
53
55
  end
54
56
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easypost
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: