Skip to content

Instantly share code, notes, and snippets.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a3a6afd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.gem
+
diff --git a/lib/sax-machine/sax_collection_config.rb b/lib/sax-machine/sax_collection_config.rb
index 3d22a08..88a637a 100644
diff --git a/lib/integrity/project.rb b/lib/integrity/project.rb
index 0c67b68..49ec71a 100644
--- a/lib/integrity/project.rb
+++ b/lib/integrity/project.rb
@@ -60,23 +60,29 @@ module Integrity
private
def find_or_create_commit_with_identifier(identifier)
- # We abuse +committed_at+ here setting it to Time.now because we use it
- # to sort (for last_commit and previous_commits). I don't like this