From 046cc37e7cd01dd583ca6f7328365185a78c5cb2 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sat, 24 Aug 2013 18:18:05 -0300 Subject: New release authors attribute is now mandatory for gemspec --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0ebc5c8..95fd2f8 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ require 'find' task :default => [:test] PKG_NAME = 'feed2imap' -PKG_VERSION = '1.0' +PKG_VERSION = '1.1' PKG_FILES = [ 'ChangeLog', 'README', 'COPYING', 'setup.rb', 'Rakefile'] Find.find('bin/', 'lib/', 'test/', 'data/') do |f| if FileTest.directory?(f) and f =~ /\.svn/ @@ -55,6 +55,7 @@ begin } s.files = PKG_FILES s.description = "RSS/Atom feed aggregator" + s.authors = ['Lucas Nussbaum'] end Gem::PackageTask.new(spec) do |pkg| -- cgit v1.2.3