The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
28 views
+50

How to fix a RubyGems.org project page after yanking a gem?

I have a gem published here: https://rubygems.org/gems/rangy-rails/ When I first released it in March 2013 I later realized that I had set an incorrect version. I immediately yanked the gem and ...
0
votes
1answer
81 views

Gem creation and import

I currently am working on a project where I have a main application that has several hosted engines. One of these engines is for the authentication and session handling that is currently stored in the ...
0
votes
1answer
240 views

gem sources fails with a ETIMEDOUT

gem sources -a http://gemcutter.org Error fetching http://gemcutter.org: Errno::ETIMEDOUT: A connection attempt failed because the connected party did not properly respond after a period of ...
6
votes
4answers
4k views

GemCutter rake build now throws “undefined method 'write' for #<Syck::Emitter:…” after updating to rubygems 1.5.0 on ruby 1.9.2 on Windows

I just updated my Windows 2008 Server x64 box to rubygems 1.5.0 and now I cannot build a gem using the rake tasks (rake clobber build) that Gemcutter provides. I get the following error: rake ...
8
votes
2answers
2k views

Do I still need source :gemcutter in Gemfile?

I have a file "Gemfile" in my Rails project root. It says source :gemcutter in the very first line. Do I still need the line? If I'm correct, http://rubygems.org/ is the official source, and Gem ...
2
votes
3answers
99 views

rails gem programming - How do I try it before pushing to gemcutter?

I'm developing a new gem (fork of nifty-generators). Right now my "deployment" consists on the following: I make changes on the gem's source code I commit to github I update the gemspec lower numer ...
3
votes
1answer
187 views

Removing a gem from GemCutter

I want to delete a gem I uploaded to GemCutter. I couldn't find any commands for this. Some time ago there was a blog post stating gem deletion as an upcoming feature. I haven't seen any further ...
1
vote
1answer
222 views

Storing publicly available gems on my own gem repository

I have a Ruby application (not using Rails) that use my own Ruby gems. I have these gems hosted on a local gem repository server. Some of these gems have dependencies on other publicly available gems ...
1
vote
4answers
679 views

complicated installation spagetti of latest Rails 2.3.5

the basic and, I guess, more rhetorical question is why RoR installation/maintenance became so F%#$ing complicated? Some background of the problem: Platform: Windows XP Ruby version: 1.8.6 A few ...
0
votes
2answers
261 views

How many times was a Ruby gem installed via `gem install` or `gem update`

I am trying to find out how many times a gem was installed via gem install or gem update. For example, Watir 1.6.2: it was installed 97 times via gemcutter ...
6
votes
3answers
8k views

Can't install gemcutter as a Ruby Gem source

I'm trying to install the thinking sphinx gem, which is on gemcutter.org When I run the command gem sources -a http://gemcutter.org I get the error: Error fetching http://gemcutter.org: bad ...