From f71a67ebe8d2e1445e434bd1d1244c6ebca00646 Mon Sep 17 00:00:00 2001 From: massat Date: Sat, 9 Jan 2016 00:25:53 +0900 Subject: [PATCH] update repos and versions --- README.md | 16 ++++++++-------- defaults/main.yml | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 33d2ee7..50ccbf6 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Default variables are: rbenv: env: system - version: v0.4.0 - ruby_version: 2.2.3 + version: v1.0.0 + ruby_version: 2.3.0 - rbenv_repo: "https://github.com/sstephenson/rbenv.git" + rbenv_repo: "https://github.com/rbenv/rbenv.git" rbenv_plugins: - { name: "rbenv-vars", - repo: "https://github.com/sstephenson/rbenv-vars.git", + repo: "https://github.com/rbenv/rbenv-vars.git", version: "v1.2.0" } - { name: "ruby-build", @@ -35,16 +35,16 @@ Default variables are: version: "v20151230" } - { name: "rbenv-default-gems", - repo: "https://github.com/sstephenson/rbenv-default-gems.git", + repo: "https://github.com/rbenv/rbenv-default-gems.git", version: "v1.0.0" } - { name: "rbenv-installer", - repo: "https://github.com/fesplugas/rbenv-installer.git", - version: "8bb9d34d01f78bd22e461038e887d6171706e1ba" } + repo: "https://github.com/rbenv/rbenv-installer.git", + version: "bc21e7055dcc8f5f9bc66ce0c78cc9ae0c28cd7a" } - { name: "rbenv-update", repo: "https://github.com/rkh/rbenv-update.git", - version: "32218db487dca7084f0e1954d613927a74bc6f2d" } + version: "1961fa180280bb50b64cbbffe6a5df7cf70f5e50" } - { name: "rbenv-whatis", repo: "https://github.com/rkh/rbenv-whatis.git", diff --git a/defaults/main.yml b/defaults/main.yml index 08008d4..8d2b8a4 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,17 +1,17 @@ --- rbenv: env: system - version: v0.4.0 - ruby_version: 2.2.3 + version: v1.0.0 + ruby_version: 2.3.0 -rbenv_repo: "https://github.com/sstephenson/rbenv.git" +rbenv_repo: "https://github.com/rbenv/rbenv.git" rbenv_plugins: - - { name: "rbenv-vars", repo: "https://github.com/sstephenson/rbenv-vars.git", version: "v1.2.0" } + - { name: "rbenv-vars", repo: "https://github.com/rbenv/rbenv-vars.git", version: "v1.2.0" } - { name: "ruby-build", repo: "https://github.com/rbenv/ruby-build.git", version: "v20151230" } - - { name: "rbenv-default-gems", repo: "https://github.com/sstephenson/rbenv-default-gems.git", version: "v1.0.0" } - - { name: "rbenv-installer", repo: "https://github.com/fesplugas/rbenv-installer.git", version: "22cc96aa45d06faca5958b1aa1688596198407a3" } - - { name: "rbenv-update", repo: "https://github.com/rkh/rbenv-update.git", version: "bf757453498337807a46e24074d29173f1a8abec" } + - { name: "rbenv-default-gems", repo: "https://github.com/rbenv/rbenv-default-gems.git", version: "v1.0.0" } + - { name: "rbenv-installer", repo: "https://github.com/rbenv/rbenv-installer.git", version: "bc21e7055dcc8f5f9bc66ce0c78cc9ae0c28cd7a" } + - { name: "rbenv-update", repo: "https://github.com/rkh/rbenv-update.git", version: "1961fa180280bb50b64cbbffe6a5df7cf70f5e50" } - { name: "rbenv-whatis", repo: "https://github.com/rkh/rbenv-whatis.git", version: "v1.0.0" } - { name: "rbenv-use", repo: "https://github.com/rkh/rbenv-use.git", version: "v1.0.0" }