Skip to content

Instantly share code, notes, and snippets.

@mattberther
Created January 19, 2011 18:05
Show Gist options
  • Save mattberther/786565 to your computer and use it in GitHub Desktop.
Save mattberther/786565 to your computer and use it in GitHub Desktop.
ruby-1.8.7-p330@rails3:
system:
uname: "Linux ubuntu 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64 GNU/Linux"
bash: "/bin/bash => GNU bash, version 4.1.5(1)-release (x86_64-pc-linux-gnu)"
zsh: " => not installed"
rvm:
version: "rvm 1.2.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]"
ruby:
interpreter: "ruby"
version: "1.8.7"
date: "2010-12-23"
platform: "x86_64-linux"
patchlevel: "2010-12-23 patchlevel 330"
full_version: "ruby 1.8.7 (2010-12-23 patchlevel 330) [x86_64-linux]"
homes:
gem: "/home/matt/.rvm/gems/ruby-1.8.7-p330@rails3"
ruby: "/home/matt/.rvm/rubies/ruby-1.8.7-p330"
binaries:
ruby: "/home/matt/.rvm/rubies/ruby-1.8.7-p330/bin/ruby"
irb: "/home/matt/.rvm/rubies/ruby-1.8.7-p330/bin/irb"
gem: "/home/matt/.rvm/rubies/ruby-1.8.7-p330/bin/gem"
rake: "/home/matt/.rvm/gems/ruby-1.8.7-p330@global/bin/rake"
environment:
PATH: "/home/matt/.rvm/gems/ruby-1.8.7-p330@rails3/bin:/home/matt/.rvm/gems/ruby-1.8.7-p330@global/bin:/home/matt/.rvm/rubies/ruby-1.8.7-p330/bin:/home/matt/.rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
GEM_HOME: "/home/matt/.rvm/gems/ruby-1.8.7-p330@rails3"
GEM_PATH: "/home/matt/.rvm/gems/ruby-1.8.7-p330@rails3:/home/matt/.rvm/gems/ruby-1.8.7-p330@global"
MY_RUBY_HOME: "/home/matt/.rvm/rubies/ruby-1.8.7-p330"
IRBRC: "/home/matt/.rvm/rubies/ruby-1.8.7-p330/.irbrc"
RUBYOPT: ""
gemset: "rails3"
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'rspec-core' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require 'rubygems'
version = ">= 0"
if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
version = $1
ARGV.shift
end
gem 'rspec-core', version
load Gem.bin_path('rspec-core', 'rspec', version)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment