Rakefile in malm-0.0.3 vs Rakefile in malm-0.0.4

- old
+ new

@@ -9,12 +9,9 @@ $stderr.puts "Run `bundle install` to install missing gems" exit e.status_code end require 'rake' -# psyck vs syck mess work around - see https://github.com/tenderlove/psych/issues/13 -YAML::ENGINE.yamler = 'syck' - require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "malm" gem.homepage = "http://github.com/madlep/malm" \ No newline at end of file