Skip to content

Commit 482dc82

Browse files
committed
Update dependencies in README.rdoc, add releasing section
1 parent 7852973 commit 482dc82

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

README.rdoc

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,26 @@ The tool creates the following folders:
8989
└── pmd_report.xml
9090

9191
== REQUIREMENTS:
92+
9293
* Ruby 2.4.1 or higher
94+
9395
=== Runtime dependency
94-
nokogiri ~> 1.8.2
95-
slop ~> 4.6.2
96-
differ >= 0
97-
rufus-scheduler >= 3.5, ~> 3.5
96+
97+
nokogiri ~> 1.8
98+
slop ~> 4.6
99+
differ ~> 0.1
100+
rufus-scheduler ~> 3.5
101+
98102
=== Development dependency
99-
hoe ~> 3.17
103+
104+
hoe ~> 3.22
100105
hoe-bundler ~> 1.5
101106
hoe-git ~> 1.6
102-
minitest ~> 5.10.1
103-
mocha ~> 1.5.0
107+
minitest ~> 5.10
108+
mocha ~> 1.5
104109
rdoc < 7, >= 4.0
105-
rubocop ~> 0.60.0
106-
test-unit ~> 3.2.3
110+
rubocop ~> 0.81
111+
test-unit ~> 3.2
107112

108113
== INSTALL:
109114

@@ -117,3 +122,11 @@ The tool creates the following folders:
117122
bundle install # once
118123
bundle exec rake verify # run this command before commit your changes
119124
bundle exec pmdtester ... # run this to directly execute pmdtester from source
125+
126+
=== Releasing
127+
128+
* Update +History.md+ (version and date)
129+
* Update +lib/pmdtester.rb+ (version)
130+
* Commit ("Prepare release x.y.z"), tag, push. Travis will build and publish the new gem.
131+
* Update History.md and lib/pmdtester.rb for the next development version
132+
("Prepare next development version x.y.z-SNAPSHOT").

0 commit comments

Comments
 (0)