luban 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/luban/deployment/packages/ruby.rb +1 -0
- data/lib/luban/deployment/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe10788dd7bf5d0a4fa2d6897abe9a9a33394bee
|
|
4
|
+
data.tar.gz: e04302dfd6fef080f12561301412907eb95948d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 357b44b3e16fcfea252efeacb6ac64bb12551ba6ee7c5b30ac33642590ac3cff514651d93ee2d959ec1846f09ab156aa78602e4f8c91a44376e5475e9bca0e1f
|
|
7
|
+
data.tar.gz: 0d7e5fc262a6e3eb81a11e346013c8b218f91ae97312411ac3487f1a75161b4cc9f711380c9ef3bf547aa671f31d9232a018ffa930eedff9ce7cca90eac3f1bf
|
data/CHANGELOG.md
CHANGED
|
@@ -71,6 +71,7 @@ module Luban
|
|
|
71
71
|
commands[:install].switch :install_doc, "Install Ruby document"
|
|
72
72
|
commands[:install].switch :install_tcl, "Install with Tcl"
|
|
73
73
|
commands[:install].switch :install_tk, "Install with Tk"
|
|
74
|
+
commands[:install].option :rubygems, "Rubygems version (effective for v1.9.2 or below)"
|
|
74
75
|
commands[:install].option :bundler, "Bundler version"
|
|
75
76
|
commands[:install].option :openssl, "OpenSSL version (effective for v1.9.3 or above)"
|
|
76
77
|
end
|