harleytt-gvoice-ruby 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,9 +68,9 @@ module GvoiceRuby
68
68
 
69
69
  if show_details
70
70
  logger.info "Sending sms..."
71
- logger.info "\tTo: #{options[:phone_number]}"
72
- logger.info "\tBody: #{options[:text]}"
73
- logger.info "\tSent at: #{Time.now}\n"
71
+ logger.info " To: #{options[:phone_number]}"
72
+ logger.info " Body: #{options[:text]}"
73
+ logger.info " At: #{Time.now}"
74
74
  end
75
75
 
76
76
  post(options, fields)
@@ -1,4 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module GvoiceRuby
3
- VERSION = "0.3.3"
4
- end
3
+ VERSION = "0.3.4"
4
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harleytt-gvoice-ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 3
10
- version: 0.3.3
9
+ - 4
10
+ version: 0.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Keith Gautreaux