wbase 0.3.17 → 0.3.18

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: f737866525a133d24be7dff57cfcab0dfad3a26c
4
- data.tar.gz: 5ca0572e21ba92771724c9b5b6004578f3ce95cb
3
+ metadata.gz: 112ebf204a3f2ac5156c3df9032fefd4cd9b113c
4
+ data.tar.gz: e88f4602022e794efb60ae356ab2b03650f0f091
5
5
  SHA512:
6
- metadata.gz: 70bc1dbff42bb371870d8faf6cf129da803fa510800d3aebb74b738db74c2190e79fdcb0ae5d45312a47765f53c3ee12f310f8cce35bc9e4222a2fd4b37e4a94
7
- data.tar.gz: f48825e24bd5cc67d283859040ffc7a152fd190c81ce11fb572dabaa887ef8b292c02d637f8d4fb9cec8e9033b6d44f7aeb2ff06f6683aa1839ea960a66a8aa2
6
+ metadata.gz: a8f5a466314aab486720f8917f8582027b8459b1b969dc5bac099b06d8871755129a1eb6e687cf7b4f3d28e26219faebcb8227fbfddbc96f216100cacd1eb90f
7
+ data.tar.gz: e2bb76d29a1b209794c6787e38aec7eac95daf30978f3cb2f0b5288c2df8ad72486d51aa59fa82bb28aed37077731bcbb26f57ac3f8932dbbda8756bc918ea7c
@@ -69,6 +69,7 @@ module Wbase
69
69
  end
70
70
 
71
71
  def subscribed?
72
+ return true if Rails.env.development?
72
73
  return true if trial?
73
74
  active_subscriptions = subscriptions.where('paid_thru > ?', 7.days.ago)
74
75
  return true if active_subscriptions.exists?
@@ -1,3 +1,3 @@
1
1
  module Wbase
2
- VERSION = "0.3.17"
2
+ VERSION = "0.3.18"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.17
4
+ version: 0.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Avilla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-11 00:00:00.000000000 Z
11
+ date: 2017-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails