Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 27, 2023
1 parent 162855c commit b1ab117
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 41 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [palkan, bbatsov]
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AllCops:
- '*.gemspec'
DisplayCopNames: true
StyleGuideCopsOnly: false
TargetRubyVersion: 2.5
TargetRubyVersion: 2.6
SuggestExtensions: false

Style/Documentation:
Expand Down
33 changes: 0 additions & 33 deletions .travis.yml

This file was deleted.

12 changes: 5 additions & 7 deletions rubocop-md.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "rubocop/markdown/version"
# frozen_string_literal: true

require_relative "lib/rubocop/markdown/version"

Gem::Specification.new do |spec|
spec.name = "rubocop-md"
Expand All @@ -10,12 +10,10 @@ Gem::Specification.new do |spec|

spec.summary = %q{Run Rubocop against your Markdown files to make sure that code examples follow style guidelines.}
spec.description = %q{Run Rubocop against your Markdown files to make sure that code examples follow style guidelines.}
spec.homepage = "https://github.com/palkan/rubocop-md"
spec.homepage = "https://github.com/rubocop-hq/rubocop-md"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.files = Dir.glob("lib/**/*") + Dir.glob("config/**/*") + %w[README.md LICENSE.txt CHANGELOG.md]

spec.metadata = {
"bug_tracker_uri" => "http://github.com/rubocop-hq/rubocop-md/issues",
Expand Down

0 comments on commit b1ab117

Please sign in to comment.