-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake hoe:spec`. | ||
|
||
# -*- encoding: utf-8 -*- | ||
# stub: pmdtester 1.5.5.pre.SNAPSHOT ruby lib | ||
# stub: pmdtester 1.5.5 ruby lib | ||
|
||
Gem::Specification.new do |s| | ||
s.name = "pmdtester".freeze | ||
s.version = "1.5.5.pre.SNAPSHOT" | ||
s.version = "1.5.5" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= | ||
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= | ||
s.metadata = { "bug_tracker_uri" => "https://github.com/pmd/pmd-regression-tester/issues", "homepage_uri" => "https://pmd.github.io", "source_code_uri" => "https://github.com/pmd/pmd-regression-tester" } if s.respond_to? :metadata= | ||
s.require_paths = ["lib".freeze] | ||
s.authors = ["Andreas Dangel".freeze, "Binguo Bao".freeze, "Cl\u00E9ment Fournier".freeze] | ||
s.date = "2023-05-27" | ||
s.date = "2023-11-16" | ||
s.description = "A regression testing tool ensure that new problems and unexpected behaviors will not be introduced to PMD project after fixing an issue , and new rules can work as expected.".freeze | ||
s.email = ["[email protected]".freeze, "[email protected]".freeze, "[email protected]".freeze] | ||
s.executables = ["pmdtester".freeze] | ||
|