aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/stats.rake
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-08-29 14:55:33 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-08-29 14:56:00 +0100
commite57fa3d276d700ea21c97f8c2d3731f0f9d4c7ab (patch)
tree1c9e555bde2d3b1a2007841f02ae62b3c3520b37 /lib/tasks/stats.rake
parent3084034493a428b2394a59b68921ed4b73a8cf7e (diff)
parentb4aefe5a69bbd492959931f1c577a028ec361993 (diff)
Attempt to merge current develop to theme
Diffstat (limited to 'lib/tasks/stats.rake')
-rw-r--r--lib/tasks/stats.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/stats.rake b/lib/tasks/stats.rake
index e206ce951..e1b58905d 100644
--- a/lib/tasks/stats.rake
+++ b/lib/tasks/stats.rake
@@ -2,7 +2,7 @@ namespace :stats do
desc 'Produce transaction stats'
task :show => :environment do
- month_starts = (Date.new(2009, 1)..Date.new(2011, 5)).select { |d| d.day == 1 }
+ month_starts = (Date.new(2009, 1)..Date.new(2011, 8)).select { |d| d.day == 1 }
headers = ['Period',
'Requests sent',
'Annotations added',
@@ -45,4 +45,4 @@ namespace :stats do
end
end
-end \ No newline at end of file
+end