CARVIEW |
-
AASM - State machines for Ruby classesForked from rubyist/aasm Fri Feb 06 06:48:41 -0800 2009
-
Grit is a Ruby library for extracting information from a git repository in an object oriented man...Forked from mojombo/grit Fri Feb 13 04:38:46 -0800 2009
-
This library can parse JSON texts and generate them from ruby data structures. Install the extens...Forked from genki/json Fri Feb 13 04:29:00 -0800 2009
-
Discount (For Ruby) Implementation of John Gruber's MarkdownForked from rtomayko/rdiscount Wed Jan 14 06:37:51 -0800 2009
-
Makes tests easy on the fingers and the eyesForked from thoughtbot/shoulda Mon Feb 16 01:34:52 -0800 2009
-
A simplistic ruby interface for reading memory mapped filesUpdated Sun Mar 29 05:06:24 -0700 2009
-
A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue.Forked from zmalltalker/stomp Fri Feb 13 02:26:45 -0800 2009
Public Activity
An Objective-C/Foundation implementation of the Git version control software.
A nicer Ruby interface for the Xapian full text indexer
High level Ruby library for interacting with a Xapian database.
JavaScript graph library based on Raphael
a ruby eventmachine bot inspired by richard jones' irccat. also logs channels. history and webhooks via sinatra.
c071123b3e2d6fd918dd7e419efe7429355445c2
Ensure expires_in without a :public key sets the Cache-Control header to private. [#2095 state:resolved]
1e70db9e5f9ad0fd7f3e45300128e42fdf51f201
Always compare trees and blobs by their SHA1 only
e24f53af67ec9338be57dce629aae28afeca1fb2
Teach Grit::Actor about equality
f0cb26de13d1d9fe5829c03e566ce3fcaab506e8
Revert "We want to compare Blob equality by SHA1, not the name"

-
mojombo committed 5a794503:
Merge commit '32c925032560acb95905878af1d45384e0735c64' into next
-
mojombo committed 66984b32:
update history
-
mojombo committed 37b967c2:
better comments for Repo#archive_to_file
-
mojombo committed 81a06673:
Merge commit '73b32da6cb22abc88fbe7588be97dfc169da17c2' into next
-
mojombo committed ce48ebc8:
update history
-
mojombo committed fd39630a:
Merge commit '1ab3ab760dc144d252299afb729269aa8d3a1c48' into next
-
mojombo committed 94d27ea2:
update history
-
mojombo committed bc9fb8b7:
merge d34d53 and fix whitespace conflicts
-
mojombo committed 007473c0:
update history
-
mojombo committed b6556f13:
Merge branch 'js/master' into next
-
mojombo committed 6bb41e4c:
convert readme to markdown
-
Voker57 committed d34d5300:
Added <=> method, needed for sorting tree
-
Voker57 committed dbfeb5ce:
Added two shortcut methods, for picking trees/blobs only
-
Voker57 committed a6015eda:
Fixed gem builing
-
Jos Backus committed 1ab3ab76:
Make the number of bytes to be read from git's stdout configurable.
-
darwin committed 73b32da6:
Repo.archive_to_file accepts extra parameters making plain zipping possible
-
therealadam committed 32c92503:
Calculate the net change for a particular diffstat
-
therealadam committed 35d3ff57:
Don't split git logs that contain blank lines into two CommitStats.
-
therealadam committed 12ba6a04:
Make dealing with commit stats a little more pleasant.
-
therealadam committed 0fd5b884:
Handle commit stats that summarize commits with binary changes.
And 6 more commits...
a50cf2f89f215698861e203d35783cdad1eb427e
Better shell escaping (based on Shellwords in 1.9)
8225c7dc11257c317eafdc2a3bd30a4b89e85eff
We want to compare Blob equality by SHA1, not the name
66473cdcd6b5439534df65077c95dcf7cfeeaf31
Teach Grit::Ref aobut equality
d68174970c2b23488295251c43cec1741fd9db1b
Make commits, trees and blobs Comparable
baceb4b53e296cd45ac3acbd5df291e14b2993aa
Ruby 1.9 compat
b73073cb39a02bdc175586d815a5d9f3028f9496
Updated README, CHANGELOG and added AUTHORS
98c80605fc8318ae2ceda06fe2ccb6072540e070
Make get_options! ruby 1.9 compatible.
17e81a25b3a8e3520fbe469ba2ad26078f94e265
Bump gem version number to 1.1
070b8f029e6d8c42911c8a815022dc63112ba69d
We support 1.9 now, so update the gemspec accordingly
cdb0d3e4d500b4636d09424ad2e6aa587e3208c7
Fixed test that relied on using git v1.6.0
5eaf21e9aa4b01ef69f689e70274c9ae2fab4309
Added a shortcut for commit_stats as Commit#stats
794dcb628b0ca6a3be35b5f4359946cb51e1f654
Further Ruby 1.9 compat; IO#getc can return a string in 1.9