smess 1.0.8 → 1.0.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e43522058e88d678e2dfc1950c3abc100457b123
4
- data.tar.gz: 114ce708228435e06f8da3f62405877fd6c0b1c6
3
+ metadata.gz: 2ac490866b3ea8a00af1169cb66f1da5c1ae65f1
4
+ data.tar.gz: b16c43a27cfb533813f7bc55ce4da5e305e0657c
5
5
  SHA512:
6
- metadata.gz: 6813cd1f8dea998497b14e527d438efbc283bee6e39698c840171363c8323cd867774c63c9885c57d43b355d5e9256a5ec45de4046dcf57d40fee90e07eafd54
7
- data.tar.gz: b699a58178b493fdca4a369d40aa721741cf05633538b63ce4f816b4e464504db8e2aaf48783da15b31be030f0df85b0a6300e05b961b3c5758700f4e884d193
6
+ metadata.gz: d4c33c4fdf10d001fd364246db31d2f73cd9aca4f9a4cc95e5bbd8d5ced5d9684cd0c895d798bb4049e6f33ffc586321b36d0e27edd1bcac1118154f2f2e85b5
7
+ data.tar.gz: 78dbf74d46831d45caf01ab91692a4d8d7ad244010d81ac27a555ad591defd815d6eadc5020a40855da9495538d6da8db8784e41b17aa297bf658a04d1cd8eae
@@ -27,6 +27,7 @@ module Smess
27
27
  "212" => :card_board_fish, # Morocco
28
28
  "33" => :global_mouth, # France
29
29
  "34" => :global_mouth, # Spain
30
+ "44" => :global_mouth, # Great Britain
30
31
  "46" => :global_mouth, # Sweden
31
32
  "49" => :global_mouth, # Germany
32
33
  "966" => :global_mouth, # Saudi Arabia
data/lib/smess/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Smess
2
- VERSION = '1.0.8'
2
+ VERSION = '1.0.9'
3
3
  end
data/lib/smess.rb CHANGED
@@ -31,7 +31,7 @@ module Smess
31
31
 
32
32
  # Move to config?
33
33
  OUTPUTS = %w{auto card_board_fish clickatell etisalatdemo global_mouth iconectiv mblox ipxus smsglobal twilio}
34
- COUNTRY_CODES = [1, 20, 212, 33, 34, 46, 49, 966, 971]
34
+ COUNTRY_CODES = [1, 20, 212, 33, 34, 44, 46, 49, 966, 971]
35
35
 
36
36
  def self.new(*args)
37
37
  Sms.new(*args)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smess
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Westin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-09 00:00:00.000000000 Z
11
+ date: 2015-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec