Skip to content

Commit

Permalink
Merge pull request #55 from massat/update-to-edge
Browse files Browse the repository at this point in the history
update repos and versions
  • Loading branch information
zzet committed Jan 11, 2016
2 parents fec2eac + f71a67e commit 8527c73
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@ 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",
repo: "https://github.com/rbenv/ruby-build.git",
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",
Expand Down
14 changes: 7 additions & 7 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -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" }

Expand Down

0 comments on commit 8527c73

Please sign in to comment.