aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-08-26 10:42:23 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-08-26 10:42:23 +0100
commit8bb2a357105f98174421d515cff82b706af3d4c8 (patch)
tree0ef4ef1b0bf76796f101c6f99c6a8104d63ff3b2 /lib/tasks
parent0c321987194b3ef089e32f61cdac351d6b44e8c4 (diff)
parent9c79aba6bcf304a2ab3e6fbb2e649812aae1ecbb (diff)
Merge branch 'develop' into feature/more-filter-and-search-options
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