Skip to content

Commit

Permalink
use VERSION file for gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 20, 2024
1 parent aa1909d commit cf97ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dorian-yaml-all.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "dorian-yaml-all"
s.version = "0.0.2"
s.version = File.read("VERSION").strip
s.summary = "evalutes ruby code on all of yaml"
s.description = s.summary
s.authors = ["Dorian Marié"]
Expand Down

0 comments on commit cf97ff0

Please sign in to comment.