sms_safe 1.0.1 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f4a3822f12f7a4fd73e6a1863f8908beeb8d48e
4
- data.tar.gz: 626f0e5724741f6a52d00b943430457ef115ae6d
3
+ metadata.gz: cd03310c3aedb904559040275d4a87f2e91269f4
4
+ data.tar.gz: 54757c8fddb7fd6f82d68a5a81b581922b03e717
5
5
  SHA512:
6
- metadata.gz: dc8fe5e5674322da1829c34c625afe6ae1d45652a460661b9059b713c7622847e1f235c466db9c7e28207eb61eff18eae5dfc71843e6f69837f2a98a50e5f4c6
7
- data.tar.gz: 55896810f5b6f6bd710bfb547940adee307a9342c70bcccb0b0c15be83cb4e024f506cbeb67ef64c7cfce3d4e9b9abef2b0e6e0ff902ae88388ba15260c3368b
6
+ metadata.gz: 66a89be57d6b11b69ef13c8324bc59de347f0068ae2dfa39b6c9ef82a38dc5e2ded7a7cf24269060d559355c0c83eea86861f1a2b78b2e3774a5114d53bdf23e
7
+ data.tar.gz: 9b073b3d20f78297d693d64bf65473dd6feedb3aa7fc873c38c5e015c1f059dec6874fd075aceb9381958213673306a40f531eded5885af861709a86a917259f
data/Gemfile CHANGED
@@ -2,5 +2,3 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in sms_safe.gemspec
4
4
  gemspec
5
-
6
- gem 'action_texter', '0.2.0', :git => 'git://github.com/mstycom/action_texter.git'
data/README.md CHANGED
@@ -154,6 +154,9 @@ This gem is being used by:
154
154
 
155
155
  ## Changelog
156
156
 
157
+ ### Version 1.0.2 (Jan 28th, 2015)
158
+ - Changed dependency to action_texter to point to official gem again, now it's been updated.
159
+
157
160
  ### Version 1.0.1 (Jan 2nd, 2015)
158
161
  - Made emails work automagically with either Mail or ActionMailer
159
162
 
@@ -2,7 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "action_texter", "0.2.0", :git => "git://github.com/mstycom/action_texter.git"
6
5
  gem "activesupport", "3.1.12"
7
6
  gem "actionmailer", "3.1.12"
8
7
  gem "mail", "2.4.4"
@@ -1,9 +1,3 @@
1
- GIT
2
- remote: git://github.com/mstycom/action_texter.git
3
- revision: f9126d9755bcbb13fe09a5449417390bbda82c8f
4
- specs:
5
- action_texter (0.2.0)
6
-
7
1
  PATH
8
2
  remote: ../
9
3
  specs:
@@ -13,6 +7,7 @@ PATH
13
7
  GEM
14
8
  remote: https://rubygems.org/
15
9
  specs:
10
+ action_texter (0.2.0)
16
11
  actionmailer (3.1.12)
17
12
  actionpack (= 3.1.12)
18
13
  mail (~> 2.4.4)
@@ -114,7 +109,7 @@ PLATFORMS
114
109
  ruby
115
110
 
116
111
  DEPENDENCIES
117
- action_texter (= 0.2.0)!
112
+ action_texter
118
113
  actionmailer (= 3.1.12)
119
114
  activesupport (= 3.1.12)
120
115
  appraisal
@@ -2,7 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "action_texter", "0.2.0", :git => "git://github.com/mstycom/action_texter.git"
6
5
  gem "activesupport", "3.2.13"
7
6
  gem "actionmailer", "3.2.13"
8
7
  gem "mail", "2.5.3"
@@ -1,9 +1,3 @@
1
- GIT
2
- remote: git://github.com/mstycom/action_texter.git
3
- revision: f9126d9755bcbb13fe09a5449417390bbda82c8f
4
- specs:
5
- action_texter (0.2.0)
6
-
7
1
  PATH
8
2
  remote: ../
9
3
  specs:
@@ -13,6 +7,7 @@ PATH
13
7
  GEM
14
8
  remote: https://rubygems.org/
15
9
  specs:
10
+ action_texter (0.2.0)
16
11
  actionmailer (3.2.13)
17
12
  actionpack (= 3.2.13)
18
13
  mail (~> 2.5.3)
@@ -113,7 +108,7 @@ PLATFORMS
113
108
  ruby
114
109
 
115
110
  DEPENDENCIES
116
- action_texter (= 0.2.0)!
111
+ action_texter
117
112
  actionmailer (= 3.2.13)
118
113
  activesupport (= 3.2.13)
119
114
  appraisal
@@ -2,7 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "action_texter", "0.2.0", :git => "git://github.com/mstycom/action_texter.git"
6
5
  gem "mail", "2.5.4"
7
6
 
8
7
  gemspec :path => "../"
@@ -1,9 +1,3 @@
1
- GIT
2
- remote: git://github.com/mstycom/action_texter.git
3
- revision: 75dea6a6dffe3e69082f1e2b50403f0e6c567119
4
- specs:
5
- action_texter (0.2.0)
6
-
7
1
  PATH
8
2
  remote: ../
9
3
  specs:
@@ -13,6 +7,7 @@ PATH
13
7
  GEM
14
8
  remote: https://rubygems.org/
15
9
  specs:
10
+ action_texter (0.2.0)
16
11
  actionmailer (4.2.0)
17
12
  actionpack (= 4.2.0)
18
13
  actionview (= 4.2.0)
@@ -47,7 +42,7 @@ GEM
47
42
  rake
48
43
  thor (>= 0.14.0)
49
44
  builder (3.2.2)
50
- codeclimate-test-reporter (0.4.3)
45
+ codeclimate-test-reporter (0.4.4)
51
46
  simplecov (>= 0.7.1, < 1.0.0)
52
47
  coveralls (0.7.1)
53
48
  multi_json (~> 1.3)
@@ -118,6 +113,183 @@ GEM
118
113
  tins (1.3.3)
119
114
  treetop (1.4.15)
120
115
  polyglot
116
+ polyglot
117
+ polyglot
118
+ polyglot
119
+ polyglot
120
+ polyglot
121
+ polyglot
122
+ polyglot
123
+ polyglot
124
+ polyglot
125
+ polyglot
126
+ polyglot
127
+ polyglot
128
+ polyglot
129
+ polyglot
130
+ polyglot
131
+ polyglot
132
+ polyglot (>= 0.3.1)
133
+ polyglot (>= 0.3.1)
134
+ polyglot (>= 0.3.1)
135
+ polyglot (>= 0.3.1)
136
+ polyglot (>= 0.3.1)
137
+ polyglot (>= 0.3.1)
138
+ polyglot (>= 0.3.1)
139
+ polyglot (>= 0.3.1)
140
+ polyglot (>= 0.3.1)
141
+ polyglot (>= 0.3.1)
142
+ polyglot (>= 0.3.1)
143
+ polyglot (>= 0.3.1)
144
+ polyglot (>= 0.3.1)
145
+ polyglot (>= 0.3.1)
146
+ polyglot (>= 0.3.1)
147
+ polyglot (>= 0.3.1)
148
+ polyglot (>= 0.3.1)
149
+ polyglot (>= 0.3.1)
150
+ polyglot (>= 0.3.1)
151
+ polyglot (>= 0.3.1)
152
+ polyglot (>= 0.3.1)
153
+ polyglot (>= 0.3.1)
154
+ polyglot (>= 0.3.1)
155
+ polyglot (>= 0.3.1)
156
+ polyglot (>= 0.3.1)
157
+ polyglot (>= 0.3.1)
158
+ polyglot (>= 0.3.1)
159
+ polyglot (>= 0.3.1)
160
+ polyglot (>= 0.3.1)
161
+ polyglot (>= 0.3.1)
162
+ polyglot (>= 0.3.1)
163
+ polyglot (>= 0.3.1)
164
+ polyglot (>= 0.3.1)
165
+ polyglot (>= 0.3.1)
166
+ polyglot (>= 0.3.1)
167
+ polyglot (>= 0.3.1)
168
+ polyglot (>= 0.3.1)
169
+ polyglot (>= 0.3.1)
170
+ polyglot (>= 0.3.1)
171
+ polyglot (>= 0.3.1)
172
+ polyglot (>= 0.3.1)
173
+ polyglot (>= 0.3.1)
174
+ polyglot (>= 0.3.1)
175
+ polyglot (>= 0.3.1)
176
+ polyglot (>= 0.3.1)
177
+ polyglot (>= 0.3.1)
178
+ polyglot (>= 0.3.1)
179
+ polyglot (>= 0.3.1)
180
+ polyglot (>= 0.3.1)
181
+ polyglot (>= 0.3.1)
182
+ polyglot (>= 0.3.1)
183
+ polyglot (>= 0.3.1)
184
+ polyglot (>= 0.3.1)
185
+ polyglot (>= 0.3.1)
186
+ polyglot (>= 0.3.1)
187
+ polyglot (>= 0.3.1)
188
+ polyglot (>= 0.3.1)
189
+ polyglot (>= 0.3.1)
190
+ polyglot (>= 0.3.1)
191
+ polyglot (>= 0.3.1)
192
+ polyglot (>= 0.3.1)
193
+ polyglot (>= 0.3.1)
194
+ polyglot (>= 0.3.1)
195
+ polyglot (>= 0.3.1)
196
+ polyglot (>= 0.3.1)
197
+ polyglot (>= 0.3.1)
198
+ polyglot (>= 0.3.1)
199
+ polyglot (>= 0.3.1)
200
+ polyglot (>= 0.3.1)
201
+ polyglot (>= 0.3.1)
202
+ polyglot (>= 0.3.1)
203
+ polyglot (>= 0.3.1)
204
+ polyglot (>= 0.3.1)
205
+ polyglot (>= 0.3.1)
206
+ polyglot (>= 0.3.1)
207
+ polyglot (>= 0.3.1)
208
+ polyglot (>= 0.3.1)
209
+ polyglot (>= 0.3.1)
210
+ polyglot (>= 0.3.1)
211
+ polyglot (>= 0.3.1)
212
+ polyglot (>= 0.3.1)
213
+ polyglot (>= 0.3.1)
214
+ polyglot (>= 0.3.1)
215
+ polyglot (>= 0.3.1)
216
+ polyglot (>= 0.3.1)
217
+ polyglot (>= 0.3.1)
218
+ polyglot (>= 0.3.1)
219
+ polyglot (>= 0.3.1)
220
+ polyglot (>= 0.3.1)
221
+ polyglot (>= 0.3.1)
222
+ polyglot (>= 0.3.1)
223
+ polyglot (>= 0.3.1)
224
+ polyglot (>= 0.3.1)
225
+ polyglot (>= 0.3.1)
226
+ polyglot (>= 0.3.1)
227
+ polyglot (>= 0.3.1)
228
+ polyglot (>= 0.3.1)
229
+ polyglot (>= 0.3.1)
230
+ polyglot (>= 0.3.1)
231
+ polyglot (>= 0.3.1)
232
+ polyglot (>= 0.3.1)
233
+ polyglot (>= 0.3.1)
234
+ polyglot (>= 0.3.1)
235
+ polyglot (>= 0.3.1)
236
+ polyglot (>= 0.3.1)
237
+ polyglot (>= 0.3.1)
238
+ polyglot (>= 0.3.1)
239
+ polyglot (>= 0.3.1)
240
+ polyglot (>= 0.3.1)
241
+ polyglot (>= 0.3.1)
242
+ polyglot (>= 0.3.1)
243
+ polyglot (>= 0.3.1)
244
+ polyglot (>= 0.3.1)
245
+ polyglot (>= 0.3.1)
246
+ polyglot (>= 0.3.1)
247
+ polyglot (>= 0.3.1)
248
+ polyglot (>= 0.3.1)
249
+ polyglot (>= 0.3.1)
250
+ polyglot (>= 0.3.1)
251
+ polyglot (>= 0.3.1)
252
+ polyglot (>= 0.3.1)
253
+ polyglot (>= 0.3.1)
254
+ polyglot (>= 0.3.1)
255
+ polyglot (>= 0.3.1)
256
+ polyglot (>= 0.3.1)
257
+ polyglot (>= 0.3.1)
258
+ polyglot (>= 0.3.1)
259
+ polyglot (>= 0.3.1)
260
+ polyglot (>= 0.3.1)
261
+ polyglot (>= 0.3.1)
262
+ polyglot (>= 0.3.1)
263
+ polyglot (>= 0.3.1)
264
+ polyglot (>= 0.3.1)
265
+ polyglot (>= 0.3.1)
266
+ polyglot (>= 0.3.1)
267
+ polyglot (>= 0.3.1)
268
+ polyglot (>= 0.3.1)
269
+ polyglot (>= 0.3.1)
270
+ polyglot (>= 0.3.1)
271
+ polyglot (>= 0.3.1)
272
+ polyglot (>= 0.3.1)
273
+ polyglot (>= 0.3.1)
274
+ polyglot (>= 0.3.1)
275
+ polyglot (>= 0.3.1)
276
+ polyglot (>= 0.3.1)
277
+ polyglot (>= 0.3.1)
278
+ polyglot (>= 0.3.1)
279
+ polyglot (>= 0.3.1)
280
+ polyglot (>= 0.3.1)
281
+ polyglot (>= 0.3.1)
282
+ polyglot (>= 0.3.1)
283
+ polyglot (>= 0.3.1)
284
+ polyglot (>= 0.3.1)
285
+ polyglot (>= 0.3.1)
286
+ polyglot (>= 0.3.1)
287
+ polyglot (>= 0.3.1)
288
+ polyglot (>= 0.3.1)
289
+ polyglot (>= 0.3.1)
290
+ polyglot (>= 0.3.1)
291
+ polyglot (>= 0.3.1)
292
+ polyglot (>= 0.3.1)
121
293
  polyglot (>= 0.3.1)
122
294
  twilio-ruby (3.14.2)
123
295
  builder (>= 2.1.2)
@@ -130,7 +302,7 @@ PLATFORMS
130
302
  ruby
131
303
 
132
304
  DEPENDENCIES
133
- action_texter (= 0.2.0)!
305
+ action_texter
134
306
  actionmailer
135
307
  appraisal
136
308
  bundler
@@ -2,7 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "action_texter", "0.2.0", :git => "git://github.com/mstycom/action_texter.git"
6
5
  gem "mail", "2.6.1"
7
6
 
8
7
  gemspec :path => "../"
@@ -1,9 +1,3 @@
1
- GIT
2
- remote: git://github.com/mstycom/action_texter.git
3
- revision: 75dea6a6dffe3e69082f1e2b50403f0e6c567119
4
- specs:
5
- action_texter (0.2.0)
6
-
7
1
  PATH
8
2
  remote: ../
9
3
  specs:
@@ -13,6 +7,7 @@ PATH
13
7
  GEM
14
8
  remote: https://rubygems.org/
15
9
  specs:
10
+ action_texter (0.2.0)
16
11
  actionmailer (4.2.0)
17
12
  actionpack (= 4.2.0)
18
13
  actionview (= 4.2.0)
@@ -47,7 +42,7 @@ GEM
47
42
  rake
48
43
  thor (>= 0.14.0)
49
44
  builder (3.2.2)
50
- codeclimate-test-reporter (0.4.3)
45
+ codeclimate-test-reporter (0.4.4)
51
46
  simplecov (>= 0.7.1, < 1.0.0)
52
47
  coveralls (0.7.1)
53
48
  multi_json (~> 1.3)
@@ -125,7 +120,7 @@ PLATFORMS
125
120
  ruby
126
121
 
127
122
  DEPENDENCIES
128
- action_texter (= 0.2.0)!
123
+ action_texter
129
124
  actionmailer
130
125
  appraisal
131
126
  bundler
@@ -2,7 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "action_texter", "0.2.0", :git => "git://github.com/mstycom/action_texter.git"
6
5
  gem "mail", "2.6.3"
7
6
 
8
7
  gemspec :path => "../"
@@ -1,9 +1,3 @@
1
- GIT
2
- remote: git://github.com/mstycom/action_texter.git
3
- revision: 75dea6a6dffe3e69082f1e2b50403f0e6c567119
4
- specs:
5
- action_texter (0.2.0)
6
-
7
1
  PATH
8
2
  remote: ../
9
3
  specs:
@@ -13,6 +7,7 @@ PATH
13
7
  GEM
14
8
  remote: https://rubygems.org/
15
9
  specs:
10
+ action_texter (0.2.0)
16
11
  actionmailer (4.2.0)
17
12
  actionpack (= 4.2.0)
18
13
  actionview (= 4.2.0)
@@ -47,7 +42,7 @@ GEM
47
42
  rake
48
43
  thor (>= 0.14.0)
49
44
  builder (3.2.2)
50
- codeclimate-test-reporter (0.4.3)
45
+ codeclimate-test-reporter (0.4.4)
51
46
  simplecov (>= 0.7.1, < 1.0.0)
52
47
  coveralls (0.7.1)
53
48
  multi_json (~> 1.3)
@@ -125,7 +120,7 @@ PLATFORMS
125
120
  ruby
126
121
 
127
122
  DEPENDENCIES
128
- action_texter (= 0.2.0)!
123
+ action_texter
129
124
  actionmailer
130
125
  appraisal
131
126
  bundler
@@ -1,3 +1,3 @@
1
1
  module SmsSafe
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -4,7 +4,7 @@ require "sms_safe/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'sms_safe'
7
- s.version = '1.0.1'
7
+ s.version = SmsSafe::VERSION
8
8
  s.summary = "Keep your SMS messages from escaping into the wild during development."
9
9
  s.description = %q{SmsSafe provides a safety net while you're developing an application that uses ActionTexter
10
10
  or other gems to send SMS. It keeps SMS messages from escaping into the wild.
@@ -2,8 +2,13 @@ require "rubygems"
2
2
 
3
3
  require "simplecov"
4
4
  require "coveralls"
5
+ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
6
+ SimpleCov::Formatter::HTMLFormatter,
7
+ Coveralls::SimpleCov::Formatter
8
+ ]
5
9
  SimpleCov.start do
6
10
  add_filter "/test/"
11
+ add_filter "/gemfiles/vendor"
7
12
  end
8
13
 
9
14
  require "codeclimate-test-reporter"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sms_safe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Magliola
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-02 00:00:00.000000000 Z
11
+ date: 2015-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mail
@@ -288,7 +288,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
288
288
  version: '0'
289
289
  requirements: []
290
290
  rubyforge_project:
291
- rubygems_version: 2.4.3
291
+ rubygems_version: 2.4.5
292
292
  signing_key:
293
293
  specification_version: 4
294
294
  summary: Keep your SMS messages from escaping into the wild during development.
@@ -299,4 +299,3 @@ test_files:
299
299
  - test/interceptors/nexmo_test.rb
300
300
  - test/interceptors/twilio_test.rb
301
301
  - test/test_helper.rb
302
- has_rdoc: