search for: manage_gem

Displaying 15 results from an estimated 15 matches for "manage_gem".

Did you mean: manage_gems
2010 Jan 27
1
Patch and introduction
Hi, I''m currently trying to get icalendar packaged and into Fedora and EPEL, During this process I''ve noticed that you''re currently using Gem::manage_gems in the make Rakefile, this method was depecated in rubygems 1.3.0 them removed in rubygems 1.3.3. The attached patch updates the Rakefile replacing the method with the two require calls required. Mark -- Mark Chappell Unix Systems Administrator University of Bath Computing Services --------...
2004 Nov 04
4
Attempt to build a gemspec
...--main README'' s.rdoc_options = opts s.test_files = Dir.glob("test/tc_*.rb") s.author = "Daniel J. Berger" s.email = "djberg96@yahoo.com" s.homepage = "http://www.rubyforge.org/projects/win32utils" end if $0 == __FILE__ Gem.manage_gems Gem::Builder.new(spec).build end It seems to build fine. When I run ''gem install'' however, I get this: C:\eclipse\workspace\win32-ipc>gem install win32-ipc-0.3.1-mswin32.gem Attempting local installation of ''win32-ipc-0.3.1-mswin32.gem'' Successfully ins...
2006 Jan 12
2
Can''t install rubygems on Debian 3.1
...te_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:1 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:61:in `manage_gems'' from /home/init/junk/rubygems-0.8.11/./post-install.rb:64:in `install_sources'' from /home/init/junk/rubygems-0.8.11/./post-install.rb:75:in `try_run_hook'' from setup.rb:577:in `run_hook'' from setup.rb:1315:in `exec_task_travers...
2011 Jul 04
2
ruby and rails wont work even they're already installed
mongskie@mongskie-os:~$ gem /usr/bin/gem:4: undefined method `manage_gems'' for Gem:Module (NoMethodError) mongskie@mongskie-os:~$ rails /usr/lib/ruby/1.8/active_support/dependencies.rb:55: uninitialized constant ActiveSupport::Dependencies::Mutex (NameError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'' f...
2006 Mar 31
6
Install rubygems error
...site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:1 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:61:in `manage_gems'' from /usr/local/bin/gem:4 So I decided to re-install rubygems. When trying to run setup.rb I get: /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__'': no such file to load -- zlib (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/rubyg...
2006 Feb 12
4
Rails Install on Linux (SuSE 9.3) Fails
..._ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:1 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:61:in `manage_gems'' from /usr/local/bin/gem:4 so then when I type rails /home/jim/railsApp1 I get bash: rails: command not found Sorry if this is a stupid Linux error on my part, but hey, I gotta start somewhere, right? Thanks for any help on Rails _or_ Linux _or_ SuSE 9.3 (which, I understa...
2005 Jun 04
0
Gem problem
..."win32utils" files = Dir["doc/*"] + Dir["examples/*"] + Dir["lib/win32/*"] files += Dir["test/*"] + Dir["[A-Z]*"] files.delete_if{ |item| item.include?("CVS") } gem.files = files end if $0 == __FILE__ Gem.manage_gems Gem::Builder.new(spec).build end
2006 Jun 21
7
How to install patches?
Hi, Can someone explain how do I install patches. Once I go to the page, I am not sure what to download and how to apply? I am RoR newbie. -Thanks Hari -- Posted via http://www.ruby-forum.com/.
2007 Nov 26
2
Rails 1.2.6 gem freeze fails with gem 0.9.5 system
Freezing to the gems for Rails 1.2.6 rake aborted! uninitialized constant Gem::GemRunner tracing gives: no such file to load -- /Users/nathany/Sites/boat/oat/config/../vendor/ rails/railties/lib/initializer /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' ... which seems like it may be trying to load the frozen gems before they are there? It
2006 Apr 19
3
help! installing rubygems in ubuntu... problems with zlib
..._ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:1 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:61:in `manage_gems'' from /home/carlos/Desktop/rubygems-0.8.11/./post-install.rb:64:in `install_sources'' from /home/carlos/Desktop/rubygems-0.8.11/./post-install.rb:75:in `try_run_hook'' from setup.rb:577:in `run_hook'' from setup.rb:1315:in `exec_...
2009 Dec 20
3
Noob Install Failed 0.0.0.0:3000
...etup.rb RubyGems 1.3.5 installed === 1.3.5 / 2009-07-21 Bug fixes: * Fix use of prerelease gems. * Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458. Deprecation Notices: * Bulk index update is no longer supported (the code currently remains, but not the tests) * Gem::manage_gems was removed in 1.3.3. * Time::today was removed in 1.3.3. ------------------------------------------------------------------------------ RubyGems installed the following executables: c:/program files/ruby/bin/gem C:\Downloads\Ruby on Rails\rubygems-1.3.5\rubygems-1.3.5> C:\Download...
2007 Jul 12
15
Ruby Gems and Rails
Hi, I think this has been discussed previously on the list, so apologies if I''m covering old ground but I''ve been using puppet to manage a few Rails applications which have dependencies on quite a few gems, so it''s getting to be a bit of an onerous task to manage them. It looks like the command line interface to gems doesn''t really support automated
2006 Apr 01
8
ROR on solaris 10 gem installation error
...uby/1.8/rubygems/custom_require.rb:21:in `require '' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:1 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require '' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:61:in `manage_gems'' from /usr/local/src/rubygems-0.8.11/./post-install.rb:64:in `install_sources'' from /usr/local/src/rubygems-0.8.11/./post-install.rb:75:in `try_run_hook'' from setup.rb:577:in `run_hook'' from setup.rb:1315:in `exec_task_traverse&...
2009 Jan 24
37
Problem running Samples
Hi. I''m desperately trying to learn Ruby and wxWidgets, on my 64-bit Linux machine. However when I try to run any of the samples from the command line I get the following error message: ruby: symbol lookup error: /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86_64-linux/lib/wxruby2.so: undefined symbol: Init_wxMediaCtrl I''d be very grateful for any help. Many thanks in advance! --
2007 Sep 19
49
plugin dependencies
Hello all, The topic of plugin dependencies has come up before and it doesn''t seem to have been addressed by core or core doesn''t seem to think it''s an issue. I''ve looked at the current edge code and don''t see anything new, so if I''ve missed something *please* let me know. The following article makes mention of a require_plugin