log_ranger 0.1.6 → 0.1.7

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
  SHA256:
3
- metadata.gz: 9b7e1883782febcfa5737b3d91367c61cec331c422bfaf4bbc6327d20d32aad6
4
- data.tar.gz: 446171e8fbe2b2b8b8640b32f6eaab3723c328d42507c9494fd5d597209c15a8
3
+ metadata.gz: 57778b359a5d0d45add7202a52e6e5b2c18746fce4094ce472428ef9d9192cc3
4
+ data.tar.gz: 29cbbda94fc6490a2f0a415b506b0acff417f5070a4ac7d3b6f44c295874d4e8
5
5
  SHA512:
6
- metadata.gz: '0682ed0715b3d3ba93e3815a013d964b9889f381df2e855abcffc37a401ec0f28e8f10d4af940e8dca66a29ac1bbe2472f65115096d97ba75f33bd7b94a4992f'
7
- data.tar.gz: 8cf3ec152bec942b12ed4c259d2f69c8d5e1c0e046f4af51031c92168f15893d70207eaa95633dd5a3fdc6491939a5bf93888503379d7bcbba8db8fe1c3369b5
6
+ metadata.gz: 931883bbecbbe0923c8b37f4f6464c3b958b21ed2a57012cc46b0ba6e8a4e1a2e28c38e3209b90c4d410df0fb9f92b7e60db31cb6c8ebff6beffae9252187707
7
+ data.tar.gz: e472db14f407b0ab3a479de8f7a7ee5bb4d54abbd1e2fc5c9e9cac1e8b0c31a488db536d797e232c50807ecdb7b8b645c6fa4331760f1e21c54fdeeef28cc853
@@ -1,7 +1,7 @@
1
1
  require "mongoid"
2
2
 
3
3
  module LogRanger
4
- class Application
4
+ class Application < ActiveRecord::Base
5
5
  include Mongoid::Document
6
6
 
7
7
  has_many :application_logs, dependent: :restrict_with_error
@@ -1,7 +1,7 @@
1
1
  require "mongoid"
2
2
 
3
3
  module LogRanger
4
- class ApplicationLog
4
+ class ApplicationLog < ActiveRecord::Base
5
5
  include Mongoid::Document
6
6
 
7
7
  belongs_to :application, dependent: :nullify
@@ -1,3 +1,3 @@
1
1
  module LogRanger
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: log_ranger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - DCI Developer