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: 0453256fc69a77b31246e967c1eaf807852d4a93
4
- data.tar.gz: 7fcb2727dc69394bd5ec9d4c4c8941e2c1bca921
3
+ metadata.gz: 28f4946f83a3b1531e42b8ff2e2bb3c8f971a027
4
+ data.tar.gz: ab96ce677c9860afeffe490934b22d24cf66dc04
5
5
  SHA512:
6
- metadata.gz: f64d84cde5c1a64438edf863da33f881d6a4ad04205a85d6e12449ea31852c3f6b7958aad67fb21c91f1e5c09287ac0f316ae73b3c012b367b36abb375b662fc
7
- data.tar.gz: 05907672c1a8fa59da2b960a26aa3b01d237de35c39dc5b5277e76570c8be3fac893d20cf26672ab49c941519a5bc6ab8104713f9ddd7857747004a41a133aeb
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
- '$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 }
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
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  end
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.1
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 00:00:00.000000000 Z
11
+ date: 2016-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails