aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-08-24 16:42:28 +0100
committerRobin Houston <robin@lenny.robin>2011-08-24 16:42:28 +0100
commit68a5989094f63a7e32fd6745b1c5739e038339f3 (patch)
tree39ae957b58c5a6b2388cf7be9cd781cf8a100b83 /lib/tasks
parent7796e1fb8d6238ed13b1a4b5ef3ccf91499a9b4b (diff)
Produce transaction stats up to and including August 2011.
Diffstat (limited to 'lib/tasks')
-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