Created
September 15, 2010 12:59
Revisions
-
handcrafted created this gist
Sep 15, 2010 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,113 @@ [07:37][adamstacoviak:~]$ gem list *** LOCAL GEMS *** aasm (2.1.4) acl9 (0.12.0) actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.8, 2.3.5) addressable (2.1.1) adsf (1.0.1) authlogic (2.1.3) bluecloth (2.0.7) builder (2.1.2) bundler (1.0.0) buzzsprout (0.0.4) cgi_multipart_eof_fix (2.5.0) cheat (1.3.0) compass (0.10.5) configuration (1.1.0) crack (0.1.8, 0.1.7, 0.1.6) csv_pirate (4.0.6) daemons (1.1.0) dry_scaffold (0.3.7) escape (0.0.4) eventmachine (0.12.10) extlib (0.9.14) faker (0.3.1) fastercsv (1.5.3) fastthread (1.0.7) formtastic (0.9.7) fuzzyhash (0.0.11) gc-stats (0.7.0) gem_plugin (0.2.3) ghost (0.2.6) grid-coordinates (1.0.6) haml (3.0.18) has_scope (0.5.0) hashie (0.2.2, 0.2.1, 0.1.8) heroku (1.9.9) hoe (2.6.2, 2.6.1) hoptoad_notifier (2.2.2) hpricot (0.8.2) htmlentities (4.2.1) http_router (0.3.3, 0.3.1) httparty (0.5.2, 0.4.5) i18n (0.4.1, 0.3.7) inherited_resources (1.0.2) json (1.2.4) json_pure (1.4.6, 1.4.3) ken (0.2.0) launchy (0.3.5) loofah (0.4.1) mail (2.2.5) maruku (0.6.0) mime-types (1.16) mms2r (2.4.1) mongrel (1.1.5) mysql (2.8.1, 2.7) nokogiri (1.4.3.1, 1.4.2, 1.4.1) oauth (0.3.6) oauth-plugin (0.3.14) octopussy (0.3.0, 0.2.4) padrino (0.9.14, 0.9.10, 0.9.9) padrino-admin (0.9.14, 0.9.10, 0.9.9) padrino-core (0.9.14, 0.9.10, 0.9.9) padrino-gen (0.9.14, 0.9.10, 0.9.9) padrino-helpers (0.9.14, 0.9.10, 0.9.9) padrino-mailer (0.9.14, 0.9.10, 0.9.9) passenger (2.2.11) pelle-ruby-openid (2.1.8) polyglot (0.3.1) portablecontacts (0.1.0) rack (1.2.1, 1.1.0, 1.0.1) rack-flash (0.1.1) rack-test (0.5.4, 0.5.3) rails (2.3.5) rake (0.8.7) rdiscount (1.6.5, 1.5.8) RedCloth (4.2.3, 4.2.2) responders (0.4.2) rest-client (1.6.1, 1.4.2) rsolr (0.12.1) rspec (1.3.0) rspec_hpricot_matchers (1.0) ruby-hmac (0.4.0) rubyforge (2.0.4) rubygems-update (1.3.7) sanitize_email (0.3.6) shoulda (2.10.3) sinatra (1.0) smashing-layout (0.0.1) staticmatic (0.10.8) sunspot (0.10.9) super_exception_notifier (2.0.8) syntax (1.0.0) test-unit (2.1.1) thin (1.2.7) thor (0.14.0) tlsmail (0.0.1) tmail (1.2.7.1) treetop (1.4.8) twitter (0.8.3) url_mount (0.2.1) usher (0.8.3) uuidtools (2.1.1) warden (0.9.7) will_paginate (2.3.12) xml-simple (1.0.12) youtube-g (0.5.0) zendesk_remote_auth (0.9.0) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,219 @@ [07:39][adamstacoviak:~]$ cd Code/Sandbox/ [07:39][adamstacoviak:~/Code/Sandbox]$ git clone http://github.com/pengwynn/wynnnetherland.com.git Initialized empty Git repository in /Users/adamstacoviak/Code/Sandbox/wynnnetherland.com/.git/ remote: Counting objects: 1383, done. remote: Compressing objects: 100% (529/529), done. remote: Total 1383 (delta 573), reused 1383 (delta 573) Receiving objects: 100% (1383/1383), 1.15 MiB | 992 KiB/s, done. Resolving deltas: 100% (573/573), done. [07:39][adamstacoviak:~/Code/Sandbox]$ cd wynnnetherland.com/ [07:39][adamstacoviak:~/Code/Sandbox/wynnnetherland.com(master)]$ padrino start /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/resolver.rb:280:in `resolve': Could not find gem 'ultraviolet (= 0.10.1, runtime)' in any of the gem sources. (Bundler::GemNotFound) from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/resolver.rb:162:in `start' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/resolver.rb:131:in `resolve' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/resolver.rb:130:in `catch' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/resolver.rb:130:in `resolve' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/definition.rb:153:in `resolve' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/definition.rb:93:in `specs' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/definition.rb:137:in `specs_for' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/definition.rb:126:in `requested_specs' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/environment.rb:23:in `requested_specs' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler/runtime.rb:11:in `setup' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.0/lib/bundler.rb:100:in `setup' from /Users/adamstacoviak/Code/Sandbox/wynnnetherland.com/config/boot.rb:12 from /Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/padrino-core-0.9.14/lib/padrino-core/cli/base.rb:23:in `start' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/task.rb:22:in `send' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/task.rb:22:in `run' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/invocation.rb:118:in `invoke_task' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor.rb:246:in `dispatch' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/base.rb:389:in `start' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/padrino-core-0.9.14/bin/padrino:24 from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/bin/padrino:19:in `load' from /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/bin/padrino:19 [07:39][adamstacoviak:~/Code/Sandbox/wynnnetherland.com(master)]$ mate . [07:39][adamstacoviak:~/Code/Sandbox/wynnnetherland.com(master)]$ gem install ultraviolet Building native extensions. This could take a while... ERROR: Error installing ultraviolet: ERROR: Failed to build gem native extension. /Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249/bin/ruby extconf.rb checking for main() in -lonig... no creating Makefile make gcc -I. -I. -I/Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/1.8/i686-darwin10.2.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -Wall -c oregexp.c oregexp.c:2:23: error: oniguruma.h: No such file or directory oregexp.c:9: error: expected specifier-qualifier-list before ‘regex_t’ oregexp.c: In function ‘oregexp_free’: oregexp.c:16: warning: implicit declaration of function ‘onig_free’ oregexp.c:16: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c: In function ‘oregexp_allocate’: oregexp.c:22: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c: At top level: oregexp.c:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token oregexp.c:72: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token oregexp.c:95: error: expected specifier-qualifier-list before ‘OnigRegion’ oregexp.c:99: warning: type defaults to ‘int’ in declaration of ‘UChar’ oregexp.c:99: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token oregexp.c: In function ‘oregexp_initialize’: oregexp.c:123: error: ‘UChar’ undeclared (first use in this function) oregexp.c:123: error: (Each undeclared identifier is reported only once oregexp.c:123: error: for each function it appears in.) oregexp.c:123: error: ‘pat_ptr’ undeclared (first use in this function) oregexp.c:129: error: ‘OnigEncodingType’ undeclared (first use in this function) oregexp.c:129: error: ‘iEncoding’ undeclared (first use in this function) oregexp.c:129: warning: implicit declaration of function ‘int2encoding’ oregexp.c:130: error: ‘OnigSyntaxType’ undeclared (first use in this function) oregexp.c:130: error: ‘iSyntax’ undeclared (first use in this function) oregexp.c:130: warning: implicit declaration of function ‘int2syntax’ oregexp.c:134: error: ‘OnigErrorInfo’ undeclared (first use in this function) oregexp.c:134: error: expected ‘;’ before ‘einfo’ oregexp.c:135: warning: implicit declaration of function ‘onig_new’ oregexp.c:135: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:135: error: ‘einfo’ undeclared (first use in this function) oregexp.c:136: error: ‘ONIG_NORMAL’ undeclared (first use in this function) oregexp.c:137: error: ‘ONIG_MAX_ERROR_MESSAGE_LEN’ undeclared (first use in this function) oregexp.c:138: warning: implicit declaration of function ‘onig_error_code_to_str’ oregexp.c:137: warning: unused variable ‘s’ oregexp.c: At top level: oregexp.c:153: error: expected declaration specifiers or ‘...’ before ‘OnigRegion’ oregexp.c: In function ‘oregexp_make_match_data’: oregexp.c:158: error: ‘region’ undeclared (first use in this function) oregexp.c:162: error: invalid application of ‘sizeof’ to incomplete type ‘struct re_registers’ oregexp.c:163: error: dereferencing pointer to incomplete type oregexp.c:164: error: dereferencing pointer to incomplete type oregexp.c:165: error: dereferencing pointer to incomplete type oregexp.c:166: error: dereferencing pointer to incomplete type oregexp.c:169: error: dereferencing pointer to incomplete type oregexp.c:170: error: dereferencing pointer to incomplete type oregexp.c:173: error: ‘struct callback_packet’ has no member named ‘region’ oregexp.c:174: warning: implicit declaration of function ‘onig_number_of_names’ oregexp.c:174: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:176: warning: implicit declaration of function ‘onig_foreach_name’ oregexp.c:176: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:176: error: ‘name_callback’ undeclared (first use in this function) oregexp.c: In function ‘oregexp_match’: oregexp.c:211: warning: statement with no effect oregexp.c:215: error: ‘UChar’ undeclared (first use in this function) oregexp.c:215: error: ‘str_ptr’ undeclared (first use in this function) oregexp.c:229: error: ‘OnigRegion’ undeclared (first use in this function) oregexp.c:229: error: ‘region’ undeclared (first use in this function) oregexp.c:229: warning: implicit declaration of function ‘onig_region_new’ oregexp.c:230: warning: implicit declaration of function ‘onig_search’ oregexp.c:230: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:230: error: ‘ONIG_OPTION_NONE’ undeclared (first use in this function) oregexp.c:233: error: too many arguments to function ‘oregexp_make_match_data’ oregexp.c:234: warning: implicit declaration of function ‘onig_region_free’ oregexp.c:238: error: ‘ONIG_MISMATCH’ undeclared (first use in this function) oregexp.c:243: error: ‘ONIG_MAX_ERROR_MESSAGE_LEN’ undeclared (first use in this function) oregexp.c:243: warning: unused variable ‘s’ oregexp.c:248: warning: control reaches end of non-void function oregexp.c: At top level: oregexp.c:250: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘BACKSLASH’ oregexp.c: In function ‘oregexp_append_replacement’: oregexp.c:262: error: expected declaration specifiers before ‘OnigRegion’ oregexp.c:268: error: ‘UChar’ undeclared (first use in this function) oregexp.c:268: error: ‘replacementText’ undeclared (first use in this function) oregexp.c:269: error: ‘replacementEnd’ undeclared (first use in this function) oregexp.c:272: error: ‘OnigCodePoint’ undeclared (first use in this function) oregexp.c:272: error: expected ‘;’ before ‘digitC’ oregexp.c:273: error: ‘OnigEncoding’ undeclared (first use in this function) oregexp.c:273: error: expected ‘;’ before ‘enc’ oregexp.c:274: error: nested functions are disabled, use -fnested-functions to re-enable oregexp.c:274: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token oregexp.c:274: error: ‘matchText’ undeclared (first use in this function) oregexp.c:280: error: ‘enc’ undeclared (first use in this function) oregexp.c:280: warning: implicit declaration of function ‘onig_get_encoding’ oregexp.c:280: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:283: error: expected ‘;’ before ‘c’ oregexp.c:284: warning: implicit declaration of function ‘ONIGENC_MBC_ENC_LEN’ oregexp.c:286: error: ‘c’ undeclared (first use in this function) oregexp.c:290: error: ‘BACKSLASH’ undeclared (first use in this function) oregexp.c:307: error: ‘digitC’ undeclared (first use in this function) oregexp.c:307: warning: implicit declaration of function ‘ONIGENC_MBC_TO_CODE’ oregexp.c:309: warning: implicit declaration of function ‘ONIGENC_IS_CODE_DIGIT’ oregexp.c:328: error: invalid type argument of ‘->’ oregexp.c:328: error: invalid type argument of ‘->’ oregexp.c:328: error: invalid type argument of ‘->’ oregexp.c:332: error: invalid type argument of ‘->’ oregexp.c:336: error: invalid type argument of ‘->’ oregexp.c:336: error: invalid type argument of ‘->’ oregexp.c:346: error: invalid type argument of ‘->’ oregexp.c:347: error: invalid type argument of ‘->’ oregexp.c:348: error: invalid type argument of ‘->’ oregexp.c:363: warning: implicit declaration of function ‘ONIGENC_IS_CODE_WORD’ oregexp.c:375: warning: implicit declaration of function ‘onig_name_to_backref_number’ oregexp.c:375: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:378: error: invalid type argument of ‘->’ oregexp.c:379: error: invalid type argument of ‘->’ oregexp.c:379: error: invalid type argument of ‘->’ oregexp.c:391: error: invalid type argument of ‘->’ oregexp.c:391: error: invalid type argument of ‘->’ oregexp.c:392: error: invalid type argument of ‘->’ oregexp.c:392: error: invalid type argument of ‘->’ oregexp.c:392: error: invalid type argument of ‘->’ oregexp.c: In function ‘oregexp_gsub’: oregexp.c:417: error: expected declaration specifiers before ‘OnigRegion’ oregexp.c:429: error: ‘OnigEncoding’ undeclared (first use in this function) oregexp.c:429: error: expected ‘;’ before ‘enc’ oregexp.c:444: error: ‘UChar’ undeclared (first use in this function) oregexp.c:444: error: ‘str_ptr’ undeclared (first use in this function) oregexp.c:447: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:447: error: ‘ONIG_OPTION_NONE’ undeclared (first use in this function) oregexp.c:457: error: ‘enc’ undeclared (first use in this function) oregexp.c:457: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:460: error: invalid type argument of ‘->’ oregexp.c:461: error: invalid type argument of ‘->’ oregexp.c:464: error: too many arguments to function ‘oregexp_make_match_data’ oregexp.c:487: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c: At top level: oregexp.c:510: error: expected specifier-qualifier-list before ‘OnigRegion’ oregexp.c: In function ‘oregexp_packed_gsub’: oregexp.c:513: error: ‘gsub_packet’ has no member named ‘region’ oregexp.c: At top level: oregexp.c:515: error: expected ‘)’ before ‘*’ token oregexp.c: In function ‘oregexp_safe_gsub’: oregexp.c:525: error: ‘OnigRegion’ undeclared (first use in this function) oregexp.c:525: error: ‘region’ undeclared (first use in this function) oregexp.c:526: warning: excess elements in struct initializer oregexp.c:526: warning: (near initialization for ‘call_args’) oregexp.c:527: error: ‘oregexp_cleanup_region’ undeclared (first use in this function) oregexp.c: At top level: oregexp.c:597: error: expected declaration specifiers or ‘...’ before ‘OnigRegion’ oregexp.c: In function ‘oregexp_scan’: oregexp.c:606: error: ‘OnigEncoding’ undeclared (first use in this function) oregexp.c:606: error: expected ‘;’ before ‘enc’ oregexp.c:614: error: ‘UChar’ undeclared (first use in this function) oregexp.c:614: error: ‘str_ptr’ undeclared (first use in this function) oregexp.c:616: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:616: error: ‘region’ undeclared (first use in this function) oregexp.c:616: error: ‘ONIG_OPTION_NONE’ undeclared (first use in this function) oregexp.c:622: error: ‘enc’ undeclared (first use in this function) oregexp.c:622: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c:624: error: too many arguments to function ‘oregexp_make_match_data’ oregexp.c:641: error: ‘ORegexp’ has no member named ‘reg’ oregexp.c: At top level: oregexp.c:651: error: expected specifier-qualifier-list before ‘OnigRegion’ oregexp.c: In function ‘oregexp_packed_scan’: oregexp.c:654: error: ‘struct scan_packet’ has no member named ‘region’ oregexp.c:654: error: too many arguments to function ‘oregexp_scan’ oregexp.c: In function ‘oregexp_m_scan’: oregexp.c:669: error: ‘OnigRegion’ undeclared (first use in this function) oregexp.c:669: error: ‘region’ undeclared (first use in this function) oregexp.c:670: warning: excess elements in struct initializer oregexp.c:670: warning: (near initialization for ‘call_args’) oregexp.c:671: error: ‘oregexp_cleanup_region’ undeclared (first use in this function) oregexp.c: In function ‘oregexp_match_op’: oregexp.c:727: error: dereferencing pointer to incomplete type oregexp.c:728: warning: control reaches end of non-void function oregexp.c: In function ‘Init_oregexp’: oregexp.c:743: warning: implicit declaration of function ‘onig_version’ oregexp.c:743: warning: passing argument 1 of ‘rb_str_new2’ makes pointer from integer without a cast make: *** [oregexp.o] Error 1 Gem files will remain installed in /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/oniguruma-1.1.0 for inspection. Results logged to /Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/gems/oniguruma-1.1.0/ext/gem_make.out [07:39][adamstacoviak:~/Code/Sandbox/wynnnetherland.com(master)]$ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,39 @@ [07:37][adamstacoviak:~]$ rvm info ruby-1.8.7-p249: system: uname: "Darwin web20show.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386" bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" zsh: "/bin/zsh => zsh 4.3.9 (i386-apple-darwin10.0)" rvm: version: "rvm 1.0.8 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]" ruby: interpreter: "ruby" version: "1.8.7" date: "2010-01-10" platform: "i686-darwin10.2.0" patchlevel: "2010-01-10 patchlevel 249" full_version: "ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-darwin10.2.0]" homes: gem: "/Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249" ruby: "/Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249" binaries: ruby: "/Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249/bin/ruby" irb: "/Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249/bin/irb" gem: "/Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249/bin/gem" rake: "/Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/bin/rake" environment: PATH: "/Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249/bin:/Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249@global/bin:/Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249/bin:/Users/adamstacoviak/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/Users/adamstacoviak/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/X11/bin" GEM_HOME: "/Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249" GEM_PATH: "/Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249:/Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249@global" BUNDLE_PATH: "/Users/adamstacoviak/.rvm/gems/ruby-1.8.7-p249" MY_RUBY_HOME: "/Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249" IRBRC: "/Users/adamstacoviak/.rvm/rubies/ruby-1.8.7-p249/.irbrc" RUBYOPT: "" gemset: ""