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.
- data/lib/instamsg/request.rb +1 -1
- data/lib/instamsg/version.rb +1 -1
- metadata +3 -3
data/lib/instamsg/request.rb
CHANGED
|
@@ -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
|
data/lib/instamsg/version.rb
CHANGED
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:
|
|
4
|
+
hash: 237
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 121
|
|
10
|
+
version: 0.0.121
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Instamsg
|