queri 1.0.1 → 1.0.2
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d07b6c0a36d7482ed2819b86481501a395331e33
|
|
4
|
+
data.tar.gz: 85f32ac284a816653d1f130c16ba2d1fdb35b3ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0830015cabf1b406b776354ebd20dc0670c49ad782db27de375d668f4bdca0052458a2c8f8e0c8d2fa26d3be71a1bcd2e9d54256f64a584700f064d82f64a9c8
|
|
7
|
+
data.tar.gz: 42971f09bfd2567a3fd7c1787b69b57e06b8ec960de3756de2f8c1bcb737d69eb350082ca5914784bede57969635a366d539783e29f92f4856ebcd62492d51bc
|
|
@@ -11,7 +11,6 @@ module Queri
|
|
|
11
11
|
|
|
12
12
|
def key_translations
|
|
13
13
|
ActiveSupport::OrderedHash[
|
|
14
|
-
:calls_fully_within_the_given_time_interval, "Calls fully within the given time interval:",
|
|
15
14
|
:calls_unanswered, "N.of unanswered calls:",
|
|
16
15
|
:average_call_waiting_time, "Average wait time before disconnection:",
|
|
17
16
|
:minimum_call_waiting_time, "Min wait time before disconnection:",
|
data/lib/queri/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: queri
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brad Rice
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|