We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c7e3b commit dc0e58fCopy full SHA for dc0e58f
Rakefile
@@ -100,7 +100,7 @@ def change_version(&block)
100
f.write(line)
101
end
102
raise ArgumentError, "Cound not find line: PRE = \"#{pre}\" in #{version_file}" unless found[:pre]
103
- raise ArgumentError, "Cound not find line: TINY = \"#{tiny}\" in #{version_file}" unless found[:tiny]
+ raise ArgumentError, "Cound not find line: TINY = \"#{tiny}\" in #{version_file}" unless found[:tiny] || new_tiny == tiny
104
105
106
FileUtils.mv version_file, "#{version_file}.old"
0 commit comments