Skip to content

Instantly share code, notes, and snippets.

@gohanlon
Created October 1, 2014 00:05
Show Gist options
  • Save gohanlon/cdffc1fb6c38fd3e1fc4 to your computer and use it in GitHub Desktop.
Save gohanlon/cdffc1fb6c38fd3e1fc4 to your computer and use it in GitHub Desktop.
OS 10.10 GM Candidate 1.0: laptop.log
# Laptop install from master, as of: https://github.com/thoughtbot/laptop/commit/8066ffa1b3f56e6b571d91979c30c0e2ba61498d
Changing your shell to zsh ...
Changing shell for wm.
Fixing OSX zsh environment bug ...
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Installing Homebrew, a good OS X package manager ...
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir /usr/local
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local
==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> Installing the Command Line Tools (expect a GUI popup):
==> /usr/bin/sudo /usr/bin/xcode-select --install
xcode-select: note: install requested for command line developer tools
Press any key when the installation has completed.
==> Downloading and installing Homebrew...
From https://github.com/Homebrew/homebrew
* [new branch] master -> origin/master
HEAD is now at 968a81c ruby: extract abi_version method
==> Installation successful!
==> Next steps
Run `brew doctor` before you install anything
Run `brew help` to get started
Put Homebrew location earlier in PATH ...
Updating Homebrew formulas ...
Already up-to-date.
Installing Postgres, a good open source relational database ...
==> Installing dependencies for postgresql: ossp-uuid, pkg-config, makedepend, openssl, readline
==> Installing postgresql dependency: ossp-uuid
==> Downloading http://ftp.de.debian.org/debian/pool/main/o/ossp-uuid/ossp-uuid_1.6.2.orig.tar.gz
==> ./configure --prefix=/usr/local/Cellar/ossp-uuid/1.6.2_1 --includedir=/usr/local/Cellar/ossp-uuid/1.6.2_1/include/ossp --without-perl --without-php --without-pgsql
==> make
==> make install
🍺 /usr/local/Cellar/ossp-uuid/1.6.2_1: 16 files, 256K, built in 16 seconds
==> Installing postgresql dependency: pkg-config
==> Downloading http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz
==> ./configure --prefix=/usr/local/Cellar/pkg-config/0.28 --disable-host-tool --with-internal-glib --with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
==> make
==> make check
==> make install
🍺 /usr/local/Cellar/pkg-config/0.28: 10 files, 612K, built in 60 seconds
==> Installing postgresql dependency: makedepend
==> Downloading http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.bz2
==> Downloading http://xorg.freedesktop.org/releases/individual/proto/xproto-7.0.25.tar.bz2
==> ./configure --disable-silent-rules --prefix=/private/tmp/makedepend-H4QuRG/makedepend-1.0.5/xproto
==> make install
==> Downloading http://xorg.freedesktop.org/releases/individual/util/util-macros-1.18.0.tar.bz2
==> ./configure --prefix=/private/tmp/makedepend-H4QuRG/makedepend-1.0.5/xorg-macros
==> make install
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/makedepend/1.0.5
==> make install
🍺 /usr/local/Cellar/makedepend/1.0.5: 7 files, 92K, built in 17 seconds
==> Installing postgresql dependency: openssl
==> Downloading https://www.openssl.org/source/openssl-1.0.1i.tar.gz
Trying a mirror...
==> Downloading http://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.0.1i.tar.gz
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1i --openssldir=/usr/local/etc/openssl no-ssl2 zlib-dynamic shared enable-cms darwin64-x86_64-cc enable-ec_nistp_64_gcc_128
==> make depend
==> make
==> make test
==> make install MANDIR=/usr/local/Cellar/openssl/1.0.1i/share/man MANSUFFIX=ssl
==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
/usr/local/etc/openssl/certs
and run
/usr/local/opt/openssl/bin/c_rehash
This formula is keg-only, which means it was not symlinked into /usr/local.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
The OpenSSL provided by OS X is too old for some software.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/openssl/lib
CPPFLAGS: -I/usr/local/opt/openssl/include
==> Summary
🍺 /usr/local/Cellar/openssl/1.0.1i: 430 files, 15M, built in 3.4 minutes
==> Installing postgresql dependency: readline
==> Downloading http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz
==> Downloading https://gist.githubusercontent.com/jacknagel/d886531fb6623b60b2af/raw/746fc543e56bc37a26ccf05d2946a45176b0894e/readline-6.3.8.diff
==> Patching
patching file display.c
patching file input.c
patching file misc.c
patching file patchlevel
patching file readline.c
patching file rltypedefs.h
patching file util.c
==> ./configure --prefix=/usr/local/Cellar/readline/6.3.8 --enable-multibyte
==> make install
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
Mac OS X provides similar software, and installing this software in
parallel can cause all kinds of trouble.
OS X provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/readline/lib
CPPFLAGS: -I/usr/local/opt/readline/include
==> Summary
🍺 /usr/local/Cellar/readline/6.3.8: 40 files, 2.1M, built in 26 seconds
==> Installing postgresql
==> Downloading http://ftp.postgresql.org/pub/source/v9.3.5/postgresql-9.3.5.tar.bz2
==> Patching
patching file contrib/uuid-ossp/uuid-ossp.c
==> ./configure --prefix=/usr/local/Cellar/postgresql/9.3.5_1 --datadir=/usr/local/Cellar/postgresql/9.3.5_1/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.3.5_1/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-ldap --with-openssl --with-pam --with-libxml --with-libxslt --with-perl --with-tcl --with-tclconfig=/usr/lib --with-ossp-uuid
==> make install-world
==> Caveats
If builds of PostgreSQL 9 are failing and you have version 8.x installed,
you may need to remove the previous version first. See:
https://github.com/Homebrew/homebrew/issues/issue/2510
To migrate existing data from a previous major version (pre-9.3) of PostgreSQL, see:
http://www.postgresql.org/docs/9.3/static/upgrading.html
When installing the postgres gem, including ARCHFLAGS is recommended:
ARCHFLAGS="-arch x86_64" gem install pg
To install gems without sudo, see the Homebrew wiki.
To have launchd start postgresql at login:
mkdir -p ~/Library/LaunchAgents
ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
Then to load postgresql now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
Or, if you don't want/need launchctl, you can just run:
postgres -D /usr/local/var/postgres
==> /usr/local/Cellar/postgresql/9.3.5_1/bin/initdb /usr/local/var/postgres
==> Summary
🍺 /usr/local/Cellar/postgresql/9.3.5_1: 2927 files, 38M, built in 3.5 minutes
Installing Redis, a good key-value database ...
==> Downloading http://download.redis.io/releases/redis-2.8.17.tar.gz
==> make -C /private/tmp/redis-aVm9jF/redis-2.8.17/src CC=clang
==> Caveats
To have launchd start redis at login:
mkdir -p ~/Library/LaunchAgents
ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents
Then to load redis now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Or, if you don't want/need launchctl, you can just run:
redis-server /usr/local/etc/redis.conf
==> Summary
🍺 /usr/local/Cellar/redis/2.8.17: 10 files, 1.4M, built in 10 seconds
Installing The Silver Searcher (better than ack or grep) to search the contents of files ...
==> Installing dependencies for the_silver_searcher: autoconf, automake, pcre, xz
==> Installing the_silver_searcher dependency: autoconf
==> Downloading http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz
==> ./configure --prefix=/usr/local/Cellar/autoconf/2.69
==> make install
🍺 /usr/local/Cellar/autoconf/2.69: 70 files, 3.1M, built in 6 seconds
==> Installing the_silver_searcher dependency: automake
==> Downloading http://ftpmirror.gnu.org/automake/automake-1.14.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/automake/1.14.1
==> make install
🍺 /usr/local/Cellar/automake/1.14.1: 131 files, 3.2M, built in 13 seconds
==> Installing the_silver_searcher dependency: pcre
==> Downloading https://downloads.sourceforge.net/project/pcre/pcre/8.35/pcre-8.35.tar.bz2
==> Downloading http://bugs.exim.org/attachment.cgi?id=741
==> Patching
patching file pcre_compile.c
patching file testdata/testoutput2
==> ./configure --prefix=/usr/local/Cellar/pcre/8.35 --enable-utf8 --enable-pcre8 --enable-pcre16 --enable-pcre32 --enable-unicode-properties --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-jit
==> make
==> make test
==> make install
🍺 /usr/local/Cellar/pcre/8.35: 146 files, 5.9M, built in 59 seconds
==> Installing the_silver_searcher dependency: xz
==> Downloading http://fossies.org/linux/misc/xz-5.0.7.tar.bz2
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/xz/5.0.7
==> make install
🍺 /usr/local/Cellar/xz/5.0.7: 58 files, 1.5M, built in 39 seconds
==> Installing the_silver_searcher
==> Downloading https://github.com/ggreer/the_silver_searcher/archive/0.24.1.tar.gz
==> Downloading https://github.com/thomasf/the_silver_searcher/commit/867dff8631bc80d760268f653265e4d3caf44f16.diff
==> Patching
patching file ag.bashcomp.sh
==> aclocal -I /usr/local/share/aclocal
==> autoconf
==> autoheader
==> automake --add-missing
==> ./configure --prefix=/usr/local/Cellar/the_silver_searcher/0.24.1
==> make
==> make install
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/the_silver_searcher/0.24.1: 8 files, 108K, built in 9 seconds
Installing vim from Homebrew to get the latest version ...
==> Downloading http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.430.orig.tar.gz
==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/7.4.430_1/share/man --enable-multibyte --with-tlib=ncurses --enable-cscope --with-features=huge --with-compiledby=Homebrew --enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-gui=no --without-x
==> make
==> make install prefix=/usr/local/Cellar/vim/7.4.430_1 STRIP=true
🍺 /usr/local/Cellar/vim/7.4.430_1: 1600 files, 26M, built in 72 seconds
Installing ctags, to index files for vim tab completion of methods, classes, variables ...
==> Downloading https://downloads.sourceforge.net/ctags/ctags-5.8.tar.gz
==> Patching
patching file read.c
patching file read.h
==> ./configure --prefix=/usr/local/Cellar/ctags/5.8 --enable-macro-patterns --mandir=/usr/local/Cellar/ctags/5.8/share/man --with-readlib
==> make install
==> Caveats
Under some circumstances, emacs and ctags can conflict. By default,
emacs provides an executable `ctags` that would conflict with the
executable of the same name that ctags provides. To prevent this,
Homebrew removes the emacs `ctags` and its manpage before linking.
However, if you install emacs with the `--keep-ctags` option, then
the `ctags` emacs provides will not be removed. In that case, you
won't be able to install ctags successfully. It will build but not
link.
==> Summary
🍺 /usr/local/Cellar/ctags/5.8: 8 files, 364K, built in 11 seconds
Installing tmux, to save project state and switch between projects ...
==> Installing tmux dependency: libevent
==> Downloading https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz
==> ./configure --disable-debug-mode --prefix=/usr/local/Cellar/libevent/2.0.21
==> make
==> make install
🍺 /usr/local/Cellar/libevent/2.0.21: 48 files, 1.8M, built in 37 seconds
==> Installing tmux
==> Downloading https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-1.9a.tar.gz
==> ./configure --prefix=/usr/local/Cellar/tmux/1.9a --sysconfdir=/usr/local/etc
==> make install
==> Caveats
Example configurations have been installed to:
/usr/local/Cellar/tmux/1.9a/share/tmux/examples
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/tmux/1.9a: 16 files, 640K, built in 16 seconds
Installing reattach-to-user-namespace, for copy-paste and RubyMotion compatibility with tmux ...
==> Downloading https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/v2.3.tar.gz
==> make
🍺 /usr/local/Cellar/reattach-to-user-namespace/2.3: 6 files, 48K, built in 2 seconds
Installing ImageMagick, to crop and resize images ...
==> Installing dependencies for imagemagick: libtool, jpeg, libpng, freetype
==> Installing imagemagick dependency: libtool
==> Downloading http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz
==> Patching
patching file libltdl/config/ltmain.sh
==> ./configure --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g --enable-ltdl-install
==> make install
==> Caveats
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
==> Summary
🍺 /usr/local/Cellar/libtool/2.4.2: 69 files, 2.5M, built in 17 seconds
==> Installing imagemagick dependency: jpeg
==> Downloading http://www.ijg.org/files/jpegsrc.v8d.tar.gz
==> ./configure --prefix=/usr/local/Cellar/jpeg/8d
==> make install
🍺 /usr/local/Cellar/jpeg/8d: 18 files, 780K, built in 16 seconds
==> Installing imagemagick dependency: libpng
==> Downloading https://downloads.sf.net/project/libpng/libpng16/1.6.13/libpng-1.6.13.tar.xz
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/libpng/1.6.13
==> make install
🍺 /usr/local/Cellar/libpng/1.6.13: 17 files, 1.2M, built in 17 seconds
==> Installing imagemagick dependency: freetype
==> Downloading https://downloads.sf.net/project/freetype/freetype2/2.5.3/freetype-2.5.3.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/freetype/2.5.3_1 --without-harfbuzz
==> make
==> make install
🍺 /usr/local/Cellar/freetype/2.5.3_1: 60 files, 2.5M, built in 45 seconds
==> Installing imagemagick
==> Downloading https://downloads.sf.net/project/machomebrew/mirror/ImageMagick-6.8.9-7.tar.xz
==> ./configure --disable-osx-universal-binary --prefix=/usr/local/Cellar/imagemagick/6.8.9-7 --enable-shared --disable-static --without-pango --with-modules --disable-openmp --without-gslib --without-perl --with-gs-font-dir=/usr/local/share/ghostscript/fonts --without-openjp2 --without-x --with-freetype=yes
==> make install
🍺 /usr/local/Cellar/imagemagick/6.8.9-7: 1432 files, 22M, built in 2.5 minutes
Installing QT, used by Capybara Webkit for headless Javascript integration testing ...
==> Downloading http://qtmirror.ics.com/pub/qtproject/official_releases/qt/4.8/4.8.6/qt-everywhere-opensource-src-4.8.6.tar.gz
==> Downloading https://raw.githubusercontent.com/DomT4/scripts/440e3cafde5bf6ec6f50cd28fa5bf89c280f1b53/Homebrew_Resources/Qt/qt4patch.diff
==> Patching
patching file src/gui/dialogs/qcolordialog_mac.mm
patching file src/gui/dialogs/qfiledialog_mac.mm
patching file src/gui/dialogs/qfontdialog_mac.mm
patching file src/gui/kernel/qapplication_mac.mm
patching file src/gui/kernel/qcocoaapplication_mac.mm
patching file src/gui/kernel/qcocoaapplicationdelegate_mac.mm
Hunk #4 succeeded at 295 (offset -13 lines).
Hunk #5 succeeded at 342 (offset -13 lines).
patching file src/gui/kernel/qcocoaapplicationdelegate_mac_p.h
patching file src/gui/kernel/qcocoamenuloader_mac.mm
patching file src/gui/kernel/qcocoasharedwindowmethods_mac_p.h
patching file src/gui/kernel/qeventdispatcher_mac.mm
patching file src/gui/kernel/qt_cocoa_helpers_mac.mm
patching file src/gui/kernel/qwidget_mac.mm
patching file src/gui/styles/qmacstyle_mac.mm
patching file src/gui/util/qsystemtrayicon_mac.mm
patching file src/gui/widgets/qcocoamenu_mac.mm
patching file src/gui/widgets/qmenu_mac.mm
==> ./configure -prefix /usr/local/Cellar/qt/4.8.6 -system-zlib -qt-libtiff -qt-libpng -qt-libjpeg -confirm-license -opensource -nomake demos -nomake examples -cocoa -fast -release -platform unsupported/macx-clang-libc++ -no-qt3support -nomake docs -arch x86_64
==> make
==> make install
==> Caveats
We agreed to the Qt opensource license for you.
If this is unacceptable you should uninstall.
.app bundles were installed.
Run `brew linkapps` to symlink these to /Applications.
==> Summary
🍺 /usr/local/Cellar/qt/4.8.6: 2791 files, 122M, built in 37.1 minutes
Installing watch, to execute a program periodically and show the output ...
==> Downloading http://procps.sourceforge.net/procps-3.2.8.tar.gz
==> make watch PKG_LDFLAGS=-Wl
🍺 /usr/local/Cellar/watch/0.2.0: 8 files, 76K, built in 2 seconds
Installing GitHub CLI client ...
==> Installing gh dependency: go
==> Downloading https://storage.googleapis.com/golang/go1.3.2.src.tar.gz
==> ./make.bash --no-clean
==> Caveats
As of go 1.2, a valid GOPATH is required to use the `go get` command:
http://golang.org/doc/code.html#GOPATH
`go vet` and `go doc` are now part of the go.tools sub repo:
http://golang.org/doc/go1.2#go_tools_godoc
To get `go vet` and `go doc` run:
go get code.google.com/p/go.tools/cmd/godoc
go get code.google.com/p/go.tools/cmd/vet
You may wish to add the GOROOT-based install location to your PATH:
export PATH=$PATH:/usr/local/opt/go/libexec/bin
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
==> Summary
🍺 /usr/local/Cellar/go/1.3.2: 4344 files, 114M, built in 30 seconds
==> Installing gh
==> Downloading https://github.com/jingweno/gh/archive/v2.1.0.tar.gz
==> script/make --no-update
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
==> Summary
🍺 /usr/local/Cellar/gh/2.1.0: 7 files, 7.6M, built in 3 seconds
Installing NVM, Node.js, and NPM, for running apps and installing JavaScript packages ...
==> Downloading https://github.com/creationix/nvm/archive/v0.17.2.tar.gz
==> Caveats
Add the following to $HOME/.bashrc, $HOME/.zshrc, or your shell's
equivalent configuration file:
source $(brew --prefix nvm)/nvm.sh
Node installs will be lost upon upgrading nvm. Add the following above
the source line to move install location and prevent this:
export NVM_DIR=~/.nvm
Type `nvm help` for further information.
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/nvm/0.17.2: 4 files, 40K, built in 2 seconds
0.2%
0.5%
0.7%
# 1.6%
# 2.6%
## 3.7%
### 4.9%
#### 6.7%
##### 7.8%
###### 9.3%
######## 12.4%
########### 15.9%
############## 19.5%
################ 23.0%
#################### 27.8%
###################### 31.0%
######################### 35.8%
############################ 40.1%
################################ 44.5%
################################### 49.4%
###################################### 53.3%
###################################### 53.6%
######################################## 56.2%
########################################## 58.9%
########################################## 59.3%
########################################## 59.6%
########################################### 59.9%
########################################### 61.1%
############################################ 62.4%
############################################## 64.3%
############################################## 64.6%
############################################### 65.6%
################################################ 67.6%
################################################# 69.4%
################################################### 72.1%
##################################################### 74.8%
####################################################### 77.0%
######################################################### 79.3%
########################################################### 82.0%
############################################################ 83.6%
############################################################## 86.1%
############################################################### 87.7%
################################################################# 90.5%
################################################################## 92.5%
#################################################################### 94.9%
##################################################################### 96.4%
####################################################################### 98.8%
######################################################################## 100.0%
Now using node v0.10.32
Setting 0.10 as the global default nodejs...
default -> 0.10 (-> v0.10.32)
Starting Postgres ...
/Users/wm/Library/LaunchAgents/homebrew.mxcl.postgresql.plist -> /usr/local/opt/postgresql/homebrew.mxcl.postgresql.plist
Installing rbenv, to change Ruby versions ...
==> Downloading https://github.com/sstephenson/rbenv/archive/v0.4.0.tar.gz
==> Caveats
To use Homebrew's directories rather than ~/.rbenv add to your profile:
export RBENV_ROOT=/usr/local/var/rbenv
To enable shims and autocompletion add to your profile:
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
==> Summary
🍺 /usr/local/Cellar/rbenv/0.4.0: 31 files, 152K, built in 2 seconds
Enable shims and autocompletion ...
Installing rbenv-gem-rehash so the shell automatically picks up binaries after installing gems with binaries...
==> Downloading https://github.com/sstephenson/rbenv-gem-rehash/archive/v1.0.0.tar.gz
==> Downloading https://github.com/sstephenson/rbenv-gem-rehash/commit/0756890cfd9c7bbbdde38560fe81626a0c5769bd.diff
==> Patching
patching file README.md
Hunk #1 succeeded at 23 (offset -2 lines).
patching file etc/rbenv.d/exec/~gem-rehash.bash
patching file gems/rbenv-gem-rehash-1.0.0/lib/rubygems_plugin.rb
patching file rubygems_plugin.rb
patching file specifications/rbenv-gem-rehash-1.0.0.gemspec
==> Caveats
If the GEM_PATH environment variable is undefined, rbenv-gem-rehash must
first execute the gem env gempath command to retrieve RubyGems' default path
so that it can can append to the path rather than override it. This can take
a while--from a few hundred milliseconds on MRI to several seconds on
JRuby--so the default path for the current Ruby version is cached to the
filesystem the first time it is retrieved.
==> Summary
🍺 /usr/local/Cellar/rbenv-gem-rehash/1.0.0: 7 files, 24K, built in 2 seconds
Installing ruby-build, to install Rubies ...
==> Downloading https://github.com/sstephenson/ruby-build/archive/v20140926.tar.gz
==> ./install.sh
🍺 /usr/local/Cellar/ruby-build/20140926: 129 files, 552K, built in 2 seconds
Upgrading and linking OpenSSL ...
Unlinking /usr/local/Cellar/openssl/1.0.1i... 0 symlinks removed
Linking /usr/local/Cellar/openssl/1.0.1i... 1140 symlinks created
Installing Ruby 2.1.2 ...
Downloading ruby-2.1.2.tar.gz...
-> http://dqw8nmjcqpjn7.cloudfront.net/f22a6447811a81f3c808d1c2a5ce3b5f5f0955c68c9a749182feb425589e6635
Installing ruby-2.1.2...
Installed ruby-2.1.2 to /Users/wm/.rbenv/versions/2.1.2
Setting 2.1.2 as global default Ruby ...
Updating to latest Rubygems version ...
Updating rubygems-update
Successfully installed rubygems-update-2.4.1
Parsing documentation for rubygems-update-2.4.1
Installing ri documentation for rubygems-update-2.4.1
Installing darkfish documentation for rubygems-update-2.4.1
Done installing documentation for rubygems-update after 1 seconds
Installing RubyGems 2.4.1
RubyGems 2.4.1 installed
Parsing documentation for rubygems-2.4.1
Installing ri documentation for rubygems-2.4.1
=== 2.4.1 / 2014-07-17
Bug fixes:
* RubyGems can now be updated on Ruby implementations that do not support
vendordir in RbConfig::CONFIG. Issue #974 by net1957.
=== 2.4.0 / 2014-07-16
Minor enhancements:
* The contents command now supports a --show-install-dir option that shows
only the directory the gem is installed in. Feature request #966 by Akinori
MUSHA.
* Added a --build-root option to the install command for packagers. Pull
request #965 by Marcus Rückert.
* Added vendor gem support to RubyGems. Package managers may now install gems
in Gem.vendor_dir with the --vendor option to gem install. Issue #943 by
Marcus Rückert.
Bug fixes:
* Kernel#gem now respects the prerelease flag when activating gems.
Previously this behavior was undefined which could lead to bugs when a
prerelease version was unintentionally activated. Bug #938 by Joe Ferris.
* RubyGems now prefers gems from git over installed gems. This allows gems
from git to override an installed gem with the same name and version. Bug
#944 by Thomas Kriechbaumer.
* Fixed handling of git gems in a lockfile with unversioned dependencies. Bug
#940 by Michael Kaiser-Nyman.
* The ruby directive in a gem dependencies file is ignored when installing.
Bug #941 by Michael Kaiser-Nyman.
* Added open to list of builtin commands (`gem open` now works). Reported by
Espen Antonsen.
* `gem open` now works with command-line editors. Pull request #962 by Tim
Pope.
* `gem install -g` now respects `--conservative`. Pull request #950 by Jeremy
Evans.
* RubyGems releases announcements now now include checksums. Bug #939 by
Alexander E. Fischer.
* RubyGems now expands ~ in $PATH when checking if installed executables will
be runnable. Pull request #945 by Alex Talker.
* Fixed `gem install -g --explain`. Issue #947 by Luis Lavena. Patch by
Hsing-Hui Hsu.
* RubyGems locks less during gem activation. Pull request #951 by Aaron
Patterson and Justin Searls, #969 by Jeremy Tryba.
* Kernel#gem is now thread-safe. Pull request #967 by Aaron Patterson.
* RubyGems now handles spaces in directory names for some parts of extension
building. Pull request #949 by Tristan Hill.
* RubyGems no longer defines an empty Date class. Pull Request #948 by Benoit
Daloze.
* RubyGems respects --document options for `gem update` again. Bug 946 by
jonforums. Patch by Hsing-Hui Hsu.
* RubyGems generates documentation again with --ignore-dependencies. Bug #961
by Pulfer.
* RubyGems can install extensions across partitions now. Pull request #970 by
Michael Scherer.
* `-s` is now short for `--source` which resolves an ambiguity with
--no-suggestions. Pull request #955 by Alexander Kahn.
* Added extra test for ~> for 0.0.X versions. Pull request #958 by Mark
Lorenz.
* Fixed typo in gem updated help. Pull request #952 by Per Modin.
* Clarified that the gem description should not be excessively long. Part of
bug #956 by Renier Morales.
* Hid documentation of outdated test_files related methods in Specification.
Guides issue #90 by Emil Soman.
* RubyGems now falls back to the old index if the rubygems.org API fails
during gem resolution.
=== 2.3.0 / 2014-06-10
Minor enhancements:
* Added the `open` command which allows you to inspect the source of a gem
using your editor.
Issue #789 by Mike Perham. Pull request #804 by Vitali F.
* The `update` command shows a summary of which gems were and were not
updated. Issue #544 by Mark D. Blackwell.
Pull request #777 by Tejas Bubane.
* Improved "could not find 'gem'" error reporting. Pull request #913 by
Richard Schneeman.
* Gem.use_gemdeps now accepts an argument specifying the path of the gem
dependencies file. When the file is not found an ArgumentError is raised.
* Writing a .lock file for a gem dependencies file is now controlled by the
--[no-]lock option. Pull reuqest #774 by Jeremy Evans.
* Suggestion of alternate names and spelling corrections during install can be
suppressed with the --no-suggestions option. Issue #867 by Jimmy Cuadra.
* Added mswin64 support. Pull request #881 by U. Nakamura.
* A gem is installable from an IO again (as in RubyGems 1.8.x and older).
Pull request #716 by Xavier Shay.
* RubyGems no longer attempts to build extensions during activation. Instead
a warning is issued instructing you to run `gem pristine` which will build
the extensions for the current platform. Issue #796 by dunric.
* Added Gem::UserInteraction#verbose which prints when the --verbose option is
given. Pull request #811 by Aaron Patterson.
* RubyGems can now fetch gems from private repositories using S3. Pull
request #856 by Brian Palmer.
* Added Gem::ConflictError subclass of Gem::LoadError so you can distinguish
conflicts from other problems. Pull request #841 by Aaron Patterson.
* Cleaned up unneeded load_yaml bootstrapping in Rakefile. Pull request #815
by Zachary Scott.
* Improved performance of conflict resolution. Pull request #842 by Aaron
Patterson.
* Add documentation of "~> 0" to Gem::Version. Issue #896 by Aaron Suggs.
* Added CONTRIBUTING file. Pull request #849 by Mark Turner.
* Allow use of bindir in windows_stub_script in .bat
Pull request #818 by @unak and @nobu
* Use native File::PATH_SEPARATOR and remove $ before gem env on
Gem::Dependency#to_specs. Pull request #915 by @parkr
* RubyGems recommends SPDX IDs for licenses now. Pull request #917 by
Benjamin Fleischer.
Bug fixes:
* RubyGems now only fetches the latest specs to find misspellings which speeds
up gem suggestions. Pull request #808 by Aaron Patterson.
* The given .gem is installed again when multiple versions of the same gem
exist in the current directory. Bug #875 by Prem Sichanugrist.
* Local gems are preferred by name over remote gems again. Bug #834 by
jonforums.
* RubyGems can install local prerelease gems again. Pull request #866 by
Aaron Patterson. Issue #813 by André Arko.
* RubyGems installs development dependencies correctly again. Issue #893 by
Jens Wille.
* RubyGems only installs prerelease versions when they are requested again.
Issue #853 by Seth Vargo, special thanks to Zachary Scott and Ben Moss.
Issue #884 by Nathaniel Bibler.
* Fixed RubyGems list and search command help. Pull request #905 and #928 by
Gabriel Gilder.
* The list of gems to uninstall is always sorted now. Bug #918 by postmodern.
* The update command only updates exactly matching gem names now. Bug #919 by
postmodern.
* Gem::Server now supports prerelease versions. Bug #857 by Marcelo Alvim.
* RubyGems no longer raises an exception immediately when gems are missing
with RUBYGEMS_GEMDEPS. A warning is printed instead. Issue #886 by Michael
Kaiser-Nyman.
* Commands using the rubygems.org API no longer try to sign-in when a
non-rubygems API key has been chosen. Bug #826 by Ben Sedat.
* Updated documentation of Gem::Specification#executables to indicate that
only ruby scripts are allowed. Bug #830 by Geoff Nixon.
* Gem dependency API supports multiple platforms for #platform and #platforms
now. Bug #821 by johnny5-.
* Gem dependency API supports lockfiles without explicit sources. Bug #820 by
johnny5-.
* Gem dependency API supports lockfiles with multiple sources. Bug #822 by
johnny5-, bug #851 by sumit shah.
* Gem dependency API supports lockfiles with git sources using branch, tag and
ref. Bug #822 by johnny5-, #931 by Christoph Blank.
* Gem dependency API no longer raises an exception when a gem does not exist
in one of the configured sources. Bug #897 by Michael Kaiser-Nyman.
* Gem dependency API no longer lists development dependencies in the lockfile.
Bug #768 by Diego Viola, #916 by Santiago Pastorino.
* SSL configuration entries in ~/.gemrc are properly round-tripped. Bug #837
by Noah Luck Easterly.
* The environment command now shows the system configuration directory where
the all-users gemrc lives. Bug #827 by Ben Langfeld.
* Improved speed of conflict checking when activating gems. Pull request #843
by Aaron Patterson.
* Improved speed of levenshtein distance for gem suggestion misspellings.
Pull requests #809, #812 by Aaron Patterson.
* Restored persistent connections. Pull request #869 by Aaron Patterson.
* Reduced requests when fetching gems with the bundler API. Pull request #773
by Charlie Somerville.
* Reduced dependency prefetching to improve install speed. Pull requests
#871, #872 by Matthew Draper.
* RubyGems now avoids net/http auto-proxy detection. Issue #824 by HINOHARA
Hiroshi.
* Removed conversion of Gem::List (used for debugging installs) to unless
necessary. Pull request #870 by Aaron Patterson.
* RubyGems now prints release notes from the current release. Bug #814 by
André Arko.
* RubyGems allows installation of unsigned gems again with -P MediumSecurity
and lower. Bug #859 by Justin S. Collins.
* Fixed typo in Jim Weirich's name. Ruby pull request #577 by Mo Khan.
* Fixed typo in Gem.datadir documentation. Pull request #868 by Patrick
Jones.
* Fixed File.exists? warnings. Pull request #829 by SHIBATA Hiroshi.
* Fixed show_release_notes test for LANG=C. Issue #862 by Luis Lavena.
* Fixed Gem::Package from IO tests on windows. Patch from issue #861 by Luis
Lavena.
* Check for nil extensions as BasicSpecification does not initialize them.
Pull request #882 by André Arko.
* Fixed Gem::BasicSpecification#require_paths receives a String for
@require_paths. Pull requrest #904 by @danielpclark
* Fixed circular require warnings. Bug #908 by Zachary Scott.
* Gem::Specification#require_paths can no longer accidentally be an Array.
Pull requests #904, #909 by Daniel P. Clark.
* Don't build extensions if `build_dir/extensions` isn't writable.
Pull request #912 by @dunric
* Gem::BasicSpecification#require_paths respects default_ext_dir_for now. Bug
#852 by Vít Ondruch.
=== 2.2.2 / 2014-02-05
Bug fixes:
* Fixed ruby tests when BASERUBY is not set. Patch for #778 by Nobuyoshi
Nakada.
* Removed double requests in RemoteFetcher#cache_update_path to improve remote
install speed. Pull request #772 by Charlie Somerville.
* The mkmf.log is now placed next to gem_make.out when building extensions.
* `gem install -g --local` no longer accesses the network. Bug #776 by Jeremy
Evans.
* RubyGems now correctly handles URL passwords with encoded characters. Pull
request #781 by Brian Fletcher.
* RubyGems now correctly escapes URL characters. Pull request #788 by Brian
Fletcher.
* RubyGems can now unpack tar files where the type flag is not given. Pull
request #790 by Cody Russell.
* Typo corrections. Pull request ruby/ruby#506 by windwiny.
* RubyGems now uses both the default certificates and ssl_ca_cert instead of
one or the other. Pull request #795 by zebardy.
* RubyGems can now use the bundler API against hosted gem servers in a
directory. Pull request #801 by Brian Fletcher.
* RubyGems bin stubs now ignore non-versions. This allows RubyGems bin stubs
to list file names like "_foo_". Issue #799 by Postmodern.
* Restored behavior of Gem::Version::new when subclassed. Issue #805 by
Sergio Rubio.
------------------------------------------------------------------------------
RubyGems installed the following executables:
/Users/wm/.rbenv/versions/2.1.2/bin/gem
Ruby Interactive (ri) documentation was installed. ri is kind of like man
pages for ruby libraries. You may access it like this:
ri Classname
ri Classname.class_method
ri Classname#instance_method
If you do not wish to install this documentation in the future, use the
--no-document flag, or set it as the default in your ~/.gemrc file. See
'gem help env' for details.
RubyGems system software updated
Installing Bundler to install project-specific Ruby gems ...
Successfully installed bundler-1.7.3
1 gem installed
Configuring Bundler for faster, parallel gem installation ...
Installing Suspenders, thoughtbot's Rails template ...
Successfully installed thread_safe-0.3.4
Successfully installed minitest-5.4.2
Successfully installed tzinfo-1.2.2
Successfully installed i18n-0.6.11
Successfully installed activesupport-4.1.6
Successfully installed erubis-2.7.0
Successfully installed builder-3.2.2
Successfully installed actionview-4.1.6
Successfully installed rack-1.5.2
Successfully installed rack-test-0.6.2
Successfully installed actionpack-4.1.6
Successfully installed tilt-1.4.1
Successfully installed multi_json-1.10.1
Successfully installed hike-1.2.3
Successfully installed sprockets-2.12.2
Successfully installed sprockets-rails-2.1.4
Successfully installed thor-0.19.1
Successfully installed railties-4.1.6
Successfully installed mime-types-2.3
Successfully installed mail-2.6.1
Successfully installed actionmailer-4.1.6
Successfully installed arel-5.0.1.20140414130214
Successfully installed activemodel-4.1.6
Successfully installed activerecord-4.1.6
Successfully installed rails-4.1.6
Successfully installed sass-3.4.5
Successfully installed bourbon-4.0.2
Successfully installed bitters-0.10.1
Successfully installed suspenders-1.17.0
29 gems installed
Installing Parity, shell commands for development, staging, and
production parity ...
Successfully installed parity-0.3.0
1 gem installed
Installing Heroku CLI client ...
==> Downloading http://assets.heroku.com.s3.amazonaws.com/heroku-client/heroku-client-3.9.7.tgz
==> Caveats
heroku-toolbelt requires an installation of Ruby 1.9 or greater.
==> Summary
🍺 /usr/local/Cellar/heroku-toolbelt/3.9.7: 437 files, 3.4M, built in 2 seconds
Installing the heroku-config plugin to pull config variables locally to be used as ENV variables ...
Installing heroku-config... done
Installing foreman ...
installer: Package name is Foreman
installer: Installing at base path /
installer: The install was successful.
Installing rcm, to manage your dotfiles ...
Cloning into '/usr/local/Library/Taps/thoughtbot/homebrew-formulae'...
Tapped 3 formulae
==> Downloading http://thoughtbot.github.io/rcm/dist/rcm-1.2.3.tar.gz
==> ./configure --prefix=/usr/local/Cellar/rcm/1.2.3
==> make install
🍺 /usr/local/Cellar/rcm/1.2.3: 15 files, 76K, built in 2 seconds
Installing your personal additions from ~/.laptop.local ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment