<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ruby 1.9.1 &amp; Rails 3.0: Fixing &#8216;Invalid .gemspec format&#8217; and rubygem warnings</title>
	<atom:link href="http://www.codedifferent.com/2010/02/11/ruby-1-9-1-rails-3-0-fixing-invalid-gemspec-format-and-rubygem-warnings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedifferent.com/2010/02/11/ruby-1-9-1-rails-3-0-fixing-invalid-gemspec-format-and-rubygem-warnings/</link>
	<description>mobile &#124; mac &#124; business &#124; development blog</description>
	<lastBuildDate>Sat, 28 Jan 2012 14:14:08 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Matt</title>
		<link>http://www.codedifferent.com/2010/02/11/ruby-1-9-1-rails-3-0-fixing-invalid-gemspec-format-and-rubygem-warnings/comment-page-1/#comment-5450</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 16 Jul 2010 02:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedifferent.com/?p=544#comment-5450</guid>
		<description>Im having the same problem as Brett above. Though it&#039;s not going away after &quot;bundle install&quot;. Gemfile:

source &#039;http://rubygems.org&#039;
gem &#039;rails&#039;, :git =&gt; &#039;git://github.com/rails/rails.git&#039;
gem &#039;pg&#039;
gem &#039;mysql&#039;
gem &#039;haml&#039;
gem &#039;compass&#039;

# Cucumber on Rails 3 http://github.com/aslakhellesoy/cucumber-rails/blob/master/README.rdoc

group :test do
  gem &quot;rspec-rails&quot;, &quot;&gt;= 2.0.0.beta.1&quot;
  gem &quot;factory_girl_rails&quot;
  gem &#039;autotest&#039;
  gem &#039;capybara&#039;
  gem &#039;database_cleaner&#039;
  gem &#039;cucumber-rails&#039;
  gem &#039;cucumber&#039;
  gem &#039;spork&#039;
  gem &#039;launchy&#039;
  gem &#039;webrat&#039;
end

gem &quot;rails3-generators&quot;, :git  =&gt; &quot;git://github.com/indirect/rails3-generators.git&quot;</description>
		<content:encoded><![CDATA[<p>Im having the same problem as Brett above. Though it&#8217;s not going away after &#8220;bundle install&#8221;. Gemfile:</p>
<p>source &#8216;<a href="http://rubygems.org" rel="nofollow">http://rubygems.org</a>&#8216;<br />
gem &#8216;rails&#8217;, :git =&gt; &#8216;git://github.com/rails/rails.git&#8217;<br />
gem &#8216;pg&#8217;<br />
gem &#8216;mysql&#8217;<br />
gem &#8216;haml&#8217;<br />
gem &#8216;compass&#8217;</p>
<p># Cucumber on Rails 3 <a href="http://github.com/aslakhellesoy/cucumber-rails/blob/master/README.rdoc" rel="nofollow">http://github.com/aslakhellesoy/cucumber-rails/blob/master/README.rdoc</a></p>
<p>group :test do<br />
  gem &#8220;rspec-rails&#8221;, &#8220;&gt;= 2.0.0.beta.1&#8243;<br />
  gem &#8220;factory_girl_rails&#8221;<br />
  gem &#8216;autotest&#8217;<br />
  gem &#8216;capybara&#8217;<br />
  gem &#8216;database_cleaner&#8217;<br />
  gem &#8216;cucumber-rails&#8217;<br />
  gem &#8216;cucumber&#8217;<br />
  gem &#8216;spork&#8217;<br />
  gem &#8216;launchy&#8217;<br />
  gem &#8216;webrat&#8217;<br />
end</p>
<p>gem &#8220;rails3-generators&#8221;, :git  =&gt; &#8220;git://github.com/indirect/rails3-generators.git&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brett</title>
		<link>http://www.codedifferent.com/2010/02/11/ruby-1-9-1-rails-3-0-fixing-invalid-gemspec-format-and-rubygem-warnings/comment-page-1/#comment-5330</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Thu, 01 Apr 2010 22:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedifferent.com/?p=544#comment-5330</guid>
		<description>I had a similar issue running rake cucumber, gem update –system didnt do anything but bundle install worked to resolve it.  Strange I ran the test first time and no errors, next time I ran it (with no changes to anyfiles anywhere on the server I get the list of errors below)....

Using the default profile...
/home/rfr/.bundle/ruby/1.9.1/gems/mail-2.1.3/lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/grammar_compiler.rb:3: warning: already initialized constant AUTOGENERATED
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:8: warning: already initialized constant VERSION
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:9: warning: already initialized constant LANGUAGE_FILE
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:10: warning: already initialized constant LANGUAGES
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:11: warning: already initialized constant BINARY
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:12: warning: already initialized constant LIBDIR
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:13: warning: already initialized constant JRUBY
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:14: warning: already initialized constant IRONRUBY
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:15: warning: already initialized constant WINDOWS
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:16: warning: already initialized constant OS_X
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:17: warning: already initialized constant WINDOWS_MRI
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:18: warning: already initialized constant RAILS
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:19: warning: already initialized constant RUBY_BINARY
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:20: warning: already initialized constant RUBY_1_9
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:21: warning: already initialized constant RUBY_1_8_7
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:4: warning: already initialized constant VERSION
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:5: warning: already initialized constant VERSION_ARRAY
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:6: warning: already initialized constant VERSION_MAJOR
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:7: warning: already initialized constant VERSION_MINOR
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:8: warning: already initialized constant VERSION_BUILD
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor.rb:8: warning: already initialized constant ATTRIBUTES
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor.rb:39: warning: already initialized constant ATTRIBUTE_NAMES
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor.rb:78: warning: already initialized constant COLORED_REGEXP
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/formatter/ansicolor.rb:63: warning: already initialized constant ALIASES

I re ran bundle install and issues went away.</description>
		<content:encoded><![CDATA[<p>I had a similar issue running rake cucumber, gem update –system didnt do anything but bundle install worked to resolve it.  Strange I ran the test first time and no errors, next time I ran it (with no changes to anyfiles anywhere on the server I get the list of errors below)&#8230;.</p>
<p>Using the default profile&#8230;<br />
/home/rfr/.bundle/ruby/1.9.1/gems/mail-2.1.3/lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/grammar_compiler.rb:3: warning: already initialized constant AUTOGENERATED<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:8: warning: already initialized constant VERSION<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:9: warning: already initialized constant LANGUAGE_FILE<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:10: warning: already initialized constant LANGUAGES<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:11: warning: already initialized constant BINARY<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:12: warning: already initialized constant LIBDIR<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:13: warning: already initialized constant JRUBY<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:14: warning: already initialized constant IRONRUBY<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:15: warning: already initialized constant WINDOWS<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:16: warning: already initialized constant OS_X<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:17: warning: already initialized constant WINDOWS_MRI<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:18: warning: already initialized constant RAILS<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:19: warning: already initialized constant RUBY_BINARY<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:20: warning: already initialized constant RUBY_1_9<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/platform.rb:21: warning: already initialized constant RUBY_1_8_7<br />
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:4: warning: already initialized constant VERSION<br />
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:5: warning: already initialized constant VERSION_ARRAY<br />
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:6: warning: already initialized constant VERSION_MAJOR<br />
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:7: warning: already initialized constant VERSION_MINOR<br />
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor/version.rb:8: warning: already initialized constant VERSION_BUILD<br />
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor.rb:8: warning: already initialized constant ATTRIBUTES<br />
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor.rb:39: warning: already initialized constant ATTRIBUTE_NAMES<br />
/home/rfr/.bundle/ruby/1.9.1/gems/term-ansicolor-1.0.5/lib/term/ansicolor.rb:78: warning: already initialized constant COLORED_REGEXP<br />
/home/rfr/.bundle/ruby/1.9.1/gems/cucumber-0.6.4/lib/cucumber/formatter/ansicolor.rb:63: warning: already initialized constant ALIASES</p>
<p>I re ran bundle install and issues went away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Frank</title>
		<link>http://www.codedifferent.com/2010/02/11/ruby-1-9-1-rails-3-0-fixing-invalid-gemspec-format-and-rubygem-warnings/comment-page-1/#comment-5305</link>
		<dc:creator>Stefan Frank</dc:creator>
		<pubDate>Mon, 01 Mar 2010 09:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedifferent.com/?p=544#comment-5305</guid>
		<description>that issue seems to have gone with ruby-gems1.3.6: I had the very same warnings with rvm/rails1.91 and an update with gem update --system also got rid of the warnings.</description>
		<content:encoded><![CDATA[<p>that issue seems to have gone with ruby-gems1.3.6: I had the very same warnings with rvm/rails1.91 and an update with gem update &#8211;system also got rid of the warnings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Bränström</title>
		<link>http://www.codedifferent.com/2010/02/11/ruby-1-9-1-rails-3-0-fixing-invalid-gemspec-format-and-rubygem-warnings/comment-page-1/#comment-5292</link>
		<dc:creator>Fredrik Bränström</dc:creator>
		<pubDate>Fri, 19 Feb 2010 02:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedifferent.com/?p=544#comment-5292</guid>
		<description>I had the exact same problem.

With RVM, the problem is the original Ruby system installation. So you have to switch before you uninstall the &quot;rubygems-update&quot; gem.

$ rvm system
$ gem list -d rubygems-update (just to confirm location is /Library/Ruby/Gems/1.8)
$ sudo gem uninstall rubygems-update

Problem solved.</description>
		<content:encoded><![CDATA[<p>I had the exact same problem.</p>
<p>With RVM, the problem is the original Ruby system installation. So you have to switch before you uninstall the &#8220;rubygems-update&#8221; gem.</p>
<p>$ rvm system<br />
$ gem list -d rubygems-update (just to confirm location is /Library/Ruby/Gems/1.8)<br />
$ sudo gem uninstall rubygems-update</p>
<p>Problem solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Burns</title>
		<link>http://www.codedifferent.com/2010/02/11/ruby-1-9-1-rails-3-0-fixing-invalid-gemspec-format-and-rubygem-warnings/comment-page-1/#comment-5290</link>
		<dc:creator>Anthony Burns</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedifferent.com/?p=544#comment-5290</guid>
		<description>I am running Ruby 1.9.1 on RVM on my Ubuntu Karmic workstation. When I attempt to `gem uninstall rubygems-update`, I get the following error:

ERROR:  While executing gem ... (Gem::InstallError)
    cannot uninstall, check `gem list -d rubygems-update`

gem list -d rubygems-update yields this:

rubygems-update (1.3.5)
    Authors: Jim Weirich, Chad Fowler, Eric Hodel
    Rubyforge: http://rubyforge.org/projects/rubygems
    Homepage: http://rubygems.rubyforge.org/
    Installed at: /home/anthony/.rvm/gems/ruby-1.9.1-p378%global

    RubyGems is a package management framework for Ruby</description>
		<content:encoded><![CDATA[<p>I am running Ruby 1.9.1 on RVM on my Ubuntu Karmic workstation. When I attempt to `gem uninstall rubygems-update`, I get the following error:</p>
<p>ERROR:  While executing gem &#8230; (Gem::InstallError)<br />
    cannot uninstall, check `gem list -d rubygems-update`</p>
<p>gem list -d rubygems-update yields this:</p>
<p>rubygems-update (1.3.5)<br />
    Authors: Jim Weirich, Chad Fowler, Eric Hodel<br />
    Rubyforge: <a href="http://rubyforge.org/projects/rubygems" rel="nofollow">http://rubyforge.org/projects/rubygems</a><br />
    Homepage: <a href="http://rubygems.rubyforge.org/" rel="nofollow">http://rubygems.rubyforge.org/</a><br />
    Installed at: /home/anthony/.rvm/gems/ruby-1.9.1-p378%global</p>
<p>    RubyGems is a package management framework for Ruby</p>
]]></content:encoded>
	</item>
</channel>
</rss>

