Skip to content

Commit

Permalink
Build from ENV version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkon committed May 26, 2022
1 parent 4c98ebc commit 9020d49
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ruby-gemset
Original file line number Diff line number Diff line change
@@ -1 +1 @@
db-lock
db_lock
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.1.2
5 changes: 1 addition & 4 deletions db_lock.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
$LOAD_PATH.push File.expand_path('lib', __dir__)

# Maintain your gem's version:
require 'db_lock/version'

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = 'db_lock'
s.version = DBLock::VERSION
s.version = ENV.fetch('VERSION', '0.8.3')
s.licenses = ['MIT']
s.authors = ['mkon']
s.email = ['konstantin@munteanu.de']
Expand Down
3 changes: 0 additions & 3 deletions lib/db_lock/version.rb

This file was deleted.

0 comments on commit 9020d49

Please sign in to comment.