Skip to content

Commit

Permalink
Update URLs for new repository location.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Jun 17, 2010
1 parent ddf2729 commit 88bb417
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -18,7 +18,7 @@ h2. Contributions

Gemcutter has a 'commit-bit' policy, much like the Rubinius project. Submit a patch that is accepted, and you can get full commit access to the project. All you have to do is ask us on #gemcutter on Freenode or bug qrush in a message and he'll add you as a collaborator on the main repository. Feel free to fork the project though and have fun in your own sandbox.

Please read up on the "GitHub Wiki":http://wiki.github.com/qrush/gemcutter/contribution-guidelines for the latest contribution guidelines.
Please read up on the "GitHub Wiki":http://wiki.github.com/rubygems/gemcutter/contribution-guidelines for the latest contribution guidelines.

h2. Organization

Expand Down
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Expand Up @@ -40,7 +40,7 @@
<strong><%= link_to t(:title), page_url("about") %></strong> is the Ruby community's gem hosting service.
<strong><%= link_to "Instantly publish", page_url("gem_docs"), :anchor => "push" %></strong> your gems and install them.
<strong><%= link_to "Use the API", page_url("api_docs") %></strong> to interact and find out more information about available gems.
<strong><%= link_to "Become a contributor", "http://github.com/qrush/gemcutter" %></strong> and enhance the site with your own changes.
<strong><%= link_to "Become a contributor", "http://github.com/rubygems/gemcutter" %></strong> and enhance the site with your own changes.
</p>
<div class="leaderboards">
<div class="grid_3" id="new_gems">
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -70,7 +70,7 @@
<%= link_to "Docs", page_url("docs") %>
<%= link_to "Help", t(:help_url) %>
<%= link_to "Status", "http://twitter.com/gemcutter" %>
<%= link_to "Code", "http://github.com/qrush/gemcutter" %>
<%= link_to "Code", "http://github.com/rubygems/gemcutter" %>
<%= link_to "Discuss", "http://groups.google.com/group/gemcutter" %>
<%= link_to "Stats", statistics_url %>
<%= link_to "designed by #{image_tag('thoughtbot.png')}", "http://thoughtbot.com", :title => "Designed by Thoughtbot", :id => "thoughtbot" %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/about.html.erb
Expand Up @@ -15,5 +15,5 @@ The project was started in April 2009 by <%= link_to "Nick Quaranto", "http://tw
Although Gemcutter is not run by one specific company, plenty have helped us out so far. The current design of the site was sponsored by <%= link_to "Thoughtbot", "http://thoughtbot.com" %>. <%= link_to "GitHub", "http://github.com" %> has also been invaluable for helping us collaborate and share code easily. The site started on <%= link_to "Heroku", "http://heroku.com" %>, whose great service helped prove Gemcutter as a viable solution that the whole community could rely on.
</p>
<p>
Some insights into the technical aspects of the site: It's 100% Ruby. The main site is a <%= link_to "Rails", "http://rubyonrails.org" %> application, and the RubyGem serving is done through <%= link_to "Sinatra", "http://www.sinatrarb.com" %>. Gems are hosted on <%= link_to "Amazon S3", "http://aws.amazon.com/s3/" %>, and the time between publishing a new gem and having it ready for installation is minimal. For more info, <%= link_to "please check out the code", "http://github.com/qrush/gemcutter" %>, which is <%= link_to "MIT licensed", "http://www.opensource.org/licenses/mit-license.php" %> over at GitHub.
Some insights into the technical aspects of the site: It's 100% Ruby. The main site is a <%= link_to "Rails", "http://rubyonrails.org" %> application, and the RubyGem serving is done through <%= link_to "Sinatra", "http://www.sinatrarb.com" %>. Gems are hosted on <%= link_to "Amazon S3", "http://aws.amazon.com/s3/" %>, and the time between publishing a new gem and having it ready for installation is minimal. For more info, <%= link_to "please check out the code", "http://github.com/rubygems/gemcutter" %>, which is <%= link_to "MIT licensed", "http://www.opensource.org/licenses/mit-license.php" %> over at GitHub.
</p>
2 changes: 1 addition & 1 deletion app/views/pages/api_docs.html.erb
@@ -1,7 +1,7 @@
<% @title = "API Docs" %>
<% @subtitle = "get your code on" %>
<p>
The API is a work in progress, and <%= link_to "can use your help!", "http://github.com/qrush/gemcutter" %> RubyGems itself and <%= link_to "gemcutter gem", rubygem_url("gemcutter") %> uses the API to push gems, add owners, and more. Check out all of the gem commands <%= link_to "here", page_url("gem_docs") %>.
The API is a work in progress, and <%= link_to "can use your help!", "http://github.com/rubygems/gemcutter" %> RubyGems itself and <%= link_to "gemcutter gem", rubygem_url("gemcutter") %> uses the API to push gems, add owners, and more. Check out all of the gem commands <%= link_to "here", page_url("gem_docs") %>.
</p>

<h4>API Methods</h4>
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/docs.html.erb
Expand Up @@ -12,5 +12,5 @@
Read up on the RubyGem specification and how to use RubyGems.
</p>
<p>
Know of more great RubyGem documentation sources? <%= link_to "Fork away", "http://github.com/qrush/gemcutter" %> and add your own!
Know of more great RubyGem documentation sources? <%= link_to "Fork away", "http://github.com/rubygems/gemcutter" %> and add your own!
</p>
3 changes: 1 addition & 2 deletions public/404.html
Expand Up @@ -44,7 +44,7 @@ <h3>It will be mine. Oh yes. It will be mine.</h3>
<div class="links">
<a href="http://help.rubygems.org">Help</a>
<a href="http://groups.google.com/group/gemcutter">Discuss</a>
<a href="http://github.com/qrush/gemcutter">Code</a>
<a href="http://github.com/rubygems/gemcutter">Code</a>
<a href="http://twitter.com/gemcutter">Status</a>
<a href="http://thoughtbot.com" id="thoughtbot" title="Designed by Thoughtbot">designed by <img alt="Thoughtbot" src="/images/thoughtbot.png" /></a>
<a href="http://rubycentral.org" id="rubycentral" title="Supported by Ruby Central">supported by <img alt="Ruby Central" src="/images/rubycentral.png" /></a>
Expand All @@ -57,4 +57,3 @@ <h3>It will be mine. Oh yes. It will be mine.</h3>
<script src="/javascripts/application.js" type="text/javascript"></script>
</body>
</html>

11 changes: 5 additions & 6 deletions public/422.html
Expand Up @@ -3,10 +3,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="/stylesheets/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/960.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/humanmsg.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/960.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/humanmsg.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if IE 7]>
<link href="/stylesheets/ie7.css" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->
Expand Down Expand Up @@ -44,7 +44,7 @@ <h3>No way! Way!</h3>
<div class="links">
<a href="http://help.rubygems.org">Help</a>
<a href="http://groups.google.com/group/gemcutter">Discuss</a>
<a href="http://github.com/qrush/gemcutter">Code</a>
<a href="http://github.com/rubygems/gemcutter">Code</a>
<a href="http://twitter.com/gemcutter">Status</a>
<a href="http://thoughtbot.com" id="thoughtbot" title="Designed by Thoughtbot">designed by <img alt="Thoughtbot" src="/images/thoughtbot.png" /></a>
<a href="http://rubycentral.org" id="rubycentral" title="Supported by Ruby Central">supported by <img alt="Ruby Central" src="/images/rubycentral.png" /></a>
Expand All @@ -57,4 +57,3 @@ <h3>No way! Way!</h3>
<script src="/javascripts/application.js" type="text/javascript"></script>
</body>
</html>

11 changes: 5 additions & 6 deletions public/500.html
Expand Up @@ -3,10 +3,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="/stylesheets/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/960.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/humanmsg.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/960.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/humanmsg.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if IE 7]>
<link href="/stylesheets/ie7.css" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->
Expand Down Expand Up @@ -44,7 +44,7 @@ <h3>No Stairway, denied!</h3>
<div class="links">
<a href="http://help.rubygems.org">Help</a>
<a href="http://groups.google.com/group/gemcutter">Discuss</a>
<a href="http://github.com/qrush/gemcutter">Code</a>
<a href="http://github.com/rubygems/gemcutter">Code</a>
<a href="http://twitter.com/gemcutter">Status</a>
<a href="http://thoughtbot.com" id="thoughtbot" title="Designed by Thoughtbot">designed by <img alt="Thoughtbot" src="/images/thoughtbot.png" /></a>
<a href="http://rubycentral.org" id="rubycentral" title="Supported by Ruby Central">supported by <img alt="Ruby Central" src="/images/rubycentral.png" /></a>
Expand All @@ -57,4 +57,3 @@ <h3>No Stairway, denied!</h3>
<script src="/javascripts/application.js" type="text/javascript"></script>
</body>
</html>

11 changes: 5 additions & 6 deletions public/maintenance/index.html
Expand Up @@ -3,10 +3,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="/stylesheets/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/960.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/humanmsg.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/960.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/humanmsg.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if IE 7]>
<link href="/stylesheets/ie7.css" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->
Expand Down Expand Up @@ -46,7 +46,7 @@ <h3>I'm having a good time... *not*!</h3>
<div class="links">
<a href="http://help.rubygems.org">Help</a>
<a href="http://groups.google.com/group/gemcutter">Discuss</a>
<a href="http://github.com/qrush/gemcutter">Code</a>
<a href="http://github.com/rubygems/gemcutter">Code</a>
<a href="http://twitter.com/gemcutter">Status</a>
<a href="http://thoughtbot.com" id="thoughtbot" title="Designed by Thoughtbot">designed by <img alt="Thoughtbot" src="/images/thoughtbot.png" /></a>
<a href="http://rubycentral.org" id="rubycentral" title="Supported by Ruby Central">supported by <img alt="Ruby Central" src="/images/rubycentral.png" /></a>
Expand All @@ -55,4 +55,3 @@ <h3>I'm having a good time... *not*!</h3>
</div>
</body>
</html>

0 comments on commit 88bb417

Please sign in to comment.