[前][次][番号順一覧][スレッド一覧]

ruby-changes:36815

From: mrkn <ko1@a...>
Date: Fri, 19 Dec 2014 22:15:35 +0900 (JST)
Subject: [ruby-changes:36815] mrkn:r48896 (trunk): * ext/bigdecimal/depend: Fix dependencies to make bigdecimal

mrkn	2014-12-19 22:15:28 +0900 (Fri, 19 Dec 2014)

  New Revision: 48896

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48896

  Log:
    * ext/bigdecimal/depend: Fix dependencies to make bigdecimal
      installable by rubygems.
    
    * ext/bigdecimal/bigdecimal.gemspec: version 1.2.6.

  Modified files:
    trunk/ChangeLog
    trunk/ext/bigdecimal/bigdecimal.gemspec
    trunk/ext/bigdecimal/depend
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48895)
+++ ChangeLog	(revision 48896)
@@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Dec 19 22:10:00 2014  Kenta Murata  <mrkn@c...>
+
+	* ext/bigdecimal/depend: Fix dependencies to make bigdecimal
+	  installable by rubygems.
+
+	* ext/bigdecimal/bigdecimal.gemspec: version 1.2.6.
+
 Fri Dec 19 20:00:19 2014  Nobuyoshi Nakada  <nobu@r...>
 
 	* include/ruby/ruby.h (PRIsVALUE): put a space after string
Index: ext/bigdecimal/depend
===================================================================
--- ext/bigdecimal/depend	(revision 48895)
+++ ext/bigdecimal/depend	(revision 48896)
@@ -7,7 +7,7 @@ bigdecimal.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/depend#L7
 bigdecimal.o: $(hdrdir)/ruby/st.h
 bigdecimal.o: $(hdrdir)/ruby/subst.h
 bigdecimal.o: $(hdrdir)/ruby/util.h
-bigdecimal.o: $(top_srcdir)/include/ruby/ruby.h
+bigdecimal.o: $(hdrdir)/ruby/ruby.h
 bigdecimal.o: bigdecimal.c
 bigdecimal.o: bigdecimal.h
 # AUTOGENERATED DEPENDENCIES END
Index: ext/bigdecimal/bigdecimal.gemspec
===================================================================
--- ext/bigdecimal/bigdecimal.gemspec	(revision 48895)
+++ ext/bigdecimal/bigdecimal.gemspec	(revision 48896)
@@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.gemspec#L1
 # -*- ruby -*-
-_VERSION = "1.2.5"
+_VERSION = "1.2.6"
 date = %w$Date::                           $[1]
 
 Gem::Specification.new do |s|

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]