Repository: buildr
Updated Branches:
  refs/heads/master 01f082444 -> 2bbd7c774


buildr.buildfile: Avoid deprecated gemspec option

Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/2bbd7c77
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/2bbd7c77
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/2bbd7c77

Branch: refs/heads/master
Commit: 2bbd7c774bf1e174dd13bc09b813a1d501be51b5
Parents: 01f0824
Author: Olle Jonsson <olle.jons...@gmail.com>
Authored: Wed Dec 12 18:39:04 2018 +0100
Committer: GitHub <nore...@github.com>
Committed: Wed Dec 12 18:39:04 2018 +0100

----------------------------------------------------------------------
 buildr.buildfile | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/2bbd7c77/buildr.buildfile
----------------------------------------------------------------------
diff --git a/buildr.buildfile b/buildr.buildfile
index 5f86e2b..b91cce0 100644
--- a/buildr.buildfile
+++ b/buildr.buildfile
@@ -48,7 +48,6 @@ define 'buildr' do
       spec.author             = 'Apache Buildr'
       spec.email              = 'us...@buildr.apache.org'
       spec.homepage           = "http://buildr.apache.org";
-      spec.rubyforge_project  = 'buildr'
       spec.extra_rdoc_files   = legal
       spec.rdoc_options << '--webcvs' << 'https://github.com/apache/buildr'
       spec.add_dependency 'buildr', '~> 1.3'

Reply via email to