Earlier this afternoon I was working on a development server that has a web server, a PostgreSQL database, Ruby, and rubygems installed on it. I was curious to find out if a specific gem I was about to install had any dependencies or other gems that would also be installed as dependents of the gem I wanted to test. Below I describe how to find out the dependencies of a specific gem by querying the remote server but also how to download a specific gem version to see what gems are dependents.
Tags: 1.2.4, 1.3.1, 1.4.3, 1.5.1, ar_mailer, dependencies, gem, gem --version, gem dependency, gem fetch, gem server, gem specification, gemcutter, hoe, minitest, Ruby, rubyforge, rubygems, treetop, version
Posts Tagged “rubygems”
Sep
10
2010
Ruby Gem Install Error: /usr/bin/ruby extconf.rb can’t find header files for rubyPosted by alex in ErrorsI ran into a error when installing the first gem on a CentOS development server I was creating. The error states that the extconf.rb file could not the header files. Below I show the output of the error along with what was done to resolve the error. Tags: CentOS, error, extconf.rb, gem, header files, Linux, Ruby, ruby-devel, ruby-lsapi, rubygems, setup.rb
Sep
09
2010
ERROR: RDoc documentation generator not installed: no such file to load — rdoc/rdocPosted by alex in ErrorsI recently setup a new server with Ruby and Rubygems however I received an error when attempting to install my first gem which happened to be ruby-lsapi. Below I explain the error including an example of the error in the output of installing a gem as well as what was done to resolve the error. Tags: CentOS, documentation, gem, Linux, lsapi, package manager, rdoc, Ruby, ruby-irb, ruby-rdoc, rubygems, yum
May
18
2010
CentOS Linux: Can’t install RMagick 2.7.0. Can’t find Magick-configPosted by alex in ErrorsWhile prepping a development server earlier this afternoon I ran into an issue installing the rmagick gem. This was one of a list of 30 or so gems required by a Ruby project that was being installed onto the development server. I thought initially something else was wrong because I had run into this issue before but I thought I had installed ImageMagick via the yum package manager to resolve the problem. Anyhow after verifying ImageMagick was installed I still had the same issue on the development CentOS Linux server. Below I describe the error in detail along with what was done to resolve the issue. Tags: CentOS, error, gem, ImageMagick, imagemagick-devel, install, Linux, magick-config, mkmf.log, package manager, Rmagick, Ruby, rubygems, yum
May
17
2010
RubyGems ERROR: Error Installing Cucumber, hoe Requires RubyGems version 1.3.1Posted by alex in InsightsWhile creating a development environment for a Ruby project earlier I ran into an error installing some of the gems required by the project. I realized that I had installed an older version of RubyGems which was causing problems with some of the gem dependents that needed to be installed. Below I list one of the examples of the errors I was running into and how I resolved the issue. Tags: 1.1.1, 1.3.5, CentOS, cucumber, error, gem --version, gem install, gems, hoe, install, Linux, Ruby, rubygems, setup.rb, tar, wget |









Entries (RSS)