File tree 3 files changed +9
-15
lines changed
3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2013 thoughtbot, inc.
3
+ Copyright (c) 2013 Dan Croak
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
RecipientInterceptor
2
2
====================
3
3
4
- [ ![ Build Status] ( https://secure.travis-ci.org/thoughtbot /recipient_interceptor.png )] ( http://travis-ci.org/thoughtbot /recipient_interceptor?branch=master )
5
- [ ![ Code Quality] ( https://codeclimate.com/badge.png )] ( https://codeclimate.com/github/thoughtbot /recipient_interceptor )
4
+ [ ![ Build Status] ( https://secure.travis-ci.org/croaky /recipient_interceptor.png )] ( http://travis-ci.org/croaky /recipient_interceptor?branch=master )
5
+ [ ![ Code Quality] ( https://codeclimate.com/badge.png )] ( https://codeclimate.com/github/croaky /recipient_interceptor )
6
6
7
7
Use RecipientInterceptor when you don't want your Ruby program to accidentally
8
8
send emails to addresses other than those on a whitelist which you configure.
@@ -28,17 +28,11 @@ Command line:
28
28
Credits
29
29
-------
30
30
31
- ![ thoughtbot] ( http://thoughtbot.com/images/tm/logo.png )
32
-
33
- RecipientInterceptor is maintained by
34
- [ thoughtbot, inc] ( http://thoughtbot.com/community ) and
35
- [ contributors] ( /thoughtbot/recipient_interceptor/contributors ) like you.
36
- Thank you!
31
+ RecipientInterceptor is maintained by Dan Croak and
32
+ [ contributors] ( /croaky/recipient_interceptor/contributors ) like you.
37
33
38
34
License
39
35
-------
40
36
41
- RecipientInterceptor is © 2013 thoughtbot . It is free software, and may be
37
+ RecipientInterceptor is © 2013 Dan Croak . It is free software, and may be
42
38
redistributed under the terms specified in the ` LICENSE ` file.
43
-
44
- The names and logos for thoughtbot are trademarks of thoughtbot, inc.
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'recipient_interceptor'
3
- s . version = '0.1.0 '
3
+ s . version = '0.1.1 '
4
4
s . authors = [ 'Dan Croak' ]
5
- s . email = 'support @thoughtbot.com'
6
- s . homepage = 'http://github.com/thoughtbot /recipient_interceptor'
5
+ s . email = 'dan @thoughtbot.com'
6
+ s . homepage = 'http://github.com/croaky /recipient_interceptor'
7
7
s . summary = 'Intercept recipients when delivering email with the Mail gem.'
8
8
s . description = <<-eos
9
9
Use RecipientInterceptor when you don't want your Ruby program to
You can’t perform that action at this time.
0 commit comments