picky-statistics 4.19.4 → 4.19.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +12 -18
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: abdeda6aef73f4cbf20f9a5102a89ef405d01c5e
4
+ data.tar.gz: d0eaf5b788f7a11d72a90b423f08f475f14ad6ca
5
+ SHA512:
6
+ metadata.gz: a2e22feac8b17d03849f2bf56946391720cd48147218bef472f30f888f17a80ab012f81a95180655da4f2923dbab2527ae9ccd522a8c8a6da6bddd8104fec20b
7
+ data.tar.gz: d3f97bdd252cec9c81850ad9582c6279f24042ef59aa0a6dbb6a76bd2e93467bcbc2a3026ba1619ebd07cfed1a21a069b7452c39efb76ff9a27961b6e2b9b0c7
metadata CHANGED
@@ -1,46 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picky-statistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.19.4
5
- prerelease:
4
+ version: 4.19.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Florian Hanke
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-12-07 00:00:00.000000000 Z
11
+ date: 2014-01-19 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: sinatra
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: '1.0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: '1.0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rspec
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - "~>"
36
32
  - !ruby/object:Gem::Version
37
33
  version: 1.3.0
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - "~>"
44
39
  - !ruby/object:Gem::Version
45
40
  version: 1.3.0
46
41
  description: Statistics interface for Picky, the fast Ruby search engine.
@@ -49,6 +44,7 @@ executables: []
49
44
  extensions: []
50
45
  extra_rdoc_files: []
51
46
  files:
47
+ - lib/picky-statistics.rb
52
48
  - lib/picky-statistics/application/app.rb
53
49
  - lib/picky-statistics/application/images/background.png
54
50
  - lib/picky-statistics/application/javascripts/crossfilter.v1.min.js
@@ -59,33 +55,31 @@ files:
59
55
  - lib/picky-statistics/application/views/index.haml
60
56
  - lib/picky-statistics/application/views/legend.haml
61
57
  - lib/picky-statistics/logfile_reader.rb
62
- - lib/picky-statistics.rb
63
58
  - spec/lib/picky-statistics/logfile_reader_spec.rb
64
59
  homepage: http://floere.github.com/picky
65
60
  licenses:
66
61
  - MIT
67
62
  - LGPL
63
+ metadata: {}
68
64
  post_install_message:
69
65
  rdoc_options: []
70
66
  require_paths:
71
67
  - lib
72
68
  required_ruby_version: !ruby/object:Gem::Requirement
73
- none: false
74
69
  requirements:
75
- - - ! '>='
70
+ - - ">="
76
71
  - !ruby/object:Gem::Version
77
72
  version: '0'
78
73
  required_rubygems_version: !ruby/object:Gem::Requirement
79
- none: false
80
74
  requirements:
81
- - - ! '>='
75
+ - - ">="
82
76
  - !ruby/object:Gem::Version
83
77
  version: '0'
84
78
  requirements: []
85
79
  rubyforge_project: http://rubyforge.org/projects/picky
86
- rubygems_version: 1.8.23
80
+ rubygems_version: 2.2.0
87
81
  signing_key:
88
- specification_version: 3
82
+ specification_version: 4
89
83
  summary: Displays search statistics for Picky.
90
84
  test_files:
91
85
  - spec/lib/picky-statistics/logfile_reader_spec.rb