Closed ScotterC closed 11 years ago
restarted the build, since it errored out.
Looks like all but rubinius. What do you think about allowing failures there?
Scott Carleton Artsicle, Co-Founder / CTO scott@artsicle.com C. 914 400 5085
On Mon, Jun 3, 2013 at 10:45 AM, James Gifford notifications@github.comwrote:
restarted the build, since it errored out.
— Reply to this email directly or view it on GitHubhttps://github.com/jrgifford/delayed_paperclip/pull/32#issuecomment-18846010 .
I'm ok with allowing failures for rbx.
The main fix is adding the queue column to DelayedJob's testing table. DelayedJob 3.0.4 requires it otherwise it will silently rase an
unknown attribute :queue
error when enqueuing it.I also removed duplication of the dependencies and loosened the paperclip version requirement to better reflect the gemspec's intentions.