Questions tagged [gemcutter]

11 questions
11
votes
2 answers

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 Cutter was merged into rubygems.org.
TK.
  • 27,073
  • 20
  • 64
  • 72
6
votes
3 answers

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 response Not Found 404…
Mike Sutton
  • 4,191
  • 4
  • 29
  • 42
3
votes
1 answer

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 official announcements about this feature. Please let…
Harish Shetty
  • 64,083
  • 21
  • 152
  • 198
3
votes
2 answers

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 resubmitted it with the correct version. Unfortunately…
Mario Zigliotto
  • 8,315
  • 7
  • 52
  • 71
2
votes
3 answers

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 (i.e. go from 0.1.1 to 0.1.2) Build the gem and…
kikito
  • 51,734
  • 32
  • 149
  • 189
1
vote
1 answer

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 from gemcutter (ex: haml, curb). Would it make…
Trevor
  • 6,659
  • 5
  • 35
  • 68
1
vote
4 answers

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 dozens gems installed with gem version 1.2.0 Current…
Eug
  • 11
  • 1
0
votes
2 answers

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 time, or established conn ction failed because…
Jason
  • 12,229
  • 20
  • 51
  • 66
0
votes
2 answers

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 (http://gemcutter.org/gems/watir/versions/1.6.2) it is downloaded 4,027 times from…
Željko Filipin
  • 56,372
  • 28
  • 94
  • 125
0
votes
1 answer

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 main application in its own root folder. I wish…
Jay
  • 3,012
  • 14
  • 48
  • 99