Rakefile in ratnikov-shoulda-2.0.6.2 vs Rakefile in ratnikov-shoulda-2.0.6.3

- old
+ new

@@ -43,18 +43,18 @@ s.version = Shoulda::VERSION s.summary = "Making tests easy on the fingers and eyes" s.homepage = "http://thoughtbot.com/projects/shoulda" s.rubyforge_project = "shoulda" - s.files = FileList["[A-Z]*", "{bin,lib,rails,test}/**/*"] + s.files = FileList["[A-Z]*", "{bin,lib,rails,test,tasks}/**/*"] + ['init.rb'] s.executables = s.files.grep(/^bin/) { |f| File.basename(f) } s.has_rdoc = true s.extra_rdoc_files = ["README.rdoc", "CONTRIBUTION_GUIDELINES.rdoc"] s.rdoc_options = ["--line-numbers", "--inline-source", "--main", "README.rdoc"] - s.authors = ["Tammer Saleh"] - s.email = "tsaleh@thoughtbot.com" + s.authors = ["Tammer Saleh", "Dmitry Ratnikov"] + s.email = "ratnikov@gmail.com" end Rake::GemPackageTask.new spec do |pkg| pkg.need_tar = true pkg.need_zip = true