Skip to content

Commit 70a323f

Browse files
committed
Merge branch 'main' into deployment
2 parents 86e972b + 4c70ea4 commit 70a323f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

cfa_ui_components.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require_relative "lib/cfa_ui_components/version"
44

55
Gem::Specification.new do |spec|
66
spec.name = "cfa_ui_components"
7-
spec.version = CfaUiComponents::VERSION
7+
spec.version = CfaUiComponents::Version
88
spec.authors = [ "Mike Rotondo" ]
99
spec.email = [ "[email protected]" ]
1010

lib/cfa_ui_components/engine.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ class Engine < ::Rails::Engine
1212
html_tag.html_safe
1313
end
1414
end
15-
1615
end
1716
end

lib/cfa_ui_components/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CfaUiComponents
4-
VERSION = "0.1.0"
4+
Version = "0.1.0"
55
end

0 commit comments

Comments
 (0)