diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-26 18:12:01 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-31 13:00:11 +0100 |
commit | 09796e648984bbc12242feedd9c895b97196adb5 (patch) | |
tree | 8317f2c8e0258ffd48cba372d6f837cca48b05b4 /dev-ruby/best_in_place | |
parent | dev-ruby/actionview: remove unused patches. (diff) | |
download | gentoo-09796e648984bbc12242feedd9c895b97196adb5.tar.gz gentoo-09796e648984bbc12242feedd9c895b97196adb5.tar.bz2 gentoo-09796e648984bbc12242feedd9c895b97196adb5.zip |
dev-ruby/best_in_place: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/2417
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-ruby/best_in_place')
-rw-r--r-- | dev-ruby/best_in_place/files/best_in_place-1.1.0-kramdown.patch | 35 |
1 files changed, 0 insertions, 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 33ae5e0b9a68..000000000000 --- 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 |