File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "prism"
5- spec . version = "0.13 .0"
5+ spec . version = "0.14 .0"
66 spec . authors = [ "Shopify" ]
77 spec . email = [ "ruby@shopify.com" ]
88
Original file line number Diff line number Diff line change 11#ifndef PRISM_EXT_NODE_H
22#define PRISM_EXT_NODE_H
33
4- #define EXPECTED_PRISM_VERSION "0.13 .0"
4+ #define EXPECTED_PRISM_VERSION "0.14 .0"
55
66#include <ruby.h>
77#include <ruby/encoding.h>
Original file line number Diff line number Diff line change 1414module Prism
1515 module Serialize
1616 MAJOR_VERSION = 0
17- MINOR_VERSION = 13
17+ MINOR_VERSION = 14
1818 PATCH_VERSION = 0
1919
2020 def self.load(input, serialized)
Original file line number Diff line number Diff line change 11#define PRISM_VERSION_MAJOR 0
2- #define PRISM_VERSION_MINOR 13
2+ #define PRISM_VERSION_MINOR 14
33#define PRISM_VERSION_PATCH 0
4- #define PRISM_VERSION "0.13 .0"
4+ #define PRISM_VERSION "0.14 .0"
You can’t perform that action at this time.
0 commit comments