{"id":705,"date":"2012-12-06T00:59:56","date_gmt":"2012-12-05T15:59:56","guid":{"rendered":"http:\/\/higherhope.net\/?p=705"},"modified":"2013-04-29T00:34:59","modified_gmt":"2013-04-28T15:34:59","slug":"centos6%e3%81%abruby1-9%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%97%e3%81%9f%e3%80%82","status":"publish","type":"post","link":"https:\/\/higherhope.net\/?p=705","title":{"rendered":"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002"},"content":{"rendered":"<p>centos\u306eyum\u3067\u5165\u3063\u3066\u304f\u308bruby\u306f1.8\u7cfb\u3068\u53e4\u3044<br \/>\n\u4eca\u56de\u306f1.9\u7cfb\u3092\u5165\u308c\u308b\u5fc5\u8981\u304c\u3042\u3063\u305f\u306e\u3067rpm\u3092\u30d3\u30eb\u30c9\u3057\u3066ruby\u3092\u5165\u308c\u306a\u304a\u3057\u307e\u3057\u305f\u3002<\/p>\n<p>\u307e\u305a\u306f\u3001\u53e4\u3044ruby\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<br \/>\n<code># yum remove ruby<br \/>\nDependencies Resolved<br \/>\n================================================================================<br \/>\n Package           Arch          Version                     Repository    Size<br \/>\n================================================================================<br \/>\nRemoving:<br \/>\n ruby              x86_64        1.8.7.352-7.el6_2           @base        1.8 M<br \/>\nRemoving for dependencies:<br \/>\n munin             noarch        2.0.8-1.el6                 @epel        510 k<br \/>\n munin-node        noarch        2.0.8-1.el6                 @epel        1.3 M<\/code><br \/>\nmunin\u307e\u3067\u6d88\u3048\u3061\u3083\u3046\u306e\u306f\u56f0\u308a\u307e\u3059\u30fb\u30fb\u30fb\u3002<br \/>\nyum\u3060\u3068\u4f9d\u5b58\u95a2\u4fc2\u306e\u6709\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u3082\u6d88\u3048\u3061\u3083\u3046\u306e\u3067rpm\u30b3\u30de\u30f3\u30c9\u3067nodeps\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4ed8\u3051\u3066\u3092\u4f7f\u3044\u307e\u3059\u3002<br \/>\n<code># rpm -e --nodeps ruby<br \/>\n# rpm -q ruby<br \/>\n\u30d1\u30c3\u30b1\u30fc\u30b8 ruby \u306f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u305b\u3093<\/code><br \/>\nruby\u3060\u3051\u6d88\u3048\u307e\u3057\u305f\u3002<\/p>\n<p>\u6b21\u306bRPM\u3092\u30d3\u30eb\u30c9\u3059\u308b\u70ba\u306e\u6e96\u5099\u3067\u3059\u3002<br \/>\n<!--more--><br \/>\n\u30d3\u30eb\u30c9\u306f\u4e00\u822c\u30e6\u30fc\u30b6\u30fc\u3067\u3084\u3089\u306a\u3044\u3068\u826f\u304f\u306a\u3044\u4e8b\u304c\u304a\u304d\u307e\u3059\u306e\u3067\u4e00\u822c\u30e6\u30fc\u30b6\u306bsu\u3057\u307e\u3059\u3002<br \/>\n\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4e00\u6c17\u306b\u4f5c\u308a<\/p>\n<p><code>$ mkdir -p $HOME\/rpm\/{BUILD,RPMS,SOURCES,SPECS,SRPMS}<br \/>\nrpmmacros\u3067\u5909\u6570\u3092\u5b9a\u7fa9\u3057\u3066<br \/>\n$ echo \"%_topdir $HOME\/rpm\" > $HOME\/.rpmmacros<\/code><\/p>\n<p>\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u6765\u308b\u7537\u9054\u304c\u4f5c\u308a\u4e0a\u3052\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u30fb\u30b9\u30da\u30c3\u30af\u30d5\u30a1\u30a4\u30eb\u3092\u914d\u7f6e<br \/>\n<code>$ cd rpm\/SOURCES\/<br \/>\n$ wget http:\/\/ftp.ruby-lang.org\/pub\/ruby\/1.9\/ruby-1.9.3-p194.tar.gz<br \/>\n$cd ..\/SPECS\/<br \/>\n$wget https:\/\/raw.github.com\/imeyer\/ruby-1.9.3-rpm\/master\/ruby19.spec<\/code><\/p>\n<p>\u4e00\u7b87\u6240\u4fee\u6b63<br \/>\n<code>$ vim ruby19.spec<\/code><\/p>\n<p>p327\u306e\u3068\u3053\u308d\u3092p194\u306b<\/p>\n<p>\u30d3\u30eb\u30c9\u958b\u59cb<br \/>\n<code>$ rpmbuild -bb ruby19.spec<br \/>\n\u30a8\u30e9\u30fc: \u30d3\u30eb\u30c9\u4f9d\u5b58\u6027\u306e\u5931\u6557:<br \/>\n        libyaml-devel \u306f ruby-1.9.3p194-1.el6.x86_64 \u306b\u5fc5\u8981\u3068\u3055\u308c\u3066\u3044\u307e\u3059<br \/>\n        readline-devel \u306f ruby-1.9.3p194-1.el6.x86_64 \u306b\u5fc5\u8981\u3068\u3055\u308c\u3066\u3044\u307e\u3059<br \/>\n        ncurses-devel \u306f ruby-1.9.3p194-1.el6.x86_64 \u306b\u5fc5\u8981\u3068\u3055\u308c\u3066\u3044\u307e\u3059<br \/>\n        gdbm-devel \u306f ruby-1.9.3p194-1.el6.x86_64 \u306b\u5fc5\u8981\u3068\u3055\u308c\u3066\u3044\u307e\u3059<br \/>\n        tcl-devel \u306f ruby-1.9.3p194-1.el6.x86_64 \u306b\u5fc5\u8981\u3068\u3055\u308c\u3066\u3044\u307e\u3059<br \/>\n        openssl-devel \u306f ruby-1.9.3p194-1.el6.x86_64 \u306b\u5fc5\u8981\u3068\u3055\u308c\u3066\u3044\u307e\u3059<br \/>\n        db4-devel \u306f ruby-1.9.3p194-1.el6.x86_64 \u306b\u5fc5\u8981\u3068\u3055\u308c\u3066\u3044\u307e\u3059<br \/>\n        libffi-devel \u306f ruby-1.9.3p194-1.el6.x86_64 \u306b\u5fc5\u8981\u3068\u3055\u308c\u3066\u3044\u307e\u3059<\/code><br \/>\n\u4f9d\u5b58\u95a2\u4fc2\u3067\u8d77\u3053\u3089\u308c\u307e\u304f\u308b\u306e\u3067\u5165\u308c\u308b\u3002<\/p>\n<p><code># yum install libyaml-devel gdbm-devel tcl-devel db4-devel<br \/>\n# yum --enablerep=epel install  libyaml-devel<\/code><br \/>\nlibyaml-devel\u306fepel\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u4f7f\u308f\u306a\u3044\u3068\u5165\u308a\u307e\u305b\u3093\u3002<br \/>\n\u518d\u5ea6\u30d3\u30eb\u30c9<br \/>\n<code>$ rpmbuild -bb ruby19.spec<\/code><br \/>\n\u5f85\u3064\u3053\u3068\u3057\u3070\u3057\u30fb\u30fb\u30fb<br \/>\n\u7d42\u308f\u308b\u3068rpm\u304c\u51fa\u6765\u3066\u307e\u3057\u305f\u3002<br \/>\n<code>$ ls -l RPMS\/x86_64\/ruby-*<br \/>\n-rw-rw-r-- 1 hoge hoge 25897764 12\u6708  5 11:32 2012 RPMS\/x86_64\/ruby-1.9.3p194-1.el6.x86_64.rpm<\/code><\/p>\n<p>root\u306b\u623b\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<\/p>\n<p><code># rpm -i ruby-1.9.3p194-1.el6.x86_64.rpm --test<br \/>\n# rpm -ivh ruby-1.9.3p194-1.el6.x86_64.rpm<br \/>\n# rpm -qi ruby<br \/>\nName        : ruby                         Relocations: (not relocatable)<br \/>\nVersion     : 1.9.3p194                         Vendor: (none)<br \/>\nRelease     : 1.el6                         Build Date: 2012\u5e7412\u670805\u65e5 11\u664231\u520648\u79d2<br \/>\nInstall Date: 2012\u5e7412\u670805\u65e5 11\u664247\u520625\u79d2      Build Host: base.crimsonimpact.net<br \/>\nGroup       : Development\/Languages         Source RPM: ruby-1.9.3p194-1.el6.src.rpm<br \/>\nSize        : 226955593                        License: Ruby License\/GPL - see COPYING<br \/>\nSignature   : (none)<br \/>\nURL         : http:\/\/www.ruby-lang.org\/<br \/>\nSummary     : An interpreter of object-oriented scripting language<br \/>\nDescription :<br \/>\nRuby is the interpreted scripting language for quick and easy<br \/>\nobject-oriented programming.  It has many features to process text<br \/>\nfiles and to do system management tasks (as in Perl).  It is simple,<br \/>\nstraight-forward, and extensible.<br \/>\n# ruby -v<br \/>\nruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]<\/code><br \/>\n\u30d0\u30fc\u30b8\u30e7\u30f3\u78ba\u8a8d\u3057\u3066ruby1.9\u7cfb\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3057\u305f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>centos\u306eyum\u3067\u5165\u3063\u3066\u304f\u308bruby\u306f1.8\u7cfb\u3068\u53e4\u3044 \u4eca\u56de\u306f1.9\u7cfb\u3092\u5165\u308c\u308b\u5fc5\u8981\u304c\u3042\u3063\u305f\u306e\u3067rpm\u3092\u30d3\u30eb\u30c9\u3057\u3066ruby\u3092\u5165\u308c\u306a\u304a\u3057\u307e\u3057\u305f\u3002 \u307e\u305a\u306f\u3001\u53e4\u3044ruby\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb # yum remove ruby &#8230; <a class=\"continue-reading-link\" href=\"https:\/\/higherhope.net\/?p=705\"> Continue reading <span class=\"meta-nav\">&rarr; <\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,13],"tags":[43,166],"class_list":["post-705","post","type-post","status-publish","format-standard","hentry","category-linux","category-13","tag-centos","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/higherhope.net\/?p=705\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"og:description\" content=\"centos\u306eyum\u3067\u5165\u3063\u3066\u304f\u308bruby\u306f1.8\u7cfb\u3068\u53e4\u3044 \u4eca\u56de\u306f1.9\u7cfb\u3092\u5165\u308c\u308b\u5fc5\u8981\u304c\u3042\u3063\u305f\u306e\u3067rpm\u3092\u30d3\u30eb\u30c9\u3057\u3066ruby\u3092\u5165\u308c\u306a\u304a\u3057\u307e\u3057\u305f\u3002 \u307e\u305a\u306f\u3001\u53e4\u3044ruby\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb # yum remove ruby ... Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/higherhope.net\/?p=705\" \/>\n<meta property=\"og:site_name\" content=\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"article:published_time\" content=\"2012-12-05T15:59:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-04-28T15:34:59+00:00\" \/>\n<meta name=\"author\" content=\"higherhope\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:site\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"higherhope\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/higherhope.net\/?p=705#article\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/?p=705\"},\"author\":{\"name\":\"higherhope\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"headline\":\"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002\",\"datePublished\":\"2012-12-05T15:59:56+00:00\",\"dateModified\":\"2013-04-28T15:34:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/higherhope.net\/?p=705\"},\"wordCount\":22,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"keywords\":[\"centos\",\"linux\"],\"articleSection\":[\"linux\",\"\u30b3\u30de\u30f3\u30c9\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/higherhope.net\/?p=705#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/higherhope.net\/?p=705\",\"url\":\"https:\/\/higherhope.net\/?p=705\",\"name\":\"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/#website\"},\"datePublished\":\"2012-12-05T15:59:56+00:00\",\"dateModified\":\"2013-04-28T15:34:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/higherhope.net\/?p=705#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/higherhope.net\/?p=705\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/higherhope.net\/?p=705#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/higherhope.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/higherhope.net\/#website\",\"url\":\"https:\/\/higherhope.net\/\",\"name\":\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"description\":\"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002\",\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/higherhope.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\",\"name\":\"higherhope\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"contentUrl\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"width\":700,\"height\":394,\"caption\":\"higherhope\"},\"logo\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/higherhope5963\"],\"url\":\"https:\/\/higherhope.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/higherhope.net\/?p=705","og_locale":"ja_JP","og_type":"article","og_title":"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","og_description":"centos\u306eyum\u3067\u5165\u3063\u3066\u304f\u308bruby\u306f1.8\u7cfb\u3068\u53e4\u3044 \u4eca\u56de\u306f1.9\u7cfb\u3092\u5165\u308c\u308b\u5fc5\u8981\u304c\u3042\u3063\u305f\u306e\u3067rpm\u3092\u30d3\u30eb\u30c9\u3057\u3066ruby\u3092\u5165\u308c\u306a\u304a\u3057\u307e\u3057\u305f\u3002 \u307e\u305a\u306f\u3001\u53e4\u3044ruby\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb # yum remove ruby ... Continue reading &rarr;","og_url":"https:\/\/higherhope.net\/?p=705","og_site_name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","article_published_time":"2012-12-05T15:59:56+00:00","article_modified_time":"2013-04-28T15:34:59+00:00","author":"higherhope","twitter_card":"summary_large_image","twitter_creator":"@higherhope5963","twitter_site":"@higherhope5963","twitter_misc":{"\u57f7\u7b46\u8005":"higherhope","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/higherhope.net\/?p=705#article","isPartOf":{"@id":"https:\/\/higherhope.net\/?p=705"},"author":{"name":"higherhope","@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"headline":"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002","datePublished":"2012-12-05T15:59:56+00:00","dateModified":"2013-04-28T15:34:59+00:00","mainEntityOfPage":{"@id":"https:\/\/higherhope.net\/?p=705"},"wordCount":22,"commentCount":0,"publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"keywords":["centos","linux"],"articleSection":["linux","\u30b3\u30de\u30f3\u30c9"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/higherhope.net\/?p=705#respond"]}]},{"@type":"WebPage","@id":"https:\/\/higherhope.net\/?p=705","url":"https:\/\/higherhope.net\/?p=705","name":"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","isPartOf":{"@id":"https:\/\/higherhope.net\/#website"},"datePublished":"2012-12-05T15:59:56+00:00","dateModified":"2013-04-28T15:34:59+00:00","breadcrumb":{"@id":"https:\/\/higherhope.net\/?p=705#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/higherhope.net\/?p=705"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/higherhope.net\/?p=705#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/higherhope.net\/"},{"@type":"ListItem","position":2,"name":"centos6\u306bruby1.9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3002"}]},{"@type":"WebSite","@id":"https:\/\/higherhope.net\/#website","url":"https:\/\/higherhope.net\/","name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","description":"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002","publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/higherhope.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af","name":"higherhope","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/","url":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","contentUrl":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","width":700,"height":394,"caption":"higherhope"},"logo":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/x.com\/higherhope5963"],"url":"https:\/\/higherhope.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/705","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=705"}],"version-history":[{"count":17,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/705\/revisions"}],"predecessor-version":[{"id":1109,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/705\/revisions\/1109"}],"wp:attachment":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=705"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=705"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}