[Groonga-commit] groonga/groonga-log at 5617c07 [master] Fix gemspec namespace

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Sep 26 16:42:01 JST 2017


Kentaro Hayashi	2017-09-26 16:42:01 +0900 (Tue, 26 Sep 2017)

  New Revision: 5617c0747d5ee70fd8e9ab470621104e8eaed23d
  https://github.com/groonga/groonga-log/commit/5617c0747d5ee70fd8e9ab470621104e8eaed23d

  Merged ab8830c: Merge pull request #4 from kenhys/extract-parser-from-f-p-g-l

  Message:
    Fix gemspec namespace

  Modified files:
    groonga-log.gemspec

  Modified: groonga-log.gemspec (+2 -2)
===================================================================
--- groonga-log.gemspec    2017-09-26 16:37:15 +0900 (89c4ff3)
+++ groonga-log.gemspec    2017-09-26 16:42:01 +0900 (8f2efa3)
@@ -18,7 +18,7 @@
 
 lib = File.expand_path('../lib', __FILE__)
 $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require 'groonga/log/version'
+require 'groonga-log/version'
 
 clean_white_space = lambda do |entry|
   entry.gsub(/(\A\n+|\n+\z)/, '') + "\n"
@@ -26,7 +26,7 @@ end
 
 Gem::Specification.new do |spec|
   spec.name          = "groonga-log"
-  spec.version       = Groonga::Log::VERSION
+  spec.version       = GroongaLog::VERSION
 
   spec.authors       = ["Horimoto Yasuhiro"]
   spec.email         = ["horimoto �� clear-code.com"]
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170926/b35e28ca/attachment.htm 



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