[Groonga-commit] ranguba/rroonga at e46ae7c [master] windows: support Ruby 2.5

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 30 16:06:49 JST 2018


Kouhei Sutou	2018-01-30 16:06:49 +0900 (Tue, 30 Jan 2018)

  New Revision: e46ae7c5dc5846c043ca8cc46b883ea83909a462
  https://github.com/ranguba/rroonga/commit/e46ae7c5dc5846c043ca8cc46b883ea83909a462

  Message:
    windows: support Ruby 2.5

  Modified files:
    Rakefile
    rroonga.gemspec

  Modified: Rakefile (+2 -2)
===================================================================
--- Rakefile    2018-01-30 16:04:37 +0900 (058a2eff)
+++ Rakefile    2018-01-30 16:06:49 +0900 (b749eb5d)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8; mode: ruby -*-
 #
-# Copyright (C) 2009-2016  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2009-2018  Kouhei Sutou <kou �� clear-code.com>
 # Copyright (C) 2017  Masafumi Yokoyama <yokoyama �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
@@ -158,7 +158,7 @@ windows_architectures = [:x86, :x64]
 
 namespace :build do
   namespace :windows do
-    ruby_versions = "2.1.6:2.2.2:2.3.0:2.4.0"
+    ruby_versions = "2.1.6:2.2.2:2.3.0:2.4.0:2.5.0"
 
     windows_architectures.each do |architecture|
       desc "Build gem for Windows #{architecture}"

  Modified: rroonga.gemspec (+1 -1)
===================================================================
--- rroonga.gemspec    2018-01-30 16:04:37 +0900 (58744ad9)
+++ rroonga.gemspec    2018-01-30 16:06:49 +0900 (60457d61)
@@ -89,7 +89,7 @@ Gem::Specification.new do |s|
   s.add_development_dependency("test-unit", [">= 3.0.0"])
   s.add_development_dependency("rake")
   s.add_development_dependency("rake-compiler", [">= 0.9.5"])
-  s.add_development_dependency("rake-compiler-dock", [">= 0.6.0"])
+  s.add_development_dependency("rake-compiler-dock", [">= 0.6.2"])
   s.add_development_dependency("bundler")
   s.add_development_dependency("yard")
   s.add_development_dependency("packnga", [">= 1.0.0"])
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180130/32193075/attachment.htm 



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