commit:     09796e648984bbc12242feedd9c895b97196adb5
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Mon Sep 26 16:12:01 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 12:00:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09796e64

dev-ruby/best_in_place: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2417

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../files/best_in_place-1.1.0-kramdown.patch       | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/dev-ruby/best_in_place/files/best_in_place-1.1.0-kramdown.patch 
b/dev-ruby/best_in_place/files/best_in_place-1.1.0-kramdown.patch
deleted file mode 100644
index 33ae5e0..00000000
--- a/dev-ruby/best_in_place/files/best_in_place-1.1.0-kramdown.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/Gemfile b/Gemfile
-index 7ae9d6a..5858f12 100644
---- a/Gemfile
-+++ b/Gemfile
-@@ -5,4 +5,4 @@ gemspec
- 
- gem 'sqlite3'
- gem 'jquery-rails'
--gem 'rdiscount'
-+gem 'kramdown'
-diff --git a/test_app/Gemfile b/test_app/Gemfile
-index 6d53037..32676b2 100644
---- a/test_app/Gemfile
-+++ b/test_app/Gemfile
-@@ -7,7 +7,7 @@ gem 'best_in_place', :path => ".."
- 
- gem 'jquery-rails'
- 
--gem 'rdiscount'
-+gem 'kramdown'
- 
- group :assets do
-   gem 'sass-rails',   '~> 3.2.3'
-diff --git a/test_app/app/models/user.rb b/test_app/app/models/user.rb
-index 604f5ba..7cc9248 100644
---- a/test_app/app/models/user.rb
-+++ b/test_app/app/models/user.rb
-@@ -19,6 +19,6 @@ class User < ActiveRecord::Base
-   end
- 
-   def markdown_desc
--    RDiscount.new(description).to_html.html_safe
-+    Kramdown::Document.new(description).to_html.html_safe
-   end
- end

Reply via email to