Skip to content

Commit

Permalink
add gem_version.rb file for Rainforest to pickup for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jan 12, 2022
1 parent 9e8d385 commit 2f8c8da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion claide.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
$:.unshift File.expand_path('../lib', __FILE__)
require 'claide'
require File.expand_path('../lib/claide/gem_version', __FILE__)

Gem::Specification.new do |s|
s.name = "claide"
Expand Down
6 changes: 0 additions & 6 deletions lib/claide.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
# {CLAide::InformativeError}
#
module CLAide
# @return [String]
#
# CLAide’s version, following [semver](http://semver.org).
#
VERSION = '1.0.3'.freeze

require 'claide/ansi'
require 'claide/argument'
require 'claide/argv'
Expand Down
7 changes: 7 additions & 0 deletions lib/claide/gem_version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module CLAide
# @return [String]
#
# CLAide’s version, following [semver](http://semver.org).
#
VERSION = '1.0.3'.freeze
end

0 comments on commit 2f8c8da

Please sign in to comment.