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