File tree Expand file tree Collapse file tree 1 file changed +22
-9
lines changed Expand file tree Collapse file tree 1 file changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -89,21 +89,26 @@ The tool creates the following folders:
89
89
└── pmd_report.xml
90
90
91
91
== REQUIREMENTS:
92
+
92
93
* Ruby 2.4.1 or higher
94
+
93
95
=== 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
+
98
102
=== Development dependency
99
- hoe ~> 3.17
103
+
104
+ hoe ~> 3.22
100
105
hoe-bundler ~> 1.5
101
106
hoe-git ~> 1.6
102
- minitest ~> 5.10.1
103
- mocha ~> 1.5.0
107
+ minitest ~> 5.10
108
+ mocha ~> 1.5
104
109
rdoc < 7, >= 4.0
105
- rubocop ~> 0.60.0
106
- test-unit ~> 3.2.3
110
+ rubocop ~> 0.81
111
+ test-unit ~> 3.2
107
112
108
113
== INSTALL:
109
114
@@ -117,3 +122,11 @@ The tool creates the following folders:
117
122
bundle install # once
118
123
bundle exec rake verify # run this command before commit your changes
119
124
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").
You can’t perform that action at this time.
0 commit comments