Skip to content

Commit

Permalink
prepare 0.1.3 packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmartin committed Mar 20, 2024
1 parent 01fe42e commit ebcc5e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions danger-spm_version_updates.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# frozen_string_literal: true
require 'rake'

lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Expand All @@ -16,7 +15,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0"

spec.files = FileList['lib/*', '[A-Z]*'].to_a
spec.files = Dir['lib/*'] + Dir['lib/**/*'] + Dir['*']
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.metadata["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit ebcc5e5

Please sign in to comment.