diff --git a/Rakefile b/Rakefile index c9e016e..e2091f6 100644 --- a/Rakefile +++ b/Rakefile @@ -33,13 +33,3 @@ RSpec::Core::RakeTask.new(:spec) do |spec| end task :default => :spec - -require 'rake/rdoctask' -Rake::RDocTask.new do |rdoc| - version = File.exist?('VERSION') ? File.read('VERSION') : "" - - rdoc.rdoc_dir = 'rdoc' - rdoc.title = "geo_calc #{version}" - rdoc.rdoc_files.include('README*') - rdoc.rdoc_files.include('lib/**/*.rb') -end diff --git a/VERSION b/VERSION index 65a17e7..f83dbb3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.7.1 \ No newline at end of file +0.7.8 \ No newline at end of file