Skip to content

Commit f16f813

Browse files
author
Dan Croak
committed
Open source under @croaky
We decided this won't be a thoughtbot project.
1 parent 1330a96 commit f16f813

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2013 thoughtbot, inc.
3+
Copyright (c) 2013 Dan Croak
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
RecipientInterceptor
22
====================
33

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)
66

77
Use RecipientInterceptor when you don't want your Ruby program to accidentally
88
send emails to addresses other than those on a whitelist which you configure.
@@ -28,17 +28,11 @@ Command line:
2828
Credits
2929
-------
3030

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.
3733

3834
License
3935
-------
4036

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
4238
redistributed under the terms specified in the `LICENSE` file.
43-
44-
The names and logos for thoughtbot are trademarks of thoughtbot, inc.

recipient_interceptor.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Gem::Specification.new do |s|
22
s.name = 'recipient_interceptor'
3-
s.version = '0.1.0'
3+
s.version = '0.1.1'
44
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'
77
s.summary = 'Intercept recipients when delivering email with the Mail gem.'
88
s.description = <<-eos
99
Use RecipientInterceptor when you don't want your Ruby program to

0 commit comments

Comments
 (0)