We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c045a3e commit b1fcc4bCopy full SHA for b1fcc4b
History.md
@@ -1,6 +1,6 @@
1
# gem-compiler
2
3
-## Unreleased
+## 0.5.0 (2016-04-24)
4
5
- Drop support for any Ruby version prior to 2.0.0
6
- Workaround shortname directories on Windows. Thanks to @mbland (#17 & #19)
lib/rubygems/compiler/version.rb
@@ -2,6 +2,6 @@
module Gem
class Compiler
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
end
7
0 commit comments