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 2018/11/18 00:00:01 UTC

[1/2] buildr git commit: Drop deprecated (no replacement) method

Repository: buildr
Updated Branches:
  refs/heads/master 69541b0ef -> c9119067c


Drop deprecated (no replacement) method


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

Branch: refs/heads/master
Commit: 13ad089f36f3221f9d6c9d509284d69c21d92115
Parents: 69541b0
Author: Olle Jonsson <ol...@gmail.com>
Authored: Sat Nov 17 22:17:01 2018 +0100
Committer: Olle Jonsson <ol...@gmail.com>
Committed: Sat Nov 17 22:17:01 2018 +0100

----------------------------------------------------------------------
 lib/buildr/packaging/gems.rb | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/13ad089f/lib/buildr/packaging/gems.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/packaging/gems.rb b/lib/buildr/packaging/gems.rb
index da7bd06..241fff1 100644
--- a/lib/buildr/packaging/gems.rb
+++ b/lib/buildr/packaging/gems.rb
@@ -65,7 +65,6 @@ module Buildr #:nodoc:
           spec.name = id
           spec.version = version.gsub('-','.') # RubyGems doesn't like '-' in version numbers
           spec.summary = full_comment
-          spec.has_rdoc = true
           spec.rdoc_options << '--title' << comment
           spec.require_path = 'lib'
         end


[2/2] buildr git commit: Drop deprecated Gem::Specification#has_rdoc= (no replacement) method

Posted by do...@apache.org.
Drop deprecated Gem::Specification#has_rdoc= (no replacement) method

Submitted by Olle Jonsson.


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

Branch: refs/heads/master
Commit: c9119067c874f3404fc6d8a6baa895dd5e891d7b
Parents: 13ad089
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Nov 18 10:59:46 2018 +1100
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun Nov 18 10:59:46 2018 +1100

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/c9119067/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2aaa819..8a4045e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@
           on the classpath. This is particularly relevant for GWT based projects that include artifacts with
           source embedded in the artifacts. This change also made it possible to remove an ugly hack in the
           GWT addon that removed the gwt artifacts from the javadoc path.
+* Change: Drop deprecated Gem::Specification#has_rdoc= (no replacement) method. Submitted by Olle Jonsson.
 
 1.5.6 (2018-05-10)
 * Fixed:  Ensure that the username and passwords declared for repositories are correctly url encoded for