[ruby/prism] Bump to version 0.15.0
https://github.com/ruby/prism/commit/ee429f8d50
This commit is contained in:
parent
8210cc4218
commit
0f1e040068
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "prism"
|
spec.name = "prism"
|
||||||
spec.version = "0.14.0"
|
spec.version = "0.15.0"
|
||||||
spec.authors = ["Shopify"]
|
spec.authors = ["Shopify"]
|
||||||
spec.email = ["ruby@shopify.com"]
|
spec.email = ["ruby@shopify.com"]
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef PRISM_EXT_NODE_H
|
#ifndef PRISM_EXT_NODE_H
|
||||||
#define PRISM_EXT_NODE_H
|
#define PRISM_EXT_NODE_H
|
||||||
|
|
||||||
#define EXPECTED_PRISM_VERSION "0.14.0"
|
#define EXPECTED_PRISM_VERSION "0.15.0"
|
||||||
|
|
||||||
#include <ruby.h>
|
#include <ruby.h>
|
||||||
#include <ruby/encoding.h>
|
#include <ruby/encoding.h>
|
||||||
|
@ -14,7 +14,7 @@ end
|
|||||||
module Prism
|
module Prism
|
||||||
module Serialize
|
module Serialize
|
||||||
MAJOR_VERSION = 0
|
MAJOR_VERSION = 0
|
||||||
MINOR_VERSION = 14
|
MINOR_VERSION = 15
|
||||||
PATCH_VERSION = 0
|
PATCH_VERSION = 0
|
||||||
|
|
||||||
def self.load(input, serialized)
|
def self.load(input, serialized)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define PRISM_VERSION_MAJOR 0
|
#define PRISM_VERSION_MAJOR 0
|
||||||
#define PRISM_VERSION_MINOR 14
|
#define PRISM_VERSION_MINOR 15
|
||||||
#define PRISM_VERSION_PATCH 0
|
#define PRISM_VERSION_PATCH 0
|
||||||
#define PRISM_VERSION "0.14.0"
|
#define PRISM_VERSION "0.15.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user