Skip to content

Commit

Permalink
build: load version from Atco::VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice committed Apr 11, 2024
1 parent 7fc42ed commit a6a1c13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion atco.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# frozen_string_literal: true

require_relative "lib/atco/version"

Gem::Specification.new do |s|
s.name = 'atco'
s.version = '1.0.0'
s.version = Atco::VERSION
s.description = 'Simple and opinionated library for parsing ATCO .cif files to JSON with Ruby'
s.summary = 'Parse ATCO .cif files to JSON with Ruby'
s.homepage = 'http://github.com/davidjrice/atco'
Expand Down

0 comments on commit a6a1c13

Please sign in to comment.