[logaling-commit] logaling/logaling-command at 1c9c40c [master] Use Rainbow 2.0.0 or later

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 15 13:11:18 JST 2015


Kouhei Sutou	2015-01-15 13:11:18 +0900 (Thu, 15 Jan 2015)

  New Revision: 1c9c40cfa129f168359190def171ce225a4b56dc
  https://github.com/logaling/logaling-command/commit/1c9c40cfa129f168359190def171ce225a4b56dc

  Message:
    Use Rainbow 2.0.0 or later
    
    GitHub: fix #98
    
    Reported by Masanori Kado. Thanks!!!

  Modified files:
    lib/logaling/command/application.rb
    logaling-command.gemspec

  Modified: lib/logaling/command/application.rb (+2 -1)
===================================================================
--- lib/logaling/command/application.rb    2014-10-08 23:10:33 +0900 (e1a2620)
+++ lib/logaling/command/application.rb    2015-01-15 13:11:18 +0900 (ec90d7d)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
 #
+# Copyright (C) 2015  Kouhei Sutou <kou****@clear*****>
 # Copyright (C) 2011  Miho SUZUKI
 #
 # This program is free software: you can redistribute it and/or modify
@@ -16,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 require 'thor'
-require 'rainbow'
+require 'rainbow/ext/string'
 require 'pathname'
 require "logaling/repository"
 require "logaling/project"

  Modified: logaling-command.gemspec (+1 -1)
===================================================================
--- logaling-command.gemspec    2014-10-08 23:10:33 +0900 (850b881)
+++ logaling-command.gemspec    2015-01-15 13:11:18 +0900 (df70bea)
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
   s.add_runtime_dependency 'thor', ['>= 0.14.6']
   s.add_runtime_dependency 'bundler', ['>= 1.0']
   s.add_runtime_dependency 'rroonga', ['>= 2.1.0']
-  s.add_runtime_dependency 'rainbow'
+  s.add_runtime_dependency 'rainbow', ['>= 2.0.0']
   s.add_runtime_dependency 'nokogiri'
   s.add_runtime_dependency 'activesupport'
 
-------------- next part --------------
An HTML attachment was scrubbed...
Télécharger 



More information about the logaling-commit mailing list
Back to archive index