RubyGems.org cannot process my gem.
Hello,
I write a simple gem 'rolo' https://github.com/icy/rolo. When I push this gem, I see the error "Rubygems.org cannot process this gem" though I can build and use it locally .
Please see the file attach for details. I am using rvm/ruby-1.8.7-head and rvm/ruby-1.9.2-head.
Thanks,
- push.log 18 KB
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Nick Quaranto on 04 Aug, 2012 02:32 PM
Hey there,
This just worked locally for me with Ruby 1.9.3. Can you try pushing with 1.9.3? Either that, or what's the output of
gem env?3 Posted by Anh K. Huynh on 05 Aug, 2012 01:36 AM
Hello,
4 Posted by Anh K. Huynh on 05 Aug, 2012 05:01 AM
Hello,
Thank you for your consideration. I did try with ruby-1.9.3-p0
with no success (I got same error as reported: "(<unknown>): couldn't
parse YAML
at line 62 column 9").
Below my `gem env`. Please take a look.
Regards,
<code>
RubyGems Environment:
- RUBYGEMS VERSION: 1.8.11
- RUBY VERSION: 1.9.3 (2011-10-30 patchlevel 0) [i686-linux]
- INSTALLATION DIRECTORY: /home/pi/.rvm/gems/ruby-1.9.3-p0
- RUBY EXECUTABLE: /home/pi/.rvm/rubies/ruby-1.9.3-p0/bin/ruby
- EXECUTABLE DIRECTORY: /home/pi/.rvm/gems/ruby-1.9.3-p0/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86-linux
- GEM PATHS:
- /home/pi/.rvm/gems/ruby-1.9.3-p0
- /home/pi/.rvm/gems/ruby-1.9.3-p0@global
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => 1
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- "gem" => "--no-rdoc --no-ri --include-depedencies --source
http://gems.rubyforge.org/ -V"
- REMOTE SOURCES:
- http://rubygems.org/
</code>
--
I am ... 5 dog years old.
5 Posted by Anh K. Huynh on 06 Aug, 2012 03:04 AM
Hello,
I used ruby-1.9.3p194 on another machine to push the gems successfully.
Thank you for your support.
Regards,
Nick Quaranto closed this discussion on 07 Sep, 2012 03:42 AM.