You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2019/02/16 19:57:11 UTC

[buildr] branch master updated: Gemspec: drop rubyforge_project setting

This is an automated email from the ASF dual-hosted git repository.

donaldp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildr.git


The following commit(s) were added to refs/heads/master by this push:
     new ce0dad2  Gemspec: drop rubyforge_project setting
     new 374d64d  Merge pull request #41 from olleolleolle/patch-1
ce0dad2 is described below

commit ce0dad26c0d61e0903045cdbd8b39dd82c477c63
Author: Olle Jonsson <ol...@gmail.com>
AuthorDate: Sat Feb 16 16:52:36 2019 +0100

    Gemspec: drop rubyforge_project setting
    
      - the service is defunct and the setting means nothing
---
 buildr.gemspec | 1 -
 1 file changed, 1 deletion(-)

diff --git a/buildr.gemspec b/buildr.gemspec
index 53e7fe2..3de0bc9 100644
--- a/buildr.gemspec
+++ b/buildr.gemspec
@@ -38,7 +38,6 @@ something that's simple and intuitive to use, so we only need to tell it what
 to do, and it takes care of the rest.  But also something we can easily extend
 for those one-off tasks, with a language that's a joy to use.
   TEXT
-  spec.rubyforge_project  = 'buildr'
 
   spec.platform       = $platform