Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Problem upgrading nanoc

Received: by 10.68.135.231 with SMTP id pv7mr16361783pbb.8.1329792199028;
        Mon, 20 Feb 2012 18:43:19 -0800 (PST)
X-BeenThere: nanoc@googlegroups.com
Received: by 10.68.222.37 with SMTP id qj5ls22136083pbc.9.gmail; Mon, 20 Feb
 2012 18:43:18 -0800 (PST)
MIME-Version: 1.0
Received: by 10.68.228.5 with SMTP id se5mr2800183pbc.4.1329792198553; Mon, 20
 Feb 2012 18:43:18 -0800 (PST)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
 curw...@gmail.com designates internal as permitted sender)
 smtp.mail=curw...@gmail.com; dkim=pass
 header...@gmail.com
Received: by sk8g2000pbc.googlegroups.com with HTTP; Mon, 20 Feb 2012 18:43:18
 -0800 (PST)
Date: Mon, 20 Feb 2012 18:43:18 -0800 (PST)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7
 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7,gzip(gfe)
Message-ID: <9981e75b-4aa3-4341-b462-384bf8a36670@sk8g2000pbc.googlegroups.com>
Subject: Problem upgrading nanoc
From: ahochan <curw...@gmail.com>
To: nanoc <nanoc@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

I just tried to update nanoc on my Windows 7 computer by executing
"gem update nanoc"

It failed with the following error message:

Updating installed gems
Updating nanoc
ERROR:  While executing gem ... (ArgumentError)
    invalid byte sequence in Windows-31J

After this, it is no longer possible to run. For instance, running
"nanoc -v" results in the following error:

C:/Ruby192/lib/ruby/gems/1.9.1/gems/nanoc3-3.1.7/lib/nanoc3/cli/
base.rb:5:in `<m
odule:CLI>': uninitialized constant Cri::Base (NameError)
        from C:/Ruby192/lib/ruby/gems/1.9.1/gems/nanoc3-3.1.7/lib/
nanoc3/cli/bas
e.rb:3:in `<top (required)>'
        from <internal:lib/rubygems/custom_require>:29:in `require'
        from <internal:lib/rubygems/custom_require>:29:in `require'
        from C:/Ruby192/lib/ruby/gems/1.9.1/gems/nanoc3-3.1.7/lib/
nanoc3/cli.rb:
12:in `<top (required)>'
        from <internal:lib/rubygems/custom_require>:29:in `require'
        from <internal:lib/rubygems/custom_require>:29:in `require'
        from C:/Ruby192/lib/ruby/gems/1.9.1/gems/nanoc3-3.1.7/bin/
nanoc3:9:in `<
top (required)>'
        from C:/Ruby192/bin/nanoc3:19:in `load'
        from C:/Ruby192/bin/nanoc3:19:in `<main>'

Any ideas?