We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32358a1 commit 368d76cCopy full SHA for 368d76c
lib/liquid/c/version.rb
@@ -1,5 +1,5 @@
1
module Liquid
2
module C
3
- VERSION = "0.0.3"
+ VERSION = "3.0.0"
4
end
5
liquid-c.gemspec
@@ -6,8 +6,8 @@ require 'liquid/c/version'
6
Gem::Specification.new do |spec|
7
spec.name = "liquid-c"
8
spec.version = Liquid::C::VERSION
9
- spec.authors = ["Dylan Thacker-Smith"]
10
- spec.email = ["Dylan.Smith@shopify.com"]
+ spec.authors = ["Justin Li", "Dylan Thacker-Smith"]
+ spec.email = ["jli@shopify.com", "Dylan.Smith@shopify.com"]
11
spec.summary = "Liquid performance extension in C"
12
spec.homepage = ""
13
spec.license = "MIT"
0 commit comments