Created
October 5, 2010 08:26
-
-
Save yitsushi/611223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pivotal_tracker.rb b/pivotal_tracker.rb | |
index 8ed3884..03da167 100644 | |
--- a/pivotal_tracker.rb | |
+++ b/pivotal_tracker.rb | |
@@ -170,7 +170,7 @@ private | |
:estimate => doc.at('estimate').innerHTML, | |
:current_state => doc.at('current_state').innerHTML, | |
:description => doc.at('description').innerHTML, | |
- :url => doc.at('url').innerHTML | |
+ :url => doc.at('url').innerHTML, | |
:requested_by => doc.at('requested_by').innerHTML.to_i, | |
:created_at => doc.at('created_at').innerHTML.to_i | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment