Change version number to reflect change of filenames

This commit is contained in:
Prashant 2016-10-24 23:19:51 -04:00
parent 971e4e4f70
commit 262675fa4e

View file

@ -1,7 +1,7 @@
#encoding: UTF-8 #encoding: UTF-8
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'hammer-parser' s.name = 'hammer-parser'
s.version = '0.1.0' s.version = '0.2.0'
s.summary = 'Ruby bindings to the hammer parsing library.' s.summary = 'Ruby bindings to the hammer parsing library.'
s.description = s.summary # TODO: longer description? s.description = s.summary # TODO: longer description?
s.authors = ['Meredith L. Patterson', 'TQ Hirsch', 'Jakob Rath'] s.authors = ['Meredith L. Patterson', 'TQ Hirsch', 'Jakob Rath']