qrush / gemcutter
- Source
- Commits
- Network (95)
- Issues (29)
- Wiki (9)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Feb 08 19:36:22 -0800 2010 | |
| |
Capfile | Wed Nov 11 18:48:44 -0800 2009 | |
| |
Gemfile | Mon Feb 08 20:05:33 -0800 2010 | |
| |
MIT-LICENSE | Mon Jun 01 14:41:11 -0700 2009 | |
| |
README.textile | ||
| |
Rakefile | Mon Oct 26 18:35:13 -0700 2009 | |
| |
app/ | Sat Jan 30 17:27:17 -0800 2010 | |
| |
config.ru | ||
| |
config/ | Mon Feb 08 19:36:22 -0800 2010 | |
| |
cucumber.yml | Thu Oct 15 23:11:09 -0700 2009 | |
| |
db/ | ||
| |
features/ | Tue Jan 26 19:54:01 -0800 2010 | |
| |
gem/ | Mon Feb 08 16:21:49 -0800 2010 | |
| |
lib/ | ||
| |
log/ | Tue May 26 05:20:27 -0700 2009 | |
| |
public/ | Sat Jan 30 14:17:44 -0800 2010 | |
| |
script/ | ||
| |
server/ | ||
| |
test/ | Thu Feb 04 21:47:55 -0800 2010 | |
| |
tmp/ | Tue May 26 05:20:27 -0700 2009 | |
| |
vendor/ |
README.textile
gemcutter
Awesome RubyGem hosting.
Purpose
- Provide a better API for dealing with gems
- Create more transparent and accessible project pages
- Enable the community to improve and enhance the site
Links
Mailing List
FAQ
IRC: #gemcutter on irc.freenode.net
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 for the latest contribution guidelines.
Organization
Gemcutter consists of a few major parts:
- Rails app: To manage users and allow others to view gems, etc.
- Sinatra app (Hostess): the gem server, lives in
app/metal/hostess.rb. - RubyGem: The gemcutter client gem that interacts with the site, lives in
gem/. - Gem processor: Handles incoming gems and storing them in S3 (production) or on the filesystem in
server/(development). Lives inlib/gemcutter.rb,lib/indexer.rb,lib/vault.rb.
License
Gemcutter uses the MIT license. Please check the LICENSE file for more details.

