picky-statistics 4.19.6 → 4.19.7

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 +4 -4
  2. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7e8a0a48c98e79125e49d8e927c900a1a6dbaf1
4
- data.tar.gz: 32f40f343b4700c43ee950daca04e72a724659a3
3
+ metadata.gz: bf5bb41be82ebdb35d35f83cb4c378d2d91c7093
4
+ data.tar.gz: 6cc69d1069f1ab3370114b8fec147a4c1b7e5cb6
5
5
  SHA512:
6
- metadata.gz: 852eb546fcee560f8d4565c9e7eedbbc724e422c8e8c08b6db3b916d03ffdb64b4baf24c0c2447264c8c15e179143ebc3371960a0ea9c65387d06a143807bcba
7
- data.tar.gz: f7ff7f73ebd34f1c1127471b29cd8ea9f588f30aa092d80159a5c37c3f16761a155617d29ee31ea575c3cffdf9b40b38f0b05bfaef4c5a91625119c800a811af
6
+ metadata.gz: 58ebcd5484d8c6b86cf2d2ba4cf580c96f6deee0daf43d54afd35e68dc7ac24b4d96f21090bd9066c561db953173379434f852bef8ee4b27e59fda44289fdf22
7
+ data.tar.gz: 7f978ddbdf6f9bc6e9ace19531bcf55c750b1103bb4186416a7cb5cab99e4cda52dbf39ec048e65adc93bef0ec6f718354fc24d84754b93824443c66366b066d
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picky-statistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.19.6
4
+ version: 4.19.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Hanke
@@ -14,28 +14,28 @@ dependencies:
14
14
  name: sinatra
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: 1.3.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.3.0
41
41
  description: Statistics interface for Picky, the fast Ruby search engine.
@@ -44,7 +44,6 @@ executables: []
44
44
  extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
- - lib/picky-statistics.rb
48
47
  - lib/picky-statistics/application/app.rb
49
48
  - lib/picky-statistics/application/images/background.png
50
49
  - lib/picky-statistics/application/javascripts/crossfilter.v1.min.js
@@ -55,6 +54,7 @@ files:
55
54
  - lib/picky-statistics/application/views/index.haml
56
55
  - lib/picky-statistics/application/views/legend.haml
57
56
  - lib/picky-statistics/logfile_reader.rb
57
+ - lib/picky-statistics.rb
58
58
  - spec/lib/picky-statistics/logfile_reader_spec.rb
59
59
  homepage: http://floere.github.com/picky
60
60
  licenses:
@@ -67,17 +67,17 @@ require_paths:
67
67
  - lib
68
68
  required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
- - - ">="
70
+ - - '>='
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
- - - ">="
75
+ - - '>='
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
79
  rubyforge_project: http://rubyforge.org/projects/picky
80
- rubygems_version: 2.2.0
80
+ rubygems_version: 2.0.14
81
81
  signing_key:
82
82
  specification_version: 4
83
83
  summary: Displays search statistics for Picky.