Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
gridanjbf committed Jun 3, 2024
1 parent bfcd499 commit f6bacee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/sharepoint/version.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# frozen_string_literal: true

module Sharepoint
module Version

MAJOR = 0
MINOR = 2
PATCH = 0
BUILD = nil

VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join(".").freeze
VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze
end

end
3 changes: 2 additions & 1 deletion sharepoint.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)

$LOAD_PATH.push File.expand_path('lib', __dir__)
require 'sharepoint/version'

Gem::Specification.new do |gem|
Expand Down

0 comments on commit f6bacee

Please sign in to comment.