mirror of
https://github.com/ruby/ruby.git
synced 2025-08-28 15:36:16 +02:00
parent
c0f162caab
commit
f4443f3b1c
4 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "yarp"
|
spec.name = "yarp"
|
||||||
spec.version = "0.10.0"
|
spec.version = "0.11.0"
|
||||||
spec.authors = ["Shopify"]
|
spec.authors = ["Shopify"]
|
||||||
spec.email = ["ruby@shopify.com"]
|
spec.email = ["ruby@shopify.com"]
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef YARP_EXT_NODE_H
|
#ifndef YARP_EXT_NODE_H
|
||||||
#define YARP_EXT_NODE_H
|
#define YARP_EXT_NODE_H
|
||||||
|
|
||||||
#define EXPECTED_YARP_VERSION "0.10.0"
|
#define EXPECTED_YARP_VERSION "0.11.0"
|
||||||
|
|
||||||
#include <ruby.h>
|
#include <ruby.h>
|
||||||
#include <ruby/encoding.h>
|
#include <ruby/encoding.h>
|
||||||
|
|
|
@ -14,7 +14,7 @@ end
|
||||||
module YARP
|
module YARP
|
||||||
module Serialize
|
module Serialize
|
||||||
MAJOR_VERSION = 0
|
MAJOR_VERSION = 0
|
||||||
MINOR_VERSION = 10
|
MINOR_VERSION = 11
|
||||||
PATCH_VERSION = 0
|
PATCH_VERSION = 0
|
||||||
|
|
||||||
def self.load(input, serialized)
|
def self.load(input, serialized)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#define YP_VERSION_MAJOR 0
|
#define YP_VERSION_MAJOR 0
|
||||||
#define YP_VERSION_MINOR 10
|
#define YP_VERSION_MINOR 11
|
||||||
#define YP_VERSION_PATCH 0
|
#define YP_VERSION_PATCH 0
|
||||||
#define YP_VERSION "0.10.0"
|
#define YP_VERSION "0.11.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue