1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Don't require rake in gemspec

This can cause breakage when installing via bundler.
This commit is contained in:
Timothée Peignier 2016-01-15 10:53:36 -08:00
parent d8aeb66b4b
commit 138c03770a

View file

@ -3,7 +3,6 @@
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
require "rake"
Gem::Specification.new do |s|
s.name = "awesome_print"