sms-client 0.0.2 → 0.0.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.
data/lib/sms-client.rb CHANGED
@@ -33,7 +33,7 @@ module SMS
33
33
  info = Crack::XML.parse(r)["status"]["info"] rescue nil
34
34
  puts "code:#{code} info:#{info}"
35
35
  rescue Exception => e
36
- raise e.response
36
+ Rails.logger.info e.response
37
37
  end
38
38
 
39
39
  end
@@ -1,5 +1,5 @@
1
1
  module SMS
2
2
  module Client
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sms-client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nathan Clark
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-13 00:00:00 Z
13
+ date: 2012-03-14 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec