Skip to content

Commit

Permalink
changing references from gemcutter to rubygems (probably best to not …
Browse files Browse the repository at this point in the history
…use old terms/words)
  • Loading branch information
lloydpick committed Jan 11, 2011
1 parent 5587744 commit e7c559c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion engines/for_them/Gemfile
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source :rubygems

if RUBY_VERSION < '1.9'
gem "ruby-debug", ">= 0.10.3"
Expand Down
2 changes: 1 addition & 1 deletion extending-active-record/by_star/Gemfile
@@ -1,4 +1,4 @@
source :gemcutter
source :rubygems

# Specify your gem's dependencies in by_star.gemspec
gemspec
2 changes: 1 addition & 1 deletion gem-development/foodie/Gemfile
@@ -1,4 +1,4 @@
source :gemcutter
source :rubygems

# Specify your gem's dependencies in gem_name.gemspec
gemspec
2 changes: 1 addition & 1 deletion gem-scaffold/foodie/Gemfile
@@ -1,4 +1,4 @@
source :gemcutter
source :rubygems

# Specify your gem's dependencies in foodie.gemspec
gemspec

0 comments on commit e7c559c

Please sign in to comment.