diff options
Diffstat (limited to 'lib/rake/version.rb')
| -rw-r--r-- | lib/rake/version.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/rake/version.rb b/lib/rake/version.rb deleted file mode 100644 index 25d806a3c4..0000000000 --- a/lib/rake/version.rb +++ /dev/null @@ -1,14 +0,0 @@ -# :include: doc/README.rdoc -module Rake - VERSION = '0.9.6' - - module Version # :nodoc: all - MAJOR, MINOR, BUILD, = Rake::VERSION.split '.' - - NUMBERS = [ - MAJOR, - MINOR, - BUILD, - ] - end -end |
