webmail_provider 0.9.1 → 0.9.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/webmail_provider.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0dfb2e5ee8468f484787a3d51809791d04c12266
4
- data.tar.gz: a2d92445baf58ac2521dcd92d9fb45a334275dea
3
+ metadata.gz: 85eab34cbe1993892096640775b955b240f9a01e
4
+ data.tar.gz: 9279d479bd7feb2e997081b98034b85e92bba9f3
5
5
  SHA512:
6
- metadata.gz: 709cf2095c95b97033793a3fbc1777f2df42a9d295890c44f8069abdd54aba3c1695d1247b496a112e510526e6069a4d528da2b80ce6a8446bb5ee99c94f3f3d
7
- data.tar.gz: e27fdee206385ea40974ab21230dd212d8a0021708bf1cb6a6d950b5994d6a52ef7bc5954279aabf9ca02f0d0a09404ee447f115009267eaab99cce6a0e8bb60
6
+ metadata.gz: bcc3e79491f6762eedc939138dc28965a537fc9547ec8c77068457f92210d80d5aba2baa56a66f3bd3d0fa8ea3bd6bf35477f16173df02dfbce89a881002527f
7
+ data.tar.gz: 63c57466c702505ec135fcf79cdd6778b1564344bc77677f3c878fbd56704b7de6a30a3cd461fb8ccd67b5409974669b43b8d6716752820ce6519f1d5d969660
@@ -10,7 +10,7 @@ class WebmailProvider
10
10
  end
11
11
 
12
12
  def self.for(email_address)
13
- domain = email_address && email_address.split('@').last.strip
13
+ domain = email_address && email_address.split('@').last.to_s.strip
14
14
  list[domain]
15
15
  end
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webmail_provider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janosch Müller