mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
merge revision(s) 40048:
fix typo: s/@ca_cert/@cacert/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d04026a9e7
commit
525c60b4cd
2 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@ Li8JsX5yIiuVYaBg/6ha3tOg4TCa5K/3r3tVliRZ2Es=
|
||||||
_EOS_
|
_EOS_
|
||||||
|
|
||||||
@inter_cacert = issue_cert(inter_ca, inter_ca_key, 2, now, now+3600, ca_exts,
|
@inter_cacert = issue_cert(inter_ca, inter_ca_key, 2, now, now+3600, ca_exts,
|
||||||
@ca_cert, TEST_KEY_RSA2048, OpenSSL::Digest::SHA1.new)
|
@cacert, TEST_KEY_RSA2048, OpenSSL::Digest::SHA1.new)
|
||||||
|
|
||||||
exts = [
|
exts = [
|
||||||
["keyUsage","digitalSignature",true],
|
["keyUsage","digitalSignature",true],
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#define RUBY_VERSION "2.0.0"
|
#define RUBY_VERSION "2.0.0"
|
||||||
#define RUBY_RELEASE_DATE "2013-03-27"
|
#define RUBY_RELEASE_DATE "2013-04-03"
|
||||||
#define RUBY_PATCHLEVEL 100
|
#define RUBY_PATCHLEVEL 101
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2013
|
#define RUBY_RELEASE_YEAR 2013
|
||||||
#define RUBY_RELEASE_MONTH 3
|
#define RUBY_RELEASE_MONTH 4
|
||||||
#define RUBY_RELEASE_DAY 27
|
#define RUBY_RELEASE_DAY 3
|
||||||
|
|
||||||
#include "ruby/version.h"
|
#include "ruby/version.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue