lib/ohloh_scm/commit.rb in ohloh_scm-2.0.0 vs lib/ohloh_scm/commit.rb in ohloh_scm-2.0.1
- old
+ new
@@ -1,5 +1,5 @@
-module Scm
+module OhlohScm
# A commit is a collection of diffs united by a single timestamp, author, and
# message.
#
# Ohloh's internal data model assumes that commits are immutable, and exist
# in a singly-linked list. That is, commits can be nicely numbered a la