gupshup 0.2.2 → 0.2.3

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/gupshup.rb +1 -1
  2. metadata +2 -2
@@ -50,7 +50,7 @@ module Gupshup
50
50
  puts "API call '#{opts[:method]}' failed: #{resp}"
51
51
  return false, resp
52
52
  end
53
- return true, nil
53
+ return true, resp
54
54
  else
55
55
  return false, "HTTP Error : #{res}"
56
56
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 3
9
+ version: 0.2.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nilesh Trivedi