Skip to content

Commit

Permalink
Remove version.rb file (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense authored Dec 22, 2023
2 parents caea075 + 1335a32 commit 5442ad0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion lib/rubocop-cargosense.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require "rubocop-rake"

require_relative "rubocop/cargosense"
require_relative "rubocop/cargosense/version"
require_relative "rubocop/cargosense/inject"

RuboCop::CargoSense::Inject.defaults!
8 changes: 0 additions & 8 deletions lib/rubocop/cargosense/version.rb

This file was deleted.

4 changes: 1 addition & 3 deletions rubocop-cargosense.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# frozen_string_literal: true

require_relative "lib/rubocop/cargosense/version"

Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.0"

spec.name = "rubocop-cargosense"
spec.version = RuboCop::CargoSense::VERSION
spec.version = "0.1.0"
spec.authors = ["CargoSense"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit 5442ad0

Please sign in to comment.