picky-statistics 1.2.4 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,4 +39,5 @@ class PickyStatistics < Sinatra::Base
39
39
 
40
40
  end
41
41
 
42
+ puts "Clam, Picky's friend, is looking at Picky's logfile\n#{log_file}\nand showing results on port #{port}."
42
43
  PickyStatistics.run! :port => port
@@ -7,7 +7,7 @@
7
7
  %script{ :src => 'javascripts/statistics.js', :type => 'text/javascript' }
8
8
 
9
9
  %body
10
- %h1 Picky Statistics (Experimental)
10
+ %h1 Clam: Picky Statistics Interface.
11
11
  .actions
12
12
  %button{ :href => '#', :onclick => 'javascript:updateStatistics();' } Update now
13
13
  |
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 2
8
- - 4
9
- version: 1.2.4
7
+ - 3
8
+ - 0
9
+ version: 1.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Florian Hanke
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-30 00:00:00 +01:00
17
+ date: 2011-01-27 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency