forest_liana 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28f4946f83a3b1531e42b8ff2e2bb3c8f971a027
|
4
|
+
data.tar.gz: ab96ce677c9860afeffe490934b22d24cf66dc04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20eb0265bc729dba9340de52f8de78b8d9a39ad930ea5226e6388197d8b253f19543011a35ba06214877012dc11a253fb70e00a486558320abdc206db97329d2
|
7
|
+
data.tar.gz: feb2cda4aaf0be455c7370aa2088cc3f3891c3cca990fdaa7a9a14f621888c31d9ba3779b6d8e6963ea676a54d98f23887efbc6a67e0a928ab5d59bbcddde4af
|
@@ -7,17 +7,17 @@ module ForestLiana
|
|
7
7
|
lastMonth: { duration: 1, period: 'month' }, # TODO: Remove once new filter protocol is live
|
8
8
|
last3Months: { duration: 3, period: 'month' }, # TODO: Remove once new filter protocol is live
|
9
9
|
lastYear: { duration: 1, period: 'year' }, # TODO: Remove once new filter protocol is live
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
10
|
+
$yesterday => { duration: 1, period: 'day' },
|
11
|
+
$previousWeek => { duration: 1, period: 'week' },
|
12
|
+
$previousMonth => { duration: 1, period: 'month' },
|
13
|
+
$previousQuarter => { duration: 3, period: 'month',
|
14
|
+
period_of_time: 'quarter' },
|
15
|
+
$previousYear => { duration: 1, period: 'year' },
|
16
|
+
$weekToDate => { duration: 1, period: 'week', to_date: true },
|
17
|
+
$monthToDate => { duration: 1, period: 'month', to_date: true },
|
18
|
+
$quarterToDate => { duration: 3, period: 'month',
|
19
|
+
period_of_time: 'quarter', to_date: true },
|
20
|
+
$yearToDate => { duration: 1, period: 'year', to_date: true }
|
21
21
|
}
|
22
22
|
|
23
23
|
PERIODS_FROM_NOW = 'fromNow' # TODO: Remove once new filter protocol is live
|
data/lib/forest_liana/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forest_liana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sandro Munda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|