smspilot 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ module Smspilot
21
21
 
22
22
  conn.response :json
23
23
  conn.response :mashify
24
- conn.response :logger
24
+ conn.response :logger, logger
25
25
 
26
26
  conn.adapter(adapter)
27
27
  end
@@ -11,6 +11,7 @@ module Smspilot
11
11
  begin
12
12
  response = connection.post do |req|
13
13
  req.body = json_body
14
+ logger.info("--------\n" + req.body)
14
15
  end
15
16
 
16
17
  response_error = (response.status == 200) ? Smspilot::Error::WrongStatusError : nil
@@ -1,3 +1,3 @@
1
1
  module Smspilot
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smspilot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-06 00:00:00.000000000 Z
12
+ date: 2012-08-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday