Skip to content

Commit

Permalink
PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Keoni Garner committed Aug 15, 2023
1 parent 3abfedd commit 28dda08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
Makefile*
mkmf.log
/Gemfile.lock
/.idea
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
NewCops: enable

Layout/ParameterAlignment:
Expand Down
2 changes: 1 addition & 1 deletion rgeo-shapefile.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["dazuma@gmail.com", "parhameter@gmail.com"]
spec.homepage = "http://github.com/rgeo/rgeo-shapefile"
spec.license = "BSD-3-Clause"
spec.metadata["rubygems_mfa_required"] = "true"

spec.files = Dir["lib/**/*.rb", "*.md", "LICENSE.txt"]

Expand All @@ -22,5 +23,4 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "minitest", "~> 5.3"
spec.add_development_dependency "rake", "~> 12.0"
spec.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit 28dda08

Please sign in to comment.