instamsg-ruby 0.0.12 → 0.0.121

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.
@@ -108,7 +108,7 @@ module Instamsg
108
108
  return handle_response(response.code.to_i, body)
109
109
  end
110
110
  else
111
- return handle_response("500", "You have not passed file object.)
111
+ return handle_response("500", "You have not passed file object.")
112
112
  end
113
113
  rescue HTTPClient::BadResponseError, HTTPClient::TimeoutError,
114
114
  SocketError, HTTPClient::ReceiveTimeoutError, Errno::ECONNREFUSED => e
@@ -1,3 +1,3 @@
1
1
  module Instamsg
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.121"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instamsg-ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 237
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
9
+ - 121
10
+ version: 0.0.121
11
11
  platform: ruby
12
12
  authors:
13
13
  - Instamsg