-
-
Save Empact/212356 to your computer and use it in GitHub Desktop.
This file contains 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 characters
[~/Projects/OpenSource/roxml (master)⚡] $ ruby spec/load_spec.rb | |
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- roxml (LoadError) | |
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from spec/load_spec.rb:2 | |
[~/Projects/OpenSource/roxml (master)⚡] $ sudo gem install pkg/roxml-3.1.0.gem | |
Password: | |
Successfully installed roxml-3.1.0 | |
1 gem installed | |
Installing ri documentation for roxml-3.1.0... | |
Installing RDoc documentation for roxml-3.1.0... | |
[~/Projects/OpenSource/roxml (master)⚡] $ ruby spec/load_spec.rb | |
3.1.0 | |
[~/Projects/OpenSource/roxml (master)⚡] $ sudo gem uninstall roxml | |
Successfully uninstalled roxml-3.1.0 | |
[~/Projects/OpenSource/roxml (master)⚡] $ sudo gem install roxml | |
Successfully installed roxml-3.1.0 | |
1 gem installed | |
Installing ri documentation for roxml-3.1.0... | |
Installing RDoc documentation for roxml-3.1.0... | |
[~/Projects/OpenSource/roxml (master)⚡] $ ruby spec/load_spec.rb | |
3.1.0 | |
[~/Projects/OpenSource/roxml (master)⚡] $ gem env | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 1.3.5 | |
- RUBY VERSION: 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10] | |
- INSTALLATION DIRECTORY: /opt/local/lib/ruby/gems/1.8 | |
- RUBY EXECUTABLE: /opt/local/bin/ruby | |
- EXECUTABLE DIRECTORY: /opt/local/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86-darwin-10 | |
- GEM PATHS: | |
- /opt/local/lib/ruby/gems/1.8 | |
- /Users/ben/.gem/ruby/1.8 | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :benchmark => false | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- :sources => ["http://gemcutter.org", "http://gems.rubyforge.org/", "http://gems.github.com"] | |
- REMOTE SOURCES: | |
- http://gemcutter.org | |
- http://gems.rubyforge.org/ | |
- http://gems.github.com | |
[~/Projects/OpenSource/roxml (master)⚡] $ sudo gem uninstall roxml | |
Password: | |
Successfully uninstalled roxml-3.1.0 | |
[~/Projects/OpenSource/roxml (master)⚡] $ sudo gem install roxml --source http://gems.rubyforge.org/ | |
Successfully installed roxml-3.1.0 | |
1 gem installed | |
Installing ri documentation for roxml-3.1.0... | |
Installing RDoc documentation for roxml-3.1.0... | |
[~/Projects/OpenSource/roxml (master)⚡] $ ruby spec/load_spec.rb | |
3.1.0 |
This file contains 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 characters
require 'rubygems' | |
require 'roxml' | |
puts ROXML::VERSION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment