Skip to content

Commit 59ba506

Browse files
committed
Prepare next development version 1.1.0-SNAPSHOT
1 parent a2cfb49 commit 59ba506

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.1.0-SNAPSHOT / 2020-??-??
2+
3+
## New and Noteworthy
4+
5+
## Fixed Issues
6+
7+
## External Contributions
8+
19
# 1.0.0 / 2020-04-25
210

311
## New and Noteworthy

lib/pmdtester.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# and unexpected behaviors will not be introduced to PMD project
3333
# after fixing an issue and new rules can work as expected.
3434
module PmdTester
35-
VERSION = '1.0.0'
35+
VERSION = '1.1.0-SNAPSHOT'
3636
BASE = 'base'
3737
PATCH = 'patch'
3838

pmdtester.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake hoe:spec`.
22

33
# -*- encoding: utf-8 -*-
4-
# stub: pmdtester 1.0.0 ruby lib
4+
# stub: pmdtester 1.1.0.pre.SNAPSHOT ruby lib
55

66
Gem::Specification.new do |s|
77
s.name = "pmdtester".freeze
8-
s.version = "1.0.0"
8+
s.version = "1.1.0.pre.SNAPSHOT"
99

10-
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
10+
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
1111
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=
1212
s.require_paths = ["lib".freeze]
1313
s.authors = ["Andreas Dangel".freeze, "Binguo Bao".freeze]

0 commit comments

Comments
 (0)