Samuel Cochran
0021a2909c
We don't need no support
2016-04-23 15:53:56 +08:00
Samuel Cochran
cff07b758c
Make sure rack doesn't go 2.0
2016-02-04 10:46:47 +11:00
Samuel Cochran
f80a80ea9c
Exclude activesupport 5 pre-releases
2016-01-31 22:28:33 +11:00
Samuel Cochran
4d7429c127
Revert "Relax thin and skinny restriction"
...
This reverts commit e6283f590b
.
Thin 1.6 breaks mailcatcher exiting correctly.
2016-01-18 14:47:49 +11:00
Samuel Cochran
e6283f590b
Relax thin and skinny restriction
...
MailCatcher uses only public Thin API so should be okay, while Skinny
can take care of more intricate version dependencies.
2016-01-18 14:42:30 +11:00
Samuel Cochran
79e023ef58
Bump to eventmachine 1.0.9.1
2016-01-15 17:12:53 +11:00
Samuel Cochran
134a99c9c1
Make sure rubygem requires ruby > 1.9.3
2015-12-14 13:59:27 +11:00
Samuel Cochran
d32b8465ba
Make eventmachine requirement explicit
2015-12-14 13:57:20 +11:00
Daniel O'Connor
9eabbd331b
Fix #210 by upgrading eventmachine to a version with https://github.com/eventmachine/eventmachine/pull/586 applied
2015-12-14 12:49:36 +10:30
Samuel Cochran
8e77cde268
Dammit eventmachine
2015-02-04 09:43:51 +11:00
Samuel Cochran
5b3781b44c
Un-exclude eventmachine 1.0.4
2015-01-29 21:44:56 +11:00
Samuel Cochran
7533eb4317
eventmachine 1.0.4 doesn't play nice
2015-01-28 08:01:30 +11:00
Samuel Cochran
6ec409bfcb
Remove haml
2015-01-17 15:03:00 +11:00
Samuel Cochran
e3e7dec757
Load all of ActiveSupport
...
ActiveSupport has weird load order problems when loading only the
core extensions now.
For instance, active_support/core_ext/numeric/conversions.rb now
loads active_support/number_helper which needs
ActiveSupport::Autoload but doesn't require it, so causes a missing
constant error in MailCatcher.
Also tightening up the version constraint because I can't guarantee
backward compatibility now.
2014-06-05 21:27:47 +10:00
Emil Sågfors
d661bd35bf
Include all 4.x versions of activesupport in dependency
2014-05-28 19:49:15 +03:00
Samuel Cochran
8c5c8a51bb
Use sprockets-helpers during development
2014-03-26 12:33:38 +11:00
Samuel Cochran
c3f6979314
Basic but ugly acceptance specs with selenium
2014-03-21 14:36:54 +11:00
Samuel Cochran
77212c3e98
Beginnings of specs
2014-03-21 11:58:44 +11:00
Samuel Cochran
8f5a5b59ce
Use compressors when precompiling assets
2014-03-21 10:30:01 +11:00
Samuel Cochran
0398d2d6a3
Switch to sprockets for assets
2014-03-17 19:06:32 +11:00
Samuel Cochran
7cc20ce471
Don't guarantee we'll work on HAML 4.1+
2013-07-18 11:40:48 +10:00
Samuel Cochran
f8df981d96
Allow activesupport ~> 4.0.0
...
Closes #98 (didn't want to update Gemfile.lock so extensively)
2013-07-18 11:39:34 +10:00
Samuel Cochran
37f55300ff
Add gem license
2013-03-12 10:21:23 +11:00
Samuel Cochran
6605fc266f
Upgrade Haml, bowing to the will of the masses
2013-03-12 10:11:11 +11:00
Samuel Cochran
15ebba22a5
Bump dependencies
2012-09-30 18:43:25 +08:00
Samuel Cochran
85ce6f49d1
Be more strict about thin and skinny deps
2012-09-12 10:22:59 +08:00
Samuel Cochran
502dad4493
Bump eventmachine, amonst other things
2012-09-10 22:02:07 +08:00
Samuel Cochran
5f05ea0d5d
Re-add favicon to gem manifest
2012-07-25 11:13:41 +08:00
Samuel Cochran
c920bad92f
Use bundler-style version file
2012-07-25 11:13:02 +08:00
Samuel Cochran
8a69d92fca
Bump skinny requirement [ fixes #41 ]
2012-07-10 15:51:19 +08:00
Ryan Montgomery
a9e46c1d55
Fractal Analysis Output
...
* Added analysis.xsl to transform the fractal validation xml into html which is injected into the analysis iframe. This allowed for easier styling of the returned xml data.
* Added xslt query plugin to fetch and transform the xml
* Styled the output in a similar manner to the Fractal website
2011-12-11 16:59:30 -05:00
Samuel Cochran
bbcd792a03
Make mailcatcher aware of its version.
2011-10-09 16:50:17 +08:00
Samuel Cochran
08ab0c5f69
Update Skinny dependency
2011-10-09 15:44:58 +08:00
Samuel Cochran
93a31fd62b
Merge branch 'add-missing-dev-dependencies' of https://github.com/schmidt/mailcatcher
2011-10-08 00:26:36 +08:00
Gregor Schmidt
2379603d16
Adding rake and rdoc to list of dev dependencies
2011-10-07 17:29:43 +02:00
Samuel Cochran
c3a3bb1880
Update homepage.
2011-09-13 05:43:40 +08:00
Samuel Cochran
9a914ddfd0
Images need to go in the gemspec. -.-
2011-06-24 08:32:33 +08:00
Samuel Cochran
0e8ac1c5a2
Remove JSON as a dependency, we let ActiveSupport worry about that.
2011-06-10 12:26:18 +08:00
Samuel Cochran
72a761c198
Refactoring with compass, hooray!
2011-06-01 00:40:13 +08:00
Samuel Cochran
a9d884859b
Add coffee-script.
2011-05-29 14:46:28 +08:00
Samuel Cochran
531a5c07f6
Add catchmail, a sendmail-analogue for deliverying to MailCatcher via SMTP.
2011-05-29 12:40:14 +08:00
Samuel Cochran
63dce8410e
Let's get SASSy.
2011-05-28 14:21:11 +08:00
Samuel Cochran
ef7c6828ab
Add ruby version requirement like a good gem.
2011-05-28 13:44:30 +08:00
Samuel Cochran
cbf6a77b5d
Who needs Jeweler?
2011-05-27 12:16:48 +08:00
Samuel Cochran
bb2dcba797
Regenerate gemspec for version 0.2.4
2011-05-10 11:32:38 +08:00
Samuel Cochran
8db4f674f4
Split into modules, updated style a little, switched to Jeweler, added EventMachine Channel and Skinny WebSockets for no-refresh mail notification, got rid of Sunshowers.
2010-10-28 03:12:26 +08:00
Samuel Cochran
04e727a8cd
Bundler can f*#k right off, it is being a pain.
2010-10-26 16:37:11 +08:00
Samuel Cochran
d9953fc771
Include Gemfile in bundle, might help.
2010-10-26 16:08:27 +08:00
Samuel Cochran
9bd4356633
Version bump.
2010-10-25 23:33:40 +08:00
Samuel Cochran
f6d40ebaa6
Forgot to include haml in dependencies. >.<
2010-10-25 23:33:35 +08:00