telesms 0.1.5 → 0.1.6

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: b2549dba32a11bb94be27559d778eda5cc9bb1f0
4
- data.tar.gz: b2af52190e40602b4998f27f0d91a484e9a4327d
3
+ metadata.gz: dac622f3334479b47f202156cbecda114641b049
4
+ data.tar.gz: 41a3a9af26f0bb0b803064a8791b4cd1959d7dc9
5
5
  SHA512:
6
- metadata.gz: 8faa2dea8a115632f2ecb87a9ad92666476554adba977bf80321ff098e9accafa8efe34654f383c0cf9428173ee49a9e3fadbf45dc729921f808567bd5b1451b
7
- data.tar.gz: bc405c29956347221853dd2e05d4b5dd60f4eba9c6ff858e61876d20e82bfcd59a479b708b5dcf6642f307764160a0b57917bac207c0e6e1cc1f8b3937e327ff
6
+ metadata.gz: 7d6a07380e48363c46a78e4cc09e577a755a4556b495f01fb9ac1a14c8f6fbc0d8f75013164418cab79f7307cd866741fccc46044ea03f132b5e50ca352fcfe4
7
+ data.tar.gz: 464495b7d3480aee4b5deb52d94b7127fe982d9e35398e6343c63bc1144cd07195a88f0f663d6d82285a2f2fbd2c0610fb80dd1d671486d139ca7ff74627e61b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Version 0.1.6 - 2 March 2016
2
+
3
+ * Add Google FI to list of providers.
4
+
1
5
  # Version 0.1.5 - 18 July 2014
2
6
 
3
7
  * Fix body methods.
data/Gemfile.lock CHANGED
@@ -1,118 +1,139 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- telesms (0.1.4)
5
- mail (~> 2.5)
4
+ telesms (0.1.6)
5
+ mail (~> 2.6.3)
6
6
  rails (> 3.0.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.1.0)
12
- actionpack (= 4.1.0)
13
- actionview (= 4.1.0)
14
- mail (~> 2.5.4)
15
- actionpack (4.1.0)
16
- actionview (= 4.1.0)
17
- activesupport (= 4.1.0)
18
- rack (~> 1.5.2)
11
+ actionmailer (4.2.5.2)
12
+ actionpack (= 4.2.5.2)
13
+ actionview (= 4.2.5.2)
14
+ activejob (= 4.2.5.2)
15
+ mail (~> 2.5, >= 2.5.4)
16
+ rails-dom-testing (~> 1.0, >= 1.0.5)
17
+ actionpack (4.2.5.2)
18
+ actionview (= 4.2.5.2)
19
+ activesupport (= 4.2.5.2)
20
+ rack (~> 1.6)
19
21
  rack-test (~> 0.6.2)
20
- actionview (4.1.0)
21
- activesupport (= 4.1.0)
22
+ rails-dom-testing (~> 1.0, >= 1.0.5)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
+ actionview (4.2.5.2)
25
+ activesupport (= 4.2.5.2)
22
26
  builder (~> 3.1)
23
27
  erubis (~> 2.7.0)
24
- activemodel (4.1.0)
25
- activesupport (= 4.1.0)
28
+ rails-dom-testing (~> 1.0, >= 1.0.5)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
+ activejob (4.2.5.2)
31
+ activesupport (= 4.2.5.2)
32
+ globalid (>= 0.3.0)
33
+ activemodel (4.2.5.2)
34
+ activesupport (= 4.2.5.2)
26
35
  builder (~> 3.1)
27
- activerecord (4.1.0)
28
- activemodel (= 4.1.0)
29
- activesupport (= 4.1.0)
30
- arel (~> 5.0.0)
31
- activesupport (4.1.0)
32
- i18n (~> 0.6, >= 0.6.9)
36
+ activerecord (4.2.5.2)
37
+ activemodel (= 4.2.5.2)
38
+ activesupport (= 4.2.5.2)
39
+ arel (~> 6.0)
40
+ activesupport (4.2.5.2)
41
+ i18n (~> 0.7)
33
42
  json (~> 1.7, >= 1.7.7)
34
43
  minitest (~> 5.1)
35
- thread_safe (~> 0.1)
44
+ thread_safe (~> 0.3, >= 0.3.4)
36
45
  tzinfo (~> 1.1)
37
- arel (5.0.1.20140414130214)
46
+ arel (6.0.3)
38
47
  builder (3.2.2)
48
+ concurrent-ruby (1.0.1)
39
49
  diff-lcs (1.2.5)
40
- docile (1.1.3)
50
+ docile (1.1.5)
41
51
  erubis (2.7.0)
42
- faker (1.3.0)
52
+ faker (1.6.3)
43
53
  i18n (~> 0.5)
44
- hike (1.2.3)
45
- i18n (0.6.9)
46
- json (1.8.1)
47
- mail (2.5.4)
48
- mime-types (~> 1.16)
49
- treetop (~> 1.4.8)
50
- mime-types (1.25.1)
51
- minitest (5.3.2)
52
- multi_json (1.9.2)
53
- polyglot (0.3.5)
54
- rack (1.5.2)
55
- rack-test (0.6.2)
54
+ globalid (0.3.6)
55
+ activesupport (>= 4.1.0)
56
+ i18n (0.7.0)
57
+ json (1.8.3)
58
+ loofah (2.0.3)
59
+ nokogiri (>= 1.5.9)
60
+ mail (2.6.3)
61
+ mime-types (>= 1.16, < 3)
62
+ mime-types (2.99.1)
63
+ mini_portile2 (2.0.0)
64
+ minitest (5.8.4)
65
+ nokogiri (1.6.7.2)
66
+ mini_portile2 (~> 2.0.0.rc2)
67
+ rack (1.6.4)
68
+ rack-test (0.6.3)
56
69
  rack (>= 1.0)
57
- rails (4.1.0)
58
- actionmailer (= 4.1.0)
59
- actionpack (= 4.1.0)
60
- actionview (= 4.1.0)
61
- activemodel (= 4.1.0)
62
- activerecord (= 4.1.0)
63
- activesupport (= 4.1.0)
70
+ rails (4.2.5.2)
71
+ actionmailer (= 4.2.5.2)
72
+ actionpack (= 4.2.5.2)
73
+ actionview (= 4.2.5.2)
74
+ activejob (= 4.2.5.2)
75
+ activemodel (= 4.2.5.2)
76
+ activerecord (= 4.2.5.2)
77
+ activesupport (= 4.2.5.2)
64
78
  bundler (>= 1.3.0, < 2.0)
65
- railties (= 4.1.0)
66
- sprockets-rails (~> 2.0)
67
- railties (4.1.0)
68
- actionpack (= 4.1.0)
69
- activesupport (= 4.1.0)
79
+ railties (= 4.2.5.2)
80
+ sprockets-rails
81
+ rails-deprecated_sanitizer (1.0.3)
82
+ activesupport (>= 4.2.0.alpha)
83
+ rails-dom-testing (1.0.7)
84
+ activesupport (>= 4.2.0.beta, < 5.0)
85
+ nokogiri (~> 1.6.0)
86
+ rails-deprecated_sanitizer (>= 1.0.1)
87
+ rails-html-sanitizer (1.0.3)
88
+ loofah (~> 2.0)
89
+ railties (4.2.5.2)
90
+ actionpack (= 4.2.5.2)
91
+ activesupport (= 4.2.5.2)
70
92
  rake (>= 0.8.7)
71
93
  thor (>= 0.18.1, < 2.0)
72
- rake (10.2.2)
73
- rspec (2.14.1)
74
- rspec-core (~> 2.14.0)
75
- rspec-expectations (~> 2.14.0)
76
- rspec-mocks (~> 2.14.0)
77
- rspec-core (2.14.8)
78
- rspec-expectations (2.14.5)
79
- diff-lcs (>= 1.1.3, < 2.0)
80
- rspec-mocks (2.14.6)
81
- rspec-rails (2.14.2)
82
- actionpack (>= 3.0)
83
- activemodel (>= 3.0)
84
- activesupport (>= 3.0)
85
- railties (>= 3.0)
86
- rspec-core (~> 2.14.0)
87
- rspec-expectations (~> 2.14.0)
88
- rspec-mocks (~> 2.14.0)
94
+ rake (10.5.0)
95
+ rspec (3.4.0)
96
+ rspec-core (~> 3.4.0)
97
+ rspec-expectations (~> 3.4.0)
98
+ rspec-mocks (~> 3.4.0)
99
+ rspec-core (3.4.3)
100
+ rspec-support (~> 3.4.0)
101
+ rspec-expectations (3.4.0)
102
+ diff-lcs (>= 1.2.0, < 2.0)
103
+ rspec-support (~> 3.4.0)
104
+ rspec-mocks (3.4.1)
105
+ diff-lcs (>= 1.2.0, < 2.0)
106
+ rspec-support (~> 3.4.0)
107
+ rspec-rails (3.4.2)
108
+ actionpack (>= 3.0, < 4.3)
109
+ activesupport (>= 3.0, < 4.3)
110
+ railties (>= 3.0, < 4.3)
111
+ rspec-core (~> 3.4.0)
112
+ rspec-expectations (~> 3.4.0)
113
+ rspec-mocks (~> 3.4.0)
114
+ rspec-support (~> 3.4.0)
115
+ rspec-support (3.4.1)
89
116
  shoulda (3.5.0)
90
117
  shoulda-context (~> 1.0, >= 1.0.1)
91
118
  shoulda-matchers (>= 1.4.1, < 3.0)
92
119
  shoulda-context (1.2.1)
93
- shoulda-matchers (2.5.0)
120
+ shoulda-matchers (2.8.0)
94
121
  activesupport (>= 3.0.0)
95
- simplecov (0.8.2)
122
+ simplecov (0.11.2)
96
123
  docile (~> 1.1.0)
97
- multi_json
98
- simplecov-html (~> 0.8.0)
99
- simplecov-html (0.8.0)
100
- sprockets (2.12.0)
101
- hike (~> 1.2)
102
- multi_json (~> 1.0)
103
- rack (~> 1.0)
104
- tilt (~> 1.1, != 1.3.0)
105
- sprockets-rails (2.1.3)
106
- actionpack (>= 3.0)
107
- activesupport (>= 3.0)
108
- sprockets (~> 2.8)
124
+ json (~> 1.8)
125
+ simplecov-html (~> 0.10.0)
126
+ simplecov-html (0.10.0)
127
+ sprockets (3.5.2)
128
+ concurrent-ruby (~> 1.0)
129
+ rack (> 1, < 3)
130
+ sprockets-rails (3.0.3)
131
+ actionpack (>= 4.0)
132
+ activesupport (>= 4.0)
133
+ sprockets (>= 3.0.0)
109
134
  thor (0.19.1)
110
- thread_safe (0.3.3)
111
- tilt (1.4.1)
112
- treetop (1.4.15)
113
- polyglot
114
- polyglot (>= 0.3.1)
115
- tzinfo (1.1.0)
135
+ thread_safe (0.3.5)
136
+ tzinfo (1.2.2)
116
137
  thread_safe (~> 0.1)
117
138
 
118
139
  PLATFORMS
@@ -121,8 +142,8 @@ PLATFORMS
121
142
  DEPENDENCIES
122
143
  bundler (~> 1.3)
123
144
  faker (~> 1.3)
124
- rspec (~> 2.14)
125
- rspec-rails (~> 2.14)
145
+ rspec (~> 3.4.0)
146
+ rspec-rails (~> 3.4.2)
126
147
  shoulda (~> 3.5)
127
148
  simplecov (~> 0.8)
128
149
  telesms!
data/config/gateways.yml CHANGED
@@ -81,6 +81,8 @@
81
81
  :sms: msg.globalstarusa.com
82
82
  'Golden Telecom':
83
83
  :sms: sms.goldentele.com
84
+ 'Google FI':
85
+ :sms: msg.fi.google.com
84
86
  'H2O Wireless':
85
87
  :sms: txt.att.net
86
88
  :mms: mms.att.net
@@ -1,3 +1,3 @@
1
1
  module Telesms
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
data/telesms.gemspec CHANGED
@@ -16,12 +16,12 @@ Gem::Specification.new do |spec|
16
16
  spec.require_paths = ["lib"]
17
17
 
18
18
  spec.add_dependency "rails", "> 3.0.0"
19
- spec.add_dependency "mail", "~> 2.5"
19
+ spec.add_dependency "mail", "~> 2.6.3"
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.3"
22
22
  spec.add_development_dependency "simplecov", "~> 0.8"
23
- spec.add_development_dependency "rspec", "~> 2.14"
24
- spec.add_development_dependency "rspec-rails", "~> 2.14"
23
+ spec.add_development_dependency "rspec", "~> 3.4.0"
24
+ spec.add_development_dependency "rspec-rails", "~> 3.4.2"
25
25
  spec.add_development_dependency "shoulda", "~> 3.5"
26
26
  spec.add_development_dependency "faker", "~> 1.3"
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telesms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Kalinchuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-18 00:00:00.000000000 Z
11
+ date: 2016-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2.5'
33
+ version: 2.6.3
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '2.5'
40
+ version: 2.6.3
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -72,28 +72,28 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '2.14'
75
+ version: 3.4.0
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '2.14'
82
+ version: 3.4.0
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rspec-rails
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '2.14'
89
+ version: 3.4.2
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '2.14'
96
+ version: 3.4.2
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: shoulda
99
99
  requirement: !ruby/object:Gem::Requirement