Rakefile in ruby-conf-1.4.4 vs Rakefile in ruby-conf-2.0.0

- old
+ new

@@ -18,10 +18,10 @@ gem.homepage = "http://github.com/blazingpair/ruby-conf" gem.license = "MIT" gem.summary = %Q{dsl (domain specific language) for config files in ruby} gem.description = %Q{rubyconf is a ruby configuration dsl that aims to make it simple to write and read configurations for ruby apps without a yaml or xml file} gem.email = "blazingpair@blazingcloud.net" - gem.authors = ["Curtis Schofield & Hollin Wilkins"] + gem.authors = ["Curtis Schofield & Hollin Wilkins & Mason"] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new require 'rspec/core'