dashing-contrib 0.1.10 → 0.1.11

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: c58bdffbdf4053e9896e46d893283a945fcd7f9b
4
- data.tar.gz: 658899104cf8971f4749536ae459af80afe9f49c
3
+ metadata.gz: 44f002b8039b2408c19002e7bb0e911b98ad8246
4
+ data.tar.gz: 545ee247920c1d287d1fb683b7fc9422efb332dc
5
5
  SHA512:
6
- metadata.gz: 37c91d00c21d67becc91c71d0534ff60b035baa1f79f9960346673f5db1044965cbfba1059c461e8084c9741140478fa9a1f719891d359589f1eaef6127c1c4c
7
- data.tar.gz: 8c4179ff3e8bc65518fe333639acfad96df94408e18f40a25b243f4586c3ab4f0efa2ad95dd53fb4596a4c13a331f0e411c14a48590c8835f28ccd05b2d8ce89
6
+ metadata.gz: 25b611c60180ed0ecc0a2966cc4b15960872e23ae43964b585c0f23b2b1e0ec490eb74d0459918b336e799b77d4b29abfae9b6c74500b389e9465e12111d5c05
7
+ data.tar.gz: d8e3b58114b4d095321b031b0758468004010a1f41c1342b19df748d8ae610aba6089c573554eedae6c2a3617da0dd59acbc3f1bcecc25a838609bbc02adb386
@@ -43,7 +43,7 @@ module DashingContrib
43
43
  def self.default_date_ranges
44
44
  now_time = ::Time.now.to_i
45
45
  t24_hours = 86400
46
- t1_month = t24_hours * 4
46
+ t1_month = t24_hours * 7 * 4
47
47
  {
48
48
  now: now_time,
49
49
  default_date_range: now_time - t24_hours,
@@ -55,4 +55,4 @@ module DashingContrib
55
55
  end
56
56
  end
57
57
  end
58
- end
58
+ end
@@ -1,3 +1,3 @@
1
1
  module DashingContrib
2
- VERSION = '0.1.10'
2
+ VERSION = '0.1.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dashing-contrib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jing Dong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-01 00:00:00.000000000 Z
11
+ date: 2015-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv