Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jan 12, 2024
1 parent 8d5906b commit abece04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in inch.gemspec
gemspec

group :test do
gem 'rubocop', '~> 0.25.0', require: false
end
2 changes: 1 addition & 1 deletion inch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ['rf@bamaru.de']
spec.summary = 'Documentation measurement tool for Ruby'
spec.description = 'Documentation measurement tool for Ruby, based on YARD.'
spec.homepage = 'http://trivelop.de/inch/'
spec.homepage = 'https://trivelop.de/inch/'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit abece04

Please sign in to comment.