[Groonga-commit] groonga/groonga [master] rpm: remove needless ruby package dependency

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 4日 (水) 21:40:10 JST


Kouhei Sutou	2012-04-04 21:40:10 +0900 (Wed, 04 Apr 2012)

  New Revision: 8e7d3885c5c8fb164b7fd65285be048d98bd6253

  Log:
    rpm: remove needless ruby package dependency
    
    fixes #1330
    
    Suugested by IWAI, Masaharu. Thanks!!!

  Modified files:
    examples/dictionary/edict/edict2grn.rb
    examples/dictionary/eijiro/eijiro2grn.rb
    examples/dictionary/gene95/gene2grn.rb
    examples/dictionary/jmdict/jmdict.rb

  Modified: examples/dictionary/edict/edict2grn.rb (+1 -1)
===================================================================
--- examples/dictionary/edict/edict2grn.rb    2012-04-04 21:29:41 +0900 (3fe23f6)
+++ examples/dictionary/edict/edict2grn.rb    2012-04-04 21:40:10 +0900 (55a5cb4)
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
 # -*- coding: utf-8 -*-
 
 $KCODE = 'u'

  Modified: examples/dictionary/eijiro/eijiro2grn.rb (+1 -1)
===================================================================
--- examples/dictionary/eijiro/eijiro2grn.rb    2012-04-04 21:29:41 +0900 (e72f8d2)
+++ examples/dictionary/eijiro/eijiro2grn.rb    2012-04-04 21:40:10 +0900 (62c1e13)
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
 # -*- coding: utf-8 -*-
 
 $KCODE = 'u'

  Modified: examples/dictionary/gene95/gene2grn.rb (+1 -1)
===================================================================
--- examples/dictionary/gene95/gene2grn.rb    2012-04-04 21:29:41 +0900 (f7741ad)
+++ examples/dictionary/gene95/gene2grn.rb    2012-04-04 21:40:10 +0900 (0d10cfd)
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
 # -*- coding: utf-8 -*-
 
 $KCODE = 'u'

  Modified: examples/dictionary/jmdict/jmdict.rb (+1 -1)
===================================================================
--- examples/dictionary/jmdict/jmdict.rb    2012-04-04 21:29:41 +0900 (dab0e7f)
+++ examples/dictionary/jmdict/jmdict.rb    2012-04-04 21:40:10 +0900 (bf89267)
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
 # -*- coding: utf-8 -*-
 
 require 'rexml/document'




Groonga-commit メーリングリストの案内
Back to archive index