File: disable-radius.patch

package info (click to toggle)
ruby-tilt 2.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 692 kB
  • sloc: ruby: 4,535; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Disable requirement of radius gem which is not yet packaged
Author: Pirate Praveen <praveen@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Gemfile
+++ b/Gemfile
@@ -40,7 +40,7 @@
   gem 'creole'
   gem 'kramdown'
   gem 'rdoc'
-  gem 'radius'
+  # gem 'radius'
   gem 'asciidoctor', '>= 0.1.0'
   gem 'liquid'
   gem 'maruku'