freebsd-ports/www/rubygem-smashing/files/patch-gemspec
Sunpoet Po-Chuan Hsieh 619f7d603f Add rubygem-smashing 1.1.0
Smashing, the spiritual successor to Dashing, is a Sinatra-based framework that
lets you build excellent dashboards. You write a bit of ruby code to gather data
from some services and let Smashing handle the rest - displaying that data in a
wonderfully simple layout. Built for developers and hackers, Smashing is highly
customizable while maintaining humble roots that make it approachable to
beginners.

WWW: https://smashing.github.io/
WWW: https://github.com/Smashing/smashing
2018-01-09 15:40:27 +00:00

11 lines
668 B
Text

--- smashing.gemspec.orig 2017-12-27 15:59:19 UTC
+++ smashing.gemspec
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<sinatra-contrib>.freeze, ["~> 2.0.0"])
s.add_runtime_dependency(%q<thin>.freeze, ["~> 1.7.0"])
s.add_runtime_dependency(%q<rufus-scheduler>.freeze, ["~> 3.4.2"])
- s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.19.4"])
+ s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.19", ">= 0.19.4"])
s.add_runtime_dependency(%q<sprockets>.freeze, ["~> 3.7.1"])
s.add_runtime_dependency(%q<rack>.freeze, ["~> 2.0.0"])
s.add_development_dependency(%q<rake>.freeze, ["~> 12.0.0"])