From: Mohammad Khan Date: 2005-12-21T12:55:40+09:00 Subject: problem with gem Hello, I am trying to make a gem package for one of my library that I am going to make avaiable soon. Problem is, I can successfully install my gem on the machine where I build the gem. But if I copy that gem to another machine and try to install it I get [root@ruby-agi download]# gem install ruby-agi-0.0.3.gem Attempting local installation of 'ruby-agi-0.0.3.gem' ERROR: Error installing gem ruby-agi-0.0.3.gem[.gem]: parse error on line 0, col 31: `!ruby/object:Gem::Specification ' on both build machine and client machine I have gem-0.8.11 I also gave a try by deleting source_cache file, but no luck. I am sure, I havn't provide enough information to identify the problem. What else I should provide, please suggest. I am new at gem packaging. Your help would be greatly appreciated. Thanks, Mohammad Khan