diff options
author | Saku Ytti <saku@ytti.fi> | 2018-04-25 19:09:40 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2018-04-25 19:09:40 +0300 |
commit | 60c3408bfc0f6aa5a89013f99e0763719440f29b (patch) | |
tree | de67bc3157822ceeb8e4280addcf2379d5d54d29 /oxidized.gemspec | |
parent | cc22060553df70db059bd6f4273f2ec391060f52 (diff) |
set version from git
you still need to bump version.rb, as 'rake tag' will use that to create
git tag, which we need :>
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r-- | oxidized.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec index 6fcd5c5..06e1af9 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,7 @@ lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'oxidized/version' +Oxidized.version_set Gem::Specification.new do |s| s.name = 'oxidized' |