[DRE-commits] [ruby-kramdown] 03/03: Update debian/changelog

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Jul 31 12:05:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-kramdown.

commit 55c4b84fbcf27605f911361164da408d2f990791
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Jul 31 21:04:21 2014 +0900

    Update debian/changelog
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/changelog                 | 7 +++++++
 lib/kramdown/utils/unidecoder.rb | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d3320df..62fa135 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-kramdown (1.4.0-1) unstable; urgency=medium
+
+  * Imported Upstream version 1.4.0
+  * Change copyright: upstream change GPL-3 -> MIT/X11
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Thu, 31 Jul 2014 21:04:02 +0900
+
 ruby-kramdown (1.3.3-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/lib/kramdown/utils/unidecoder.rb b/lib/kramdown/utils/unidecoder.rb
index 56777da..0b7b1ca 100644
--- a/lib/kramdown/utils/unidecoder.rb
+++ b/lib/kramdown/utils/unidecoder.rb
@@ -15,7 +15,7 @@ module Kramdown
     # Provides the ability to tranliterate Unicode strings into plain ASCII ones.
     module Unidecoder
 
-      gem 'stringex' if defined?(Gem)
+      require 'stringex'
       path = $:.find {|dir| File.directory?(File.join(File.expand_path(dir), "stringex", "unidecoder_data"))}
 
       if RUBY_VERSION <= '1.8.6' || !path

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-kramdown.git



More information about the Pkg-ruby-extras-commits mailing list