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:04:57 UTC

[1/3] buildr git commit: Gemfile: use https

Repository: buildr
Updated Branches:
  refs/heads/master c9119067c -> 40ad146ae


Gemfile: use https


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

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

----------------------------------------------------------------------
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/98e5d0a3/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index a01bb93..35325ef 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
 # Use `bundle install` in order to install these gems
 # Use `bundle exec rake` in order to run the specs using the bundle
-source "http://rubygems.org"
+source "https://rubygems.org"
 gemspec


[2/3] buildr git commit: Merge remote-tracking branch 'github/pr/32'

Posted by do...@apache.org.
Merge remote-tracking branch 'github/pr/32'


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

Branch: refs/heads/master
Commit: 574bb8cbd06287111a0645e4c8d04cdf46e3980c
Parents: c911906 98e5d0a
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Nov 18 11:04:04 2018 +1100
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun Nov 18 11:04:04 2018 +1100

----------------------------------------------------------------------
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] buildr git commit: Use https protocol to access Gem metadata

Posted by do...@apache.org.
Use https protocol to access Gem metadata

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/40ad146a
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/40ad146a
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/40ad146a

Branch: refs/heads/master
Commit: 40ad146aec0d65655a43c5f4508f833ec614c0da
Parents: 574bb8c
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Nov 18 11:04:51 2018 +1100
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun Nov 18 11:04:51 2018 +1100

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/40ad146a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 8a4045e..3d717dc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@
           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.
+* Change: Use https protocol to access Gem metadata. 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