mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/bigdecimal/depend: Fix dependencies to make bigdecimal
installable by rubygems. * ext/bigdecimal/bigdecimal.gemspec: version 1.2.6. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fe98c98549
commit
4935c13054
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
Fri Dec 19 22:10:00 2014 Kenta Murata <mrkn@cookpad.com>
|
||||
|
||||
* 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@ruby-lang.org>
|
||||
|
||||
* include/ruby/ruby.h (PRIsVALUE): put a space after string
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- ruby -*-
|
||||
_VERSION = "1.2.5"
|
||||
_VERSION = "1.2.6"
|
||||
date = %w$Date:: $[1]
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
|
|
|
@ -7,7 +7,7 @@ bigdecimal.o: $(hdrdir)/ruby/missing.h
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue