Error while pushing gem to rubygems (Psych::SyntaxError) -


i tried doing rake release hangs..

then seeing http://help.rubygems.org/discussions/problems/7607-rake-release-hangs-on-new-gem-submission

i've deleted .gem got created , built with

gem build mygem.gemspec 

and tried gem push gem created , got

c:/ruby193/lib/ruby/1.9.1/psych.rb:203:in `parse': (<unknown>): control characters not allowed @ line 1 column 1 (psych::syntaxerror)         c:/ruby193/lib/ruby/1.9.1/psych.rb:203:in `parse_stream'         c:/ruby193/lib/ruby/1.9.1/psych.rb:151:in `parse'         c:/ruby193/lib/ruby/1.9.1/psych.rb:127:in `load'         c:/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb:318:in `load_file'         c:/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb:270:in `load_api_keys'         c:/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb:286:in `rubygems_api_key'         c:/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/gemcutter_utilities.rb:31:in `sign_in'         c:/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/commands/push_command.rb:39:in `execute'         c:/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/command.rb:305:in `invoke_with_build_args'         c:/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:170:in `process_args'         c:/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:130:in `run'         c:/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:60:in `run'         c:/ruby193/bin/gem:21:in `<main>' 

using ruby 1.9.3 , latest rubygems 2.0.7

what can push gem?

eh

deleted credential files rubygems told me created , pushed again, time logging in myself..

then worked


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -