obscured-doorman 0.4.0 → 0.4.1

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
  SHA256:
3
- metadata.gz: 7c2276501442a13e1c1b2427c16fbfacb8dddc89bc117bd65f3ddb500c194ecf
4
- data.tar.gz: db7403df57bce2840c586ab41c613ff2df8cf0b70ff276e4871aa6246a168086
3
+ metadata.gz: 4a5364a8aab73a880bd08cc12ce540b528b20e519c18b796083d607ffa0cbfc9
4
+ data.tar.gz: bdfeda6384f6232a9903c9cc77a970c2de3c13922a097d893fb4df223e851c9f
5
5
  SHA512:
6
- metadata.gz: f9f4880d097b87bc5f762813d621d7f40d696fd1b3cdecc39af69a8a6b53dc6270e935f8e2a54b8d6ba5021a3e31a09b6c2eb324944652591c43eee7a1d36f1a
7
- data.tar.gz: ab2ae23c201534ddc36d8dcf930e830c6a1c369e457b2ca5650d124c144df5fabcb8fd013c7d880d3681f23d1adc6421aade1e8405b39ca25e82f984ba7a6aa2
6
+ metadata.gz: 88111d054b6876e76e05daf8748ef5930bc6c17504f0fc691ad9abe41fb55a576c6593fb2c5ea8beec1afe68824a47bddfa6bd1ce45d25b2c1c5b624d32b3bfc
7
+ data.tar.gz: c00b648f34fa40cc3bcf616228ca22701a156bb48ce367ed86caa437e58536e5b2cab51709286d65231da8088306d1ab63cc6ef9273d08dd557aa49c548ea905
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.4.1](https://www.github.com/gonace/Obscured.Doorman/compare/v0.4.0...v0.4.1) (2021-05-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Updated gem(s) ([50097ff](https://www.github.com/gonace/Obscured.Doorman/commit/50097ffd1d9676b92898d3ae90b15b5c59cadd13))
9
+
3
10
  ## [0.4.0](https://www.github.com/gonace/Obscured.Doorman/compare/v0.3.0...v0.4.0) (2021-05-13)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- obscured-doorman (0.4.0)
4
+ obscured-doorman (0.4.1)
5
5
  bcrypt
6
6
  geocoder
7
7
  haml
@@ -66,7 +66,7 @@ GEM
66
66
  mustermann (1.1.1)
67
67
  ruby2_keywords (~> 0.0.1)
68
68
  netrc (0.11.0)
69
- obscured-timeline (1.0.1)
69
+ obscured-timeline (1.4.0)
70
70
  activesupport
71
71
  mongoid
72
72
  mongoid_search
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/obscured-doorman.svg)](https://badge.fury.io/rb/obscured-doorman)
1
2
  [![Vulnerabilities](https://snyk.io/test/github/gonace/obscured.doorman/badge.svg)](https://snyk.io/test/github/gonace/obscured.doorman)
2
3
  [![Build Status](https://travis-ci.org/gonace/Obscured.Doorman.svg?branch=master)](https://travis-ci.org/gonace/Obscured.Doorman)
3
4
  [![Test Coverage](https://codeclimate.com/github/gonace/Obscured.Doorman/badges/coverage.svg)](https://codeclimate.com/github/gonace/Obscured.Doorman)
@@ -7,7 +7,7 @@ module Obscured
7
7
  class User
8
8
  include Mongoid::Document
9
9
  include Mongoid::Timestamps
10
- include Mongoid::Timeline::Tracker
10
+ include Obscured::Timeline::Tracker
11
11
 
12
12
  store_in database: Doorman.configuration.db_name,
13
13
  client: Doorman.configuration.db_client,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Obscured
4
4
  module Doorman
5
- VERSION = "0.4.0".freeze
5
+ VERSION = "0.4.1".freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obscured-doorman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Hennerfors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-13 00:00:00.000000000 Z
11
+ date: 2021-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bcrypt