summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index d6bc619..2e28c79 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,11 +1,5 @@
-$:.unshift(File.dirname(__FILE__) + '/lib')
-require 'hcl'
-
-desc 'install the hcl command'
-task :install do
- system 'gem build hcl.gemspec'
- system "gem install hcl-#{HCl::VERSION}.gem"
-end
+require 'rubygems/tasks'
+Gem::Tasks.new
require 'rake/testtask'
Rake::TestTask.new do |t|